Skip to content
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 edit my profile. #223

Closed
10 tasks
shubhi-raft opened this issue Sep 2, 2020 · 1 comment
Closed
10 tasks

As a user, I can edit my profile. #223

shubhi-raft opened this issue Sep 2, 2020 · 1 comment
Assignees
Labels

Comments

@shubhi-raft
Copy link
Collaborator

shubhi-raft commented Sep 2, 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:

  • 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:

Screen Shot 2020-11-09 at 10 51 08 AM

@shubhi-raft shubhi-raft added the dev label Sep 2, 2020
@lfrohlich 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
@shubhi-raft shubhi-raft changed the title As a new user who is not yet assigned a role, I can edit my profile. As a user, I can edit my profile. Oct 21, 2020
@kniz-raft kniz-raft removed the backlog label Apr 29, 2021
@amilash amilash closed this as completed Jul 13, 2021
@amilash
Copy link

amilash commented Jul 13, 2021

This is done.

riatzukiza pushed a commit that referenced this issue Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants