I would like to make a page that has 3 types of user roles: Super Admin (there’s only one), Sub Admin, and User (called either a “Player” or “Specialty”).
One way would be to create a field on the User for Admin of type “yes/no” and then give users privileges based on if that is a yes or a no. I could feasibly have two of these fields on User data type, one for “Super Admin” and one for “Sub Admin”.
I’ve started using option sets for things like this instead of text. I was finding myself forgetting what text values were required and/or capitalization etc.
Using the option sets allows me to basically have a ‘drop down’ selection for these values instead of needing to type the text values, plus I never forget the text necessary.