-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add parent page to Consent Form journey #483
Conversation
href: session_consent_form_edit_path(@session, @consent_form, :parent), | ||
visually_hidden_text: "your phone") | ||
end | ||
end %> |
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.
This isn't the exhaustive list; notably the _other
stuff isn't visible. I can add it now, or we can come back to it later, the prototype isn't up to date on how this should look in every permutation. I thought not to spend too much time as this is something that we could ship even if it's a bit incomplete.
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.
Is this something that we'll easily catch in a snagging session, or should we card it up?
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.
Let's leave it for later...
Update the model, validations, and controller params.
Depends on #482.
This adds the "About you" parent details page from the prototype. Also updates the Avo resource with the newly added fields.
Screenshot with validation errors
Confirmation page