You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@chrissantillan Is the intention behind this to display the user's ID (our primary key) in UnlockEd or their DOC ID?
chrissantillan
changed the title
FEAT: Resident Profile Overview > Display Resident ID in Profile Overview
Resident Profile Overview > Display Resident ID in Profile Overview
Feb 17, 2025
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:
User Flow
Acceptance Criteria:
Technical Considerations:
The text was updated successfully, but these errors were encountered: