-
Notifications
You must be signed in to change notification settings - Fork 41
Labels
platform:frontendpriority:medium 👍Regular priority issueRegular priority issuetype:enhancement 😃New feature or requestNew feature or request
Milestone
Description
Description:
This issue focuses on simplifying the user profile form by removing all fields except for "Full Name". The "Full Name" should then be saved to the user object stored in Firestore under the attribute name
in the /tanam-users/{uid}
document.
Objectives:
-
Remove Unnecessary Fields:
- Remove all fields from the user profile form except for the "Full Name" field.
-
Update Firestore Document:
- Ensure that the "Full Name" field value is saved to the
name
attribute of the user document located at/tanam-users/{uid}
in Firestore.
- Ensure that the "Full Name" field value is saved to the
Acceptance Criteria:
- Only the "Full Name" field is displayed in the user profile form.
- When the "Full Name" field is updated and saved, it correctly updates the
name
attribute in the corresponding Firestore document. - Ensure that the "Save" button functions correctly and that the user's full name is stored without errors.
Notes:
- Verify that the form works correctly and that other parts of the application that might rely on the removed fields are not affected.
- Ensure that proper validation and error handling are in place for the "Full Name" field.
Metadata
Metadata
Assignees
Labels
platform:frontendpriority:medium 👍Regular priority issueRegular priority issuetype:enhancement 😃New feature or requestNew feature or request
Type
Projects
Status
Done