caluma
caluma copied to clipboard
A collaborative form editing service
The `removeAnswer` mutation only deletes the answer. This should probably also delete sub documents.
Currently we can only enter 32-bit ints in integer questions.. They should allow more.
I'm trying to implement a workflow that looks like this: ``` Fill form ----> Check ---> Complete ^__________/ | ^ | | v | Correct ``` The `Check` task has...
Currently no WorkItem is created when a MultipleInstanceTask is completed that has no addressedGroups - which leaves the case in a "deadlock". How should we handle this? * runtime error...
Example: Get only questions of a specific type referenced in a form.
This mutation would only update the fields all question types have in common.
It is not clear yet how this is best implemented. Issue is that user may update configuration in the user interface but on the other hand does a developer might...
Bumps [dateparser](https://github.com/scrapinghub/dateparser) from 1.1.1 to 1.1.2. Release notes Sourced from dateparser's releases. Release 1.1.2 Improvements: Added support for negative timestamp (#1060) Fixed PytzUsageWarning for Python versions >= 3.6 (#1062) Added...