DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
703 stars 249 forks source link

Add toggles for all boolean values on contest page #2420

Closed meisterT closed 3 months ago

meisterT commented 3 months ago

On the contest page, there is currently one boolean option that can be toggled directly, while the other's cannot: image

It is currently a very specific route https://github.com/DOMjudge/domjudge/blob/main/webapp/src/Controller/Jury/ContestController.php#L345 but it would be cool if we could add toggles in a generic way to all booleans, perhaps even on other pages as well.