judgels icon indicating copy to clipboard operation
judgels copied to clipboard

Implement endpoint for contest group scoreboard

Open fushar opened this issue 3 years ago • 0 comments

See also: #423

Some details:

  • Only Uriel admins can hit the endpoints.
  • Implementations should be similar to ContestScoreboardService.
  • The contract, store, and model layers have been partially implemented.
  1. Get contest group scoreboard
    • Path: GET /api/v2/contest-groups/{contestGroupJid}/scoreboard?frozen=xxx

    • Response:

      ContestGroupScoreboardResponse:
      - ContestScoreboard data
      - Map<String, Profile> profilesMap
      

fushar avatar Jan 30 '22 05:01 fushar