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).
Add links to tasks on training.olinfo.it
Fix <title> of some pages to make them more informative among search results (e.g. 2023 Results should probably be ITACPC 2023 - Results
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.
Add "sponsors" for each edition, specifying what each sponsor did (e.g. "logo_polimi.png - Polimi provided the servers to run the contest")
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.
tasks.json(probably we need to fix the A-Z mapping in the folders too).<title>of some pages to make them more informative among search results (e.g.2023 Resultsshould probably beITACPC 2023 - Resultsorganizers/stafffield inresults.json.total_universitiesfield inresults.json.total_teamsfield inresults.json.total_studentsfield inresults.json(requires joining with the team data, which might be tricky).membersfield, currently empty, for each team inresults.json(requires joining with the team data, which might be tricky).Nice to have: