Merged
Conversation
266e9e0 to
869a4ef
Compare
Contributor
Author
|
Looks like I need to update the seed data for this as well |
malcolmbaig
approved these changes
Mar 13, 2026
This replicates the change in the prototype here https://github.com/NHSDigital/manage-breast-screening-prototype/pull/239/changes
This allows us to distinguish between less than 6 months and more than 6 months ago, which will be used to selectively trigger the cannot proceed journey.
We now want to encourage approximate dates like ‘august 2025’ over relative ‘9 months ago’.
This brings it in line with changes made to the prototype.
d11d7c0 to
d739751
Compare
|
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.



Description
This should replicate the content changes in the prototype here
https://github.com/NHSDigital/manage-breast-screening-prototype/pull/239/changes
Everywhere we're using "X months ago" as examples, change it to "Month Year" or "Season Year".
I've also split the approximate date field for reported mammograms into 2 options, to match the prototype. This allows us to direct to the cannot proceed journey if it's less than 6 months, like we do if an exact date is entered (this part not implemented yet)
Jira link
https://nhsd-jira.digital.nhs.uk/browse/DTOSS-12428
Review notes
The user facing part is done, but there's still the suggestion to rename some of the field names. I'm going to come back to this later as I have a few other PRs to finish up first.
Review checklist