jamesMAwalker / murder-mystery

https://murder-mystery-bay.vercel.app
1 stars 0 forks source link

Schema: Update User #14

Closed jamesMAwalker closed 1 year ago

jamesMAwalker commented 1 year ago

It may be useful to add an 'is_captain' boolean to the user schema. Knowing who the captain is on a team will be helpful to users, and it will be far more practical to have a simple boolean to read rather than comparing the team_captain field of all teams to every user each time we need to know.