Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: Current Version
-
Fix Version/s: None
-
Component/s: OIOIOI
-
Labels:None
Description
ex. now IntegerScore is serialized ex. as int:99 or int:100,
so string ordering does not correspond to natural one.
Then, ordering in admin could be added.
so string ordering does not correspond to natural one.
Then, ordering in admin could be added.
Issue Links
- blocks
-
SIO-1329 sorting submissions execution time / source code length for admins
Take a look at AcmScore.to_repr here: https://gerrit.sio2project.mimuw.edu.pl/#/c/1744/12/oioioi/acm/score.py
I have tried to implement such ordering there (but forgot the ASC sorting).
One solution I can think of is to digit-negate the time (00123 -> 99876), but that's ugly ugly.