Skip to content

TODOs #1

Open
Open
@wil93

Description

@wil93
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions