Competition Bundle: Basic Functionality
-
A user should be able to submit a competition bundle respecting the new YAML schema generated in 2018 and the competition should be created successfully.:
-
Define task/function to un-pack and create a competition from a zip bundle according to our YAML specs.
-
-
A user should be able to edit bundle from the editor.
-
Have an edit page for competitions (With a form)Holding off on this until we have confirmation of how Tasks should be working
-
-
Write Automated tests for frontend using Selenium where applicable -
Selenium test for uploading a competition bundle -- may need to make Celery run in "eager" mode, so tasks are executed immediately and not by workers -
Migrate to new schema (Remove ingestion and scoring module)
Note: May need to break into smaller issues