Skip to content
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

#136 Adding Multiple Admin Roles #146

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

#136 Adding Multiple Admin Roles #146

wants to merge 18 commits into from

Conversation

DavidOB1
Copy link
Contributor

@DavidOB1 DavidOB1 commented Feb 18, 2025

Closes #136

  • Change data model to replace isAdmin boolean field with role field to handle multiple admin types
  • Change backend logic to compare user's role rather than just checking isAdmin field
  • Change front end logic to allow assigning different roles to users

jolinhuangg and others added 6 commits February 21, 2025 01:13
spacing changes, updated headers, added first & last name areas [placeholders for now, need to update database]
layout, name, and interactivity update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backend: creating a user management admin
2 participants