caluma
caluma copied to clipboard
A collaborative form editing service
This allows using the structure in other contexts where the order of elements is important. e. g. exporting a document to a json object
The current JEXL context is limited and would be better if consumers would have a way to extend the context with their own data for their needs. A use case...
## Current Situation The analytics functionality is currently built directly into Caluma. This allows for tight integration and reusability of the Django models. However, it also overloads Caluma itself with...
While thinking about #2013, I figured that maybe we should look around for a replacement of JEXL. It feels like we're pretty much the only users, and sometimes it feels...
Currently it's quite easy to confuse `==` and `in` when asserting values of single / multiple choice questions. This is particularily annoying because some errors only surface in PyJEXL and...
When redoing a WorkItem, we set the status of succeeding WorkItems to `redo`. If such WorkItem has a child case attached to it, we should also set the status of...
When following the [Caluma getting started guide](https://caluma.gitbook.io/caluma-docs/guides/guide#installation), the caluma container currently doesn't start because it is configured with `ENV=development` but is missing dev dependencies: ``` ModuleNotFoundError: No module named 'django_extensions'...
I'd like to have a description field on the `AnalyticsTable`. To be consistent, it should also be localized. This should also be exposed over the API and be integrated in...
Bumps the pip group with 6 updates: | Package | From | To | | --- | --- | --- | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.14.0` | `3.15.2` | | [idna](https://github.com/kjd/idna)...