Skip to content

As a user, I want to view and edit my personal information on my profile page so that I can manage and update my details

Acceptance Criteria

  • The user can view their personal details, such as full name, email, and address, on a personal page.
  • The user can have an “Edit” button that leads to an editing page.
  • The user can modify their details on the editing page.
  • The user can see the changes that can be saved and displayed back on the personal details page.

Task

  • Create html/css structures for editing page
  • display the person details in the page
  • display a button 'edit' to leads to an editing page
  • allow user to edit the details on the editing page
  • allow user to see the changes back to the personal detail page
Edited by Haoyu Sun