-
- Downloads
Add function to import exported results and view them after the import
Showing
- web/app/__init__.py 3 additions, 0 deletionsweb/app/__init__.py
- web/app/admin/tables.py 4 additions, 4 deletionsweb/app/admin/tables.py
- web/app/models.py 30 additions, 0 deletionsweb/app/models.py
- web/app/results/__init__.py 5 additions, 0 deletionsweb/app/results/__init__.py
- web/app/results/forms.py 0 additions, 0 deletionsweb/app/results/forms.py
- web/app/results/tables.py 0 additions, 0 deletionsweb/app/results/tables.py
- web/app/results/views.py 46 additions, 0 deletionsweb/app/results/views.py
- web/app/services/forms.py 18 additions, 0 deletionsweb/app/services/forms.py
- web/app/services/tables.py 65 additions, 0 deletionsweb/app/services/tables.py
- web/app/services/views.py 86 additions, 1 deletionweb/app/services/views.py
- web/app/static/js/nopaque.InteractionElement.js 29 additions, 1 deletionweb/app/static/js/nopaque.InteractionElement.js
- web/app/static/js/nopaque.callbacks.js 8 additions, 3 deletionsweb/app/static/js/nopaque.callbacks.js
- web/app/templates/corpora/analyse_corpus.html.j2 1 addition, 18 deletionsweb/app/templates/corpora/analyse_corpus.html.j2
- web/app/templates/corpora/corpus.html.j2 2 additions, 2 deletionsweb/app/templates/corpora/corpus.html.j2
- web/app/templates/jobs/job.html.j2 1 addition, 1 deletionweb/app/templates/jobs/job.html.j2
- web/app/templates/main/dashboard.html.j2 1 addition, 0 deletionsweb/app/templates/main/dashboard.html.j2
- web/app/templates/results/result_details.html.j2 118 additions, 0 deletionsweb/app/templates/results/result_details.html.j2
- web/app/templates/results/result_inspect.html.j2 211 additions, 0 deletionsweb/app/templates/results/result_inspect.html.j2
- web/app/templates/services/corpus_analysis.html.j2 1 addition, 0 deletionsweb/app/templates/services/corpus_analysis.html.j2
- web/app/templates/services/import_results.html.j2 39 additions, 0 deletionsweb/app/templates/services/import_results.html.j2
web/app/results/__init__.py
0 → 100644
web/app/results/forms.py
0 → 100644
web/app/results/tables.py
0 → 100644
web/app/results/views.py
0 → 100644
web/app/services/forms.py
0 → 100644
web/app/services/tables.py
0 → 100644
Please register or sign in to comment