-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add Role Assignment with Standardized Dropdown #79
Comments
Description Each user will have a User Story
Acceptance Criteria
Additional Notes
|
check shadcn for dropdown components |
Assign roles to users:
Via drop-down on
/admin/roleassignment
, admins should be able to give users a new role (VP Infra, Web Deb, etc).The different roles should be grabbed from Firestore (either by mocking it or using Firestore). The idea for it being a dropdown is to ensure uniformity and help prevent duplicate roles.
There should also be a way to add new roles, that also interacts with Firestore.
UI here isn't too relevant as this is mainly for site maintainers.
The text was updated successfully, but these errors were encountered: