PPHA-512: Check your answers page#213
Merged
Themitchell merged 16 commits intomainfrom Jan 13, 2026
Merged
Conversation
300c1b4 to
aa01487
Compare
Logic for choosing wether to redirect users back to the responses page or the next question is common for most questions. Add a base class to contain the logic. Other logic that can move to the base class is around LoginRequired and EnsureResponseSet mixing
aa01487 to
47ee1ae
Compare
47ee1ae to
1d72387
Compare
|
jamiefalcus
approved these changes
Jan 13, 2026
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.



What is the change?
Update responses page to the "Check your answers" page, building out the page structure and adding links to change responses.
After a user has "changed" their response redirect them back to the check you answers page. If the page is part of a set of responses, let the user continue through the set of responses before going back to check your answers. For example, when changing family history of lung cancer, ensure the user is redirected to the age when diagnosed page first, then goes back to check your answers.
Why are we making this change?
This page gives users a chance to check their responses and go back and change any they feel are not accurate