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
To start off the construction of our check-in process, we'll have to create new volunteer and organizer roles to grant them access to only the check-in page on the admin site.
While there is a tech_organizer role currently in use, it is not being used, so this can simply be replaced by the organizer role. Additionally, the volunteer role already exists, so the only role that really needs to be created is the organizer one.
The text was updated successfully, but these errors were encountered:
We already have the volunteer role in the API but will need an organizer role. We can also create a new ORGANIZER_ROLES, similar to ADMIN_ROLES which includes what we need from #268.
On the Admin site side, we should repurpose adminRole.ts as authorization.ts for various Admin-related authorizations.
Update isAdminRole to allow organizer and volunteer
Use separate isApplicationManager function for the previous admin roles (director and reviewer).
samderanova
changed the title
Create new volunteer and organizer roles limited to check-ins only
[API] Create new volunteer and organizer roles limited to check-ins only
Jan 18, 2024
samderanova
changed the title
[API] Create new volunteer and organizer roles limited to check-ins only
Create new volunteer and organizer roles limited to check-ins only
Jan 18, 2024
To start off the construction of our check-in process, we'll have to create new
volunteer
andorganizer
roles to grant them access to only the check-in page on the admin site.While there is a
tech_organizer
role currently in use, it is not being used, so this can simply be replaced by theorganizer
role. Additionally, thevolunteer
role already exists, so the only role that really needs to be created is theorganizer
one.The text was updated successfully, but these errors were encountered: