-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementUpdates to an existing feature.Updates to an existing feature.
Description
User Story:
As an Administrator, I want to see the Resident’s ID in the Profile Overview, so that I can identify residents for reporting and troubleshooting purposes.
Description:
Add the Resident ID field to the Resident Profile Overview, alongside the username and date joined.
Tasks:
- Add Resident ID to the Resident Profile Overview component.
- Update the Resident Details section to include the ID.
- Ensure the ID is retrieved from the backend user metadata.
User Flow
- Admin logs into UnlockEd.
- Admin navigates to the Residents page.
- Admin clicks on a Resident's name.
- Admin is taken to the Resident Profile Overview.
- Admin sees the Resident ID displayed prominently alongside the Resident's name and date joined.
- Admin uses the Resident ID to reference or track the user across systems.
Acceptance Criteria:
- Resident ID is visible on the Resident Profile Overview.
- The ID correctly corresponds to the user record in the backend.
Technical Considerations:
- Fetch ID from existing user schema.
Metadata
Metadata
Assignees
Labels
enhancementUpdates to an existing feature.Updates to an existing feature.