Group (division) scoreboard JSON files use an old format #1017
Labels
bug
Something isn't working
CLICS CCS Update
Changes to update to the CLICS specification
NEXT Contest
Consider fixing for next contet
Describe the issue:
When the scoreboard client generates the scoreboard JSON report for each division (group) the format of the JSON file is wrong. This issue was discovered by the DOMjudge team when trying to compare scoreboards.
To Reproduce:
Run the scoreboard thick client on a contest that uses multiple division (groups).
Look in the "results" folder for one of the generated ".json" files.
Note the format is incorrect:
The JSON file should have a header, and, each problem should contain a "
problem_id
" property as in:Expected behavior:
A CLICS style scoreboard JSON file should be produced.
Actual behavior:
A "2016" style scoreboard is produced (older specification).
Environment:
All
Log Info:
Screenshots:
Additional context:
The older
StandingsJSON2016
is being used when generating scoreboard JSON reports for groups instead of the newerCLICSScoreboard
.The text was updated successfully, but these errors were encountered: