JakubZojdzik / SOK-api

API for competition system named SOK (System Organizacji Konkursów) with challenges, ranking, submissions, login and registration system.
https://api.madralo.pl
MIT License
1 stars 1 forks source link

[Bug] Wrong ordering in the ranking #9

Closed maciejopalinski closed 7 months ago

maciejopalinski commented 7 months ago

Ranking is now ordered by score and submission time. It should be additionally ordered by username. It is quite difficult to get the same score and exactly the same submission timestamp, so it does not create any possibility of abuse. It prevents an edge case when there are no submissions.