-
Notifications
You must be signed in to change notification settings - Fork 4
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
As a user, I can fill out and submit a form to create my profile. #231
Comments
per discussion in dev pairing we'll be sure to add an integration test that includes authentication and submission in cypress. |
This will also need to include OTP support for pa11y as mentioned in the SPRINT4 PR Review. |
Per discussions in Teams, noting here @hilvitzs
|
This has been merged |
This has been merged and accepted |
1 similar comment
This has been merged and accepted |
Description:
When a user signs in for the first time, they are prompted to create a profile. This issue covers enabling submittal of the form containing first and last name (from #191) and an STT/OFA combo box (from #229) via an API and saving the user's profile to a database.
Acceptance Criteria:
Tasks:
UX (@reitermb):
Frontend
PATCH
to newPATCH
endpoint once form controls are validatedPoints: 3
Backend
PATCH
endpoint for STTs to update the user's profile/v1/authorization-check
endpoint to return users the same as the/v1/set_profile
endpoint/v1/set_profile
endpointPoints: 3
Notes:
The text was updated successfully, but these errors were encountered: