blob: 5f593ec821224edcbfe8d227445aa7b1a805114d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
# Changelog
## Version 0.4.4
* Add annotation time to CSV download.
## Version 0.4.3
* Add configuration option for disabling registration.
## Version 0.3.3
* Add support for downloading annotations as CSV file.
* Add support for missing values in univariate datasets
## Version 0.3.2
* Score user on demo and request repeat if insufficiently accurate
* Add full name of user and add several checkboxes to registration page
* Serve static resources from our domain
* Skip NaN observations in graph
* Add random walk demo
* Don't assign task to users if they have an unfinished task
* Email annotation result to admin as backup
## Version 0.3.0
* Add support for multidimensional datasets
## Version 0.2.4
* Merge d3 code for maintainability
* Clarify demo w.r.t. CP beginning or end of segment
* Cosmetic improvements
## Version 0.2.3
* Bugfix for sorting datasets that caused a crash
## Version 0.2.2
* Use [DataTables](https://datatables.net/) for the tables in the admin view
* Clarify some text in the demo
* Code improvements
## Version 0.2.1
* Bugfix for config variables
## Version 0.2.0
* Add introduction for users
* Change flow for assigning tasks to users
* Remove admin option for "auto-assign" tasks
* Automatically logout users after 15 minutes
* Clean up Javascript code and templates
## Version 0.1.5
* Bugfix for registration restriction
## Version 0.1.4
* Bugfix for admin annotation view
## Version 0.1.3
* Add admin view of annotations
## Version 0.1.2
* Add support for restricting access to certain email domains or addresses
## Version 0.1.1
* Don't allow admin users to be deleted
|