Remove KS3 completion requirement from secondary certificate - #2589
Open
A-Wheeto wants to merge 3 commits into
Open
Remove KS3 completion requirement from secondary certificate#2589A-Wheeto wants to merge 3 commits into
A-Wheeto wants to merge 3 commits into
Conversation
A-Wheeto
force-pushed
the
eng-1531-combine-programme-activity-groupings
branch
from
July 28, 2026 14:05
9b08eb1 to
4b2f930
Compare
Base automatically changed from
eng-1531-combine-programme-activity-groupings
to
secondary-certificate-refresh
July 28, 2026 14:19
report_generation.rb special-cased secondary certificate's objective index by 1 specifically to skip this KS3 entry; that offset is no longer needed now that secondary certificate's programme_objectives shape matches primary certificate and i_belong's ENG-1260
A-Wheeto
force-pushed
the
eng-1260-remove-secondary-certificate-objective-from-code
branch
from
July 28, 2026 14:20
9094b26 to
f004100
Compare
Nothing instantiates ProgrammeCompletionRequired since the KS3 completion requirement was dropped from the secondary certificate ENG-1260
…econdary certificate ENG-1260
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR removes the KS3 programme completion as an objective from the secondary certificate.
Follow up:
report_generation.rbclears and repopulates theuser_report_entriestable daily via a Heroku scheduled job. I couldn't find any documentation about from the original PR adding this into the codebase. It looks to purely serve Looker Studio reports.This report gathers user data including their completion on community activities on primary, secondary and I belong. Now the objectives have been updated on secondary, the table format no longer fits the shape of the programme and will need addressing at some stage in the future.
The Looker Studio reports will continue to function. However the reporting on secondary won't be correct. We still report CPD completion correct, but
completed_first_community_componentwill report against CQF completion andcompleted_second_community_componentwill report against professional development compeltion.