Create confirm your details page
Description
This task is to create a new confirm your details page where user need to confirm their details after these are retrieved from the API after they filled in their credentials and authenticated against the API.
Further details
On this page, the user will be presented with select identifiers from their Jackdaw record, and asked to confirm that these identifiers are correct.
On being guided to the page, the user will be presented with three identifiers to help them be able to match their identity with the Jackdaw record.
These identifiers are:
- Name
- Affiliation
- College
The user will then be asked to confirm if the information is correct or not.
The user can click 'Previous' at any time, and be guided to the previous page, with their details cleared.
Task list
- Move fetching of user details from previous screen to this screen using the
accessToken
retrieved on previous screen - Change logic in previous page to navigate to this page when authentication is successful
- Create page to display user details on the page
- Add form validation similar to the crsid/last name selection page
- Add logic to navigate to placeholder terms and condition page when user selected "yes" and clicks on "Next"
- Add logic to show alert when user selected "no" and clicks on "Next"
Acceptance criteria
-
Page is navigated to after authentication in previous screen. -
User has to select a radio button to proceed, clicking "Next" without one selecting highlights the radio button. -
User is displayed their information. -
"Previous" button takes user back to authentication page - but clears all authentication details. -
"Yes" selected - "Next" button shows a placeholder terms and conditions page (from #31 (closed) ). -
"No" selected - "Next" button shows a placeholder error alert.
Links/references
Edited by Mike Knee