-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CPDLP-3000] Create magic dates to create validated ECTs and mentors in the 2024 cohort #4734
Conversation
Review app deployed to https://cpd-ecf-review-4734-web.test.teacherservices.cloud |
c408ba5
to
ca6fdb6
Compare
app/services/dqt_record_check.rb
Outdated
@@ -133,6 +133,12 @@ def magic_results | |||
|
|||
# all matches 23 cohort start date - use 23/1/1900 | |||
23 => CheckResult.new(magic_dqt_record(induction_start_date: Date.new(2023, 9, 1)), true, true, true, true, 4), | |||
|
|||
# all matches 23 cohort start date - use 24/1/1900 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# all matches 23 cohort start date - use 24/1/1900 | |
# all matches 24 cohort start date - use 24/1/1900 |
app/services/dqt_record_check.rb
Outdated
# all matches 23 cohort start date - use 24/1/1900 | ||
24 => CheckResult.new(magic_dqt_record(induction_start_date: Date.new(2024, 9, 1)), true, true, true, true, 4), | ||
|
||
# all matches 25 cohort start date - use 25/1/1900 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might be worth adding this to the readme if we're going with this, or waiting till next year :)
Context
We'd like to create a magic date that providers and DfE users can create validated, eligible for funding mentors and ECT’s in the 2024 cohort.
Changes proposed in this pull request
Create magic dates to create validated ECT's and mentors in the 2024 cohort.