drbenschmidt / dirtleague-discgolf

Disc golf web app for managing players, tournaments, and seasons.
MIT License
4 stars 0 forks source link

Complete user creation flow #30

Closed drbenschmidt closed 3 years ago

drbenschmidt commented 3 years ago

Right now, users are created with a script that defaults them to admins. What we need to do is allow regular players to register accounts and have it create a Player to associate with that account. Now, it's possible for an admin to create a player ahead of time so cards uploaded will associate their scores with that player, so we'll need a way for admins to also map a user to a profile for them. That also means we'll need an admin section that includes these pages.