-
Notifications
You must be signed in to change notification settings - Fork 0
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
ROD-92 Create a reference number page #49
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # apps/rod/fields/index.js
update next step for /reference-number to be /your-documents as per AC5 in ticket the check your answers page isn't showing up as per the figma, needs a field that displays the type of reference numbers the user has selected (can be all of them) |
For all of your field names that you have added to this PR I would prefix them with 'rod' so it's easier to read, search for in IDE and some of these field names are already in use in other journeys e.g. enter-case-id is in CNC So I would change all these fields to 'rod-case-id' etc and update everywhere else they appear, you can use VSC change all occurrences so that nothing gets missed |
# Conflicts: # apps/rod/fields/index.js # apps/rod/index.js # apps/rod/sections/summary-data-sections.js # apps/rod/translations/src/en/fields.json # apps/rod/translations/src/en/pages.json # apps/rod/translations/src/en/validation.json
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.
apps/rod/behaviours/custom-validations.js
already exists. Probably better to use that file for all the custom validations and delete the additional file.
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.
validation files are now merged
# Conflicts: # apps/rod/index.js # apps/rod/translations/src/en/validation.json # assets/scss/app.scss
# Conflicts: # apps/rod/translations/src/en/fields.json # apps/rod/translations/src/en/validation.json
# Conflicts: # apps/rod/fields/index.js # apps/rod/index.js # apps/rod/translations/src/en/validation.json
What?
ROD-92 - Create a reference number page - ROD main flow
Why?
Allows user to enter a reference number
How?
Testing?
Tested on local machine
Screenshots (optional)
Anything Else? (optional)
Check list
here is an example commit