aboutsummaryrefslogtreecommitdiff
path: root/app/main/demo.py
AgeCommit message (Collapse)AuthorFilesLines
2019-06-05Clarify the trend evaluation textGertjan van den Burg1-5/+8
2019-06-03Rewrite the task assignment flowGertjan van den Burg1-3/+12
With the demo in place, we're rewriting the task assignment flow such that users only get a task assigned when: 1. They finish the demo 2. They finish a task 3. They login again. This way we can better balance the datasets and we won't have datasets that don't get enough annotations because some users didn't finish tasks they were assigned.
2019-05-30Initial version of demoGertjan van den Burg1-0/+439
This commit introduces the demo functionality. The task assignment has been removed at the moment, as this will be changed in a future commit.