aboutsummaryrefslogtreecommitdiff
path: root/app/utils/datasets.py
AgeCommit message (Collapse)AuthorFilesLines
2019-08-30Fix typo for schema validation errorGertjan van den Burg1-1/+1
2019-06-10Validate data according to a schemaGertjan van den Burg1-55/+38
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-05-30Initial version of demoGertjan van den Burg1-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-23Move load_data_for_chart to utilsGertjan van den Burg1-2/+29
2019-05-22Move dealing with datasets to utilGertjan van den Burg1-0/+101