DOMjudge / domjudge

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

Create verdict groups that selectively can be used #2856

Open eldering opened 12 hours ago

eldering commented 12 hours ago

Instead of manually adding various verdicts to the list in different places. This is not completely equivalent to before, but the changes should be fine. The original behaviour of calling getVerdicts without arguments is unchanged and getVerdicts(mergeExternal: true) maps to getVerdicts(['final', 'external']).