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
Activity
Maciej Dębski
made changes -
Maciej Dębski
made changes -
Assignee | Maciej Dębski [ winemore ] |
Maciej Dębski
made changes -
Status | New [ 10000 ] | Resolved [ 5 ] |
Assignee | Maciej Dębski [ winemore ] | Szymon Acedański [ accek ] |
Resolution | Fixed [ 1 ] |
Szymon Acedański
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
---|---|---|---|---|---|---|---|---|---|
|
2d 3h 4m | 1 | Maciej Dębski | 2013-11-9 16:45 | |||||
|
324d 3h 56m | 1 | Szymon Acedański | 2014-09-29 21:41 |
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.