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

USER STORY: Editing Profile Details #34

Closed
3 tasks done
kpetrauskas92 opened this issue Aug 11, 2023 · 0 comments
Closed
3 tasks done

USER STORY: Editing Profile Details #34

kpetrauskas92 opened this issue Aug 11, 2023 · 0 comments
Assignees

Comments

@kpetrauskas92
Copy link
Owner

kpetrauskas92 commented Aug 11, 2023

Epic #3

As a registered user,
I want to edit my profile information
so that I can keep my details up-to-date.

Acceptance Criteria:

  • GIVEN I am on my profile page,

  • WHEN I click on the 'Edit' button,

  • THEN I should be able to modify my details.

  • GIVEN I have made changes to my details,

  • WHEN I click on the 'Save' button,

  • THEN my updated information should be saved and reflected on my profile page.

Tasks:

  • Implement an 'Edit' button on the profile page.
  • Create an editing interface or form.
  • Connect the form to the backend to update user details in the database.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant