Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Current Version
-
Fix Version/s: Near Future
-
Component/s: OIOIOI
-
Labels:None
Activity
- All
- Comments
- History
- Activity
- Transitions
- Commits
Why manage.py and not via web? All contest admins should be able to do it.
Show
Szymon Acedański
added a comment - Why manage.py and not via web? All contest admins should be able to do it.
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333Add an option to save all contestants' submissions in a contest to a .tgzThe similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.