You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When a user signs in for the first time, they are prompted to create and submit a profile. This issue will deliver editing the first and last name of a saved profile that can be viewed under the 'Profile' tab. Email and STT fields cannot be edited.
Acceptance Criteria:
Clicking the Edit button causes the first and last name to be editable
Clicking the Save button updates users profile with the change(s) and serves a Success status notification
Testing Checklist has been run and all tests pass
Tasks:
Frontend
Add Edit button to Profile Page
Create Edit Profile component
Add two form fields: one for first name and one for last name
Add Save button which calls updateProfile
Serve alerts for successfully updating profile and for unsuccessful validation
Add cancel button which navigates back to Profile Page
Frontend Points: 3
Backend
[ ] Write unit tests for user update endpoint
[ ] Add endpoint for updating user data
Ensure user has permission to update the user
[ ] Write integration test for updating a user
Backend Points: 3
Open Question:
Does this need to be delivered for OFA MVP?
No.
Supporting Documentation:
The text was updated successfully, but these errors were encountered:
lfrohlich
changed the title
As a new user who is yet to assigned a role, I can edit my profile.
As a new user who is not yet assigned a role, I can edit my profile.
Sep 16, 2020
Description:
When a user signs in for the first time, they are prompted to create and submit a profile. This issue will deliver editing the first and last name of a saved profile that can be viewed under the 'Profile' tab. Email and STT fields cannot be edited.
Acceptance Criteria:
Tasks:
Frontend
Frontend Points: 3
Backend
Backend Points: 3
Open Question:
Supporting Documentation:
The text was updated successfully, but these errors were encountered: