-
Notifications
You must be signed in to change notification settings - Fork 51
Description
1. Wrong leaderboard ordering
Sometimes the ranking on the leaderboard does not follow the order from the primary column. It happens several times and we can hardly reproduce it. Once a competition starts to have a scrambled ordered, it stays this way, but the problem does not appear again when re-uploading the same bundle and submissions.
Issues:
- n/a scores are ranked higher than numerical values #1284
- Leaderboard not well ordered #1171 <-- P1
- Another example below in comments
2. N/a scores
We have several issues that report N/a scores on the leaderboard. N/a is a replacement of score shown for a task not found. The problem is that the scores and tasks are separate and are sent to the frontend where they are matched and then scores are shown for a task or several tasks. This opens room for inconsistencies.
I propose to make the leaderboard on the backend and just send it to be displayed without any extraction or computation. This way we will never have n/a scores.
-
a) N/a when submission rule is "Force Last"
-
n/a scores on leaderboard if Submission Rule is Force Last #1055
-
Display bug (n/a) when force submission to the leaderboard #1275
-
b) N/a for multi-task when submission rule is "Force Last"
-
Multi-task not working with Force Last submission rule #2211
-
Score n/a for one of the subtasks when submitting for both subtasks at once. #1570
-
c) N/a score after auto-migration (Fix auto-migration to next phase #2239)
3. When multiple tasks, how should we order the entries?
Right now it seems that the ordering is based on a sum of scores across tasks.