Open
Conversation
2c42845 to
d561dd1
Compare
a866e2e to
5ae7678
Compare
5ae7678 to
82071be
Compare
carddev81
requested changes
Mar 10, 2026
Contributor
There was a problem hiding this comment.
Findings:
Fac/Dept Admin
- Missing tooltips on action icons.
- Need more gap between buttons and Resident ID text field on Edit Resident Profile
- Figma allows edit of username
- Incorrect color of toast when password reset and not in correct location
- Incorrect color of toast when editing a user and not in correct location (fix all action toasts)
- Incorrect bullets type on Deactivate account modal---this is displaying hyphens
- Incorrect icon for Transfer resident.
- Transfer Resident Modal Programs 'not available' list showing program name and class name, per Figma only show the program name.
Member
Author
|
Contributor
@calisio I believe you coded the figma to allow editing a username on purpose where the username can be updated now? I thought maybe you brought this up in a meeting? Can you confirm whether or not this is wanted before we proceed with this PR. |
carddev81
requested changes
Mar 11, 2026
2c9122c to
3efb73f
Compare
3efb73f to
43bd8d0
Compare
43bd8d0 to
2507bf5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Pre-Submission PR Checklist
Description of the change
Pull-Requests for Residents 2
Adds per-row action buttons (Edit, Reset Password, dropdown menu) and six dialog components for managing individual residents: Edit Profile, Reset Password (confirm + result with copy), Deactivate Account, Delete Resident, and Transfer Resident (DA only).
Deactivated residents show "No actions available" with all action buttons hidden.
New file: frontend-v2/src/components/residents/ResidentModals.tsx
Modified: frontend-v2/src/pages/admin/StudentManagement.tsx, frontend-v2/src/types/user.ts, backend/src/database/users.go
Requirements
Edit Resident
Reset Password
Deactivate Account
Delete Resident
Transfer Resident (DA only)
Action Menu
Screenshot(s)
This PR
Redesign
Additional context