RedHenLab / RapidAnnotator-2.0

With Red Hen Lab’s Rapid Annotator we try to enable researchers worldwide to annotate large chunks of data in a very short period of time with least effort possible and try to get started with minimal training.
GNU General Public License v2.0
14 stars 19 forks source link

New feature added and modifications on exporting results and solving view results with no annotators issue #59

Closed rrrokhtar closed 3 years ago

rrrokhtar commented 3 years ago

This pull request contains the following

1. Solves the problem of viewing results of an experiment while it has no annotators

this due to the hard coded id sent when len(annotators) = 0 at line 73 @RapidAnnotator-2.0/rapidannotator/modules/add_experiment/views.py

Before

NotcorrectViewResults

After

AfterBeingFixed

2. Allowing experiment's order to be modified between normal and random

changeorder

3. Disabled uploading once the experiment has already a done uploaded concordance file

newconcordanceupload

4. Exporting results of concordance at wide format will be only contains the edge link if it is new scape type

newscapecheck

Kindly review that and tell me if there are any further modifications needed