MFC board requested the ability to remove certain teams from calculations (e.g,. if the team is out-of-conference but results against this team are included in the database).
Add a toggle on the team page in the controller and include bool
to the School struct
in the school model. The toggle will only be modifiable to super-admins.
Before MFC Championships 2023.
Depends on #21.