Skip to content

Resident Profile Overview > Display Resident ID in Profile Overview #751

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks
chrissantillan opened this issue Feb 14, 2025 · 2 comments
Open
3 tasks
Labels
enhancement Updates to an existing feature.

Comments

@chrissantillan
Copy link
Collaborator

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

  1. Admin logs into UnlockEd.
  2. Admin navigates to the Residents page.
  3. Admin clicks on a Resident's name.
  4. Admin is taken to the Resident Profile Overview.
  5. Admin sees the Resident ID displayed prominently alongside the Resident's name and date joined.
  6. 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.
@chrissantillan chrissantillan added the enhancement Updates to an existing feature. label Feb 14, 2025
Copy link
Contributor

In order to display a resident ID we will need to interface with the system of record that contains the ID.

@jtucholski
Copy link
Contributor

@chrissantillan Is the intention behind this to display the user's ID (our primary key) in UnlockEd or their DOC ID?

@chrissantillan 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Updates to an existing feature.
Projects
None yet
Development

No branches or pull requests

2 participants