You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-order the 2023 tasks in tasks.json (probably we need to fix the A-Z mapping in the folders too).
Upload solutions and testcases for past editions.
Add "overview" page (sibling to tasks and results page) for each edition.
Add organizers / staff field in results.json.
Add total_universities field in results.json.
Add total_teams field in results.json.
Add total_students field in results.json (requires joining with the team data, which might be tricky).
Fill the members field, currently empty, for each team in results.json (requires joining with the team data, which might be tricky).
Add "special mention" in the ranking for the team first ranked among their university.
Add the usual "first to solve" (might be tricky: it can't be simply computed via the solve_time because there might be ties and we round to the nearest minute so we should again look at the data from domjudge)
Extend information about universities by including each participation (e.g. medals, link to results) instead of just the total number of participations.
Nice to have:
For each cell in the scoreboard, include in the JSON all the solve times (i.e. the submission times also for the wrong attempts), this would also make it possible to "replay" the contest which would be cool. Should be relatively easy to get from DomJudge backups for 2021 and 2023, but probably harder to get from Kattis for 2022.
The text was updated successfully, but these errors were encountered:
tasks.json
(probably we need to fix the A-Z mapping in the folders too).organizers
/staff
field inresults.json
.total_universities
field inresults.json
.total_teams
field inresults.json
.total_students
field inresults.json
(requires joining with the team data, which might be tricky).members
field, currently empty, for each team inresults.json
(requires joining with the team data, which might be tricky).Nice to have:
The text was updated successfully, but these errors were encountered: