HackFSU / hackfsu-2018

HackFSU Website & Api
https://hackfsu.com
5 stars 14 forks source link

Auto-init core API features #52

Open andrewsosa opened 6 years ago

andrewsosa commented 6 years ago
andrewsosa commented 6 years ago

Here's the groups that needs to be auto-added:

# Main user groups in db (just the ones we care about for the acl)
group_hacker = 'hacker'         # Approved hacker for current hackathon
group_mentor = 'mentor'         # Approved mentor for current hackathon
group_judge = 'judge'           # Approved judge for current hackathon
group_organizer = 'organizer'   # Approved organizer for current hackathon
group_attendee = 'attendee'     # Checked-in attendee for current hackathon

# Pending groups relevant for registration pages
group_pending_hacker = 'pending-hacker'
group_pending_mentor = 'pending-mentor'
group_pending_judge = 'pending-judge'
group_pending_organizer = 'pending-organizer'