-
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
Returns required - Setup page (3 of 7) #737
Returns required - Setup page (3 of 7) #737
Conversation
Added setup page for return requirements journey. Step 3 of 7.
…quired-journey-how-do-you-want-to-set-up-page-iteration-2-3-of-7
f9b0ebe
to
c4f44e6
Compare
'use strict' | ||
|
||
/** | ||
* Orchestrates fetching and presenting the data for `/return-requirements/{sessionId}/reason` page |
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.
should this be /setup
rather than /reason
?
and the line below should be SetupService
or something similar?
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.
good spot, amended
|
||
/** | ||
* Orchestrates validating the data for `/return-requirements/{sessionId}/setup` page | ||
* @module SetupService |
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.
should the the other file be SetupService
and this one SubmitSetupService
?
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.
good spot, amended
Comments were not complete, so had to amend them as per Roberts feedback
76727aa
to
cd2bc2c
Compare
…ou-want-to-set-up-page-iteration-2-3-of-7
Added setup page for return requirements journey. Step 3 of 7.
This page adds two radio controls to the page and has simple validation to ensure a value is selected.