这是indexloc提供的服务,不要输入任何密码
Skip to content

Simplify User Profile Form to Only "Full Name" Field #403

@DennisAlund

Description

@DennisAlund

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:

  1. Remove Unnecessary Fields:

    • Remove all fields from the user profile form except for the "Full Name" field.
  2. 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.

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

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions