Add option to allow track judging to use a different switching method #193
Labels
A: Backend
A task that concerns backend development
A: Frontend
A task that concerns frontend development
difficult
Issue that is relatively harder to fix
high priority
Issue that should be handled first
new feature
New feature or request
Currently, track judging does NOT allow for a separate switching method (auto vs manual). I would like this to be an option. Right now, the Options object has a field called "MainGroup" that is of type "GroupSwitchOps". This should easily abstract the functionality to this struct, and you can just make a copy of this main group attribute to something like "TrackGroup". The annoying part is adding a bunch of logic everywhere to check for the two and also add it all to the settings page.
The text was updated successfully, but these errors were encountered: