rishyym0927/Affinity_frontend
Add "Edit Details" Functionality in User Profile Section
开放
#28 创建于 2024年10月5日
Level 3enhancementgssochacktoberfesthacktoberfest-accepted
仓库指标
- 星标
- (13 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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