Skip to content

Commit

Permalink
update: add other non-hacker roles (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova authored Jan 23, 2024
1 parent 7c78b61 commit 2cbc5ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/api/src/utils/user_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ class Role(str, Enum):
ORGANIZER = "organizer"
VOLUNTEER = "volunteer"
CHECKIN_LEAD = "checkin_lead"
SPONSOR = "sponsor"
JUDGE = "judge"
WORKSHOP_LEAD = "workshop_lead"


class Status(str, Enum):
Expand Down

0 comments on commit 2cbc5ca

Please sign in to comment.