Refactoring routes.py file to own blueprints (create, experiment, task)
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitmodules 3 additions, 0 deletions.gitmodules
- app/__init__.py 16 additions, 9 deletionsapp/__init__.py
- app/create/templates/create_experiment.html 0 additions, 0 deletionsapp/create/templates/create_experiment.html
- app/create/templates/create_experiment_bgquestions.html 0 additions, 0 deletionsapp/create/templates/create_experiment_bgquestions.html
- app/create/templates/create_experiment_questions.html 0 additions, 0 deletionsapp/create/templates/create_experiment_questions.html
- app/create/templates/create_experiment_upload_stimuli.html 1 addition, 0 deletionsapp/create/templates/create_experiment_upload_stimuli.html
- app/create/views.py 203 additions, 0 deletionsapp/create/views.py
- app/experiment/__init__.py 0 additions, 0 deletionsapp/experiment/__init__.py
- app/experiment/edit_bg_question.html 0 additions, 0 deletionsapp/experiment/edit_bg_question.html
- app/experiment/templates/add_bg_question.html 0 additions, 0 deletionsapp/experiment/templates/add_bg_question.html
- app/experiment/templates/add_questions.html 0 additions, 0 deletionsapp/experiment/templates/add_questions.html
- app/experiment/templates/add_stimuli.html 3 additions, 12 deletionsapp/experiment/templates/add_stimuli.html
- app/experiment/templates/edit_experiment.html 1 addition, 1 deletionapp/experiment/templates/edit_experiment.html
- app/experiment/templates/edit_question.html 0 additions, 0 deletionsapp/experiment/templates/edit_question.html
- app/experiment/templates/edit_stimuli.html 0 additions, 0 deletionsapp/experiment/templates/edit_stimuli.html
- app/experiment/templates/experiment_statistics.html 0 additions, 0 deletionsapp/experiment/templates/experiment_statistics.html
- app/experiment/templates/remove_experiment.html 1 addition, 1 deletionapp/experiment/templates/remove_experiment.html
- app/experiment/templates/upload_research_notification.html 0 additions, 0 deletionsapp/experiment/templates/upload_research_notification.html
- app/experiment/templates/view_experiment.html 28 additions, 24 deletionsapp/experiment/templates/view_experiment.html
Loading
Please register or sign in to comment