rishyym0927/Affinity_frontend
Add "Edit Details" Functionality in User Profile Section
Ouverte
#28 ouverte le 5 oct. 2024
Level 3enhancementgssochacktoberfesthacktoberfest-accepted
Métriques du dépôt
- Stars
- (13 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Description : The user profile section currently lacks the ability for users to edit their personal details (such as name, email, phone number, etc.). This functionality is crucial for allowing users to update their information without needing to contact support or administrators.
Suggested Change: Since the user profile is presented in a popup, the best solution for implementing the "Edit Details" feature would be to leverage the existing popup with a few key improvements:
- add an edit button to the popup.
- When the user clicks "Edit," the fields should transition from a read-only state to an editable form.
- Once the fields are editable, display Save and Cancel buttons at the bottom of the popup.
- Add basic functionalities to the Save and Cancel Buttons