Ensure that profile details such as username, pronouns, job title, and bio persist correctly in the application. Currently, these details do not persist, which means there is an issue with the backend endpoint is not being called.
Requirements:
Verify that profile details (username, pronouns, job title, bio, etc.) are correctly saved and persist after being updated.
Ensure that the appropriate backend endpoint is being called when profile details are updated, and that it processes and saves the data correctly.
3: Confirm that the frontend retrieves and displays the persisted profile details correctly after a page reload or navigating away and back.
Acceptance Criteria
Profile details are successfully saved and persist after updating.
The correct backend endpoint is called and handles the saving of profile details.
Updated profile details are displayed correctly after a page reload .
Expected Outcome:
Users see their updated profile details (username, pronouns, job title, bio, etc.) persist and correctly reflected in the application.
Description
Ensure that profile details such as username, pronouns, job title, and bio persist correctly in the application. Currently, these details do not persist, which means there is an issue with the backend endpoint is not being called.
Requirements:
Acceptance Criteria
Expected Outcome:
Links
|
FIGMA LINK
Images