DOMjudge / domjudge

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

combined_scoreboard is broken #157

Closed thijskh closed 9 years ago

thijskh commented 9 years ago

DOMjudge 4.0 removed the XML plugin interface, on which combined_scoreboard completely depends. It needs to be converted to use the current API interface.

nickygerritsen commented 9 years ago

I could try to fix this :). How to handle the fact that multiple contests could be active? One option is to only show the first contest of every location?

nickygerritsen commented 9 years ago

Or we could also add contest-ID or -shortname to the array of scoreboard to fetch

thijskh commented 9 years ago

Indeed make it possible to specify it explicitly; otherwise it could maybe fall back to the 'default' (as presented by the API)?