Recruit with pending conditions status tags #8665
Merged
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.
Context
It would be beneficial to SCITT providers if we allowed them to move a candidate who was only pending SKE conditions to ‘Recruited’ as this would automatically import their record into Register saving them from having to manually create it. This is particularly useful for providers (and DfE) who are busy getting their ITT data ready for the ITT census deadline in October.
We have a PR (#8650) to implement the basics of this feature (mainly the forms in Manage that enable a provider to recruit a candidate despite them having a pending SKE condition). This PR builds upon that work by adding an additional status 'tag' for recruited applications that still have SKE conditions pending so that providers, support and the candidates themselves can all see at a glance that this is the case.
Changes proposed in this pull request
The various
ApplicationStatusTagComponent
classes all need to be rendered with an additional SKE pending conditions label when the application in question is in therecruited
state but has one or more pending SKE conditions.Manager
Support
Candidate interface
Guidance to review
DRAFT FOR NOW
Link to Trello card
Things to check