| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-08 | Update code for public release | Gertjan van den Burg | 2 | -4/+9 | |
| 2019-09-25 | Update schema to always include time index | Gertjan van den Burg | 2 | -6/+28 | |
| 2019-09-16 | Add a lock to the task assignment | Gertjan van den Burg | 1 | -0/+13 | |
| While it shouldn't take very long, this should nonetheless avoid race conditions on the task assignment logic. Following the discussion here: https://stackoverflow.com/q/18213619 | |||||
| 2019-09-16 | Revise task assignment to randomly assign and allow extras | Gertjan van den Burg | 1 | -6/+28 | |
| This commit changes the task assignment to randomly assign tasks that need more annotations with a bias towards those that are close to being annotated with our desired number of annotations. Users are further allowed to keep annotating datasets if they want to. | |||||
| 2019-09-13 | Minor comments | Gertjan van den Burg | 1 | -0/+1 | |
| 2019-09-11 | Schema update: ensure simple names | Gertjan van den Burg | 1 | -1/+1 | |
| 2019-09-11 | Schema update: don't allow empty property values | Gertjan van den Burg | 1 | -2/+2 | |
| 2019-09-11 | Schema update: add longname property | Gertjan van den Burg | 1 | -0/+7 | |
| 2019-09-05 | Code cleanup | Gertjan van den Burg | 1 | -1/+1 | |
| 2019-09-05 | Add check for missing values in multidimensional data | Gertjan van den Burg | 1 | -2/+12 | |
| 2019-09-05 | Add check for use of null in datasets | Gertjan van den Burg | 1 | -0/+4 | |
| 2019-09-05 | Don't assign task to user that has unfinished tasks | Gertjan van den Burg | 1 | -0/+7 | |
| 2019-08-30 | Fix typo for schema validation error | Gertjan van den Burg | 1 | -1/+1 | |
| 2019-06-10 | Remove type from time values and force it to be string | Gertjan van den Burg | 1 | -8/+1 | |
| 2019-06-10 | Validate data according to a schema | Gertjan van den Burg | 2 | -55/+168 | |
| It became clear that a formal schema would make it easier to validate data. This is now added and the code is updated to work with this schema. | |||||
| 2019-06-06 | bugfix for sorting datasets | Gertjan van den Burg | 1 | -1/+1 | |
| 2019-06-03 | Rewrite the task assignment flow | Gertjan van den Burg | 1 | -84/+40 | |
| 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-30 | Initial version of demo | Gertjan van den Burg | 1 | -2/+31 | |
| This commit introduces the demo functionality. The task assignment has been removed at the moment, as this will be changed in a future commit. | |||||
| 2019-05-23 | Move load_data_for_chart to utils | Gertjan van den Burg | 1 | -2/+29 | |
| 2019-05-22 | Move dealing with datasets to util | Gertjan van den Burg | 1 | -0/+101 | |
| 2019-04-01 | Move task assignment to separate module | Gertjan van den Burg | 1 | -0/+103 | |
| Also, add automatic assign on user signup | |||||
