caluma icon indicating copy to clipboard operation
caluma copied to clipboard

A collaborative form editing service

Results 100 caluma issues
Sort by recently updated
recently updated
newest added

Analytics now gives you the ability to not only extract slugs from choice questions, but the corresponding labels as well.

In this issue we collect deprecations for the next major version bump. ## Deprecations - ...

We need to be able to display the labels of options and forms (generally of all entities, that have a label), rather than just the slug. For this, we could...

enhancement

When using file questions, it is often desired that more that one file can be uploaded. Currently this is only possible in Caluma using TableQuestions, which doesn't yield a good...

In document merge service I used ``` RUN poetry config virtualenvs.create false \ && poetry install $([ "$ENV" = "dev" ] || echo "--no-dev") --no-interaction --no-ansi ``` to install into...

This is a first attempt at visualizing a workflow.

When saving a `FileAnswer`, Caluma assumes that the file is uploaded to the bucket afterwards. There are cases where this doesn't happen and Caluma has data about a file that...

needs discussion

There is currently no way to "group" forms together, this RFC proposes a new property `family` on the form model which acts the same as the existing family properties on...

# Requirements We need an analytics module that allows us to run queries, get summaries, and find insights into the data stored in Caluma. Requirements are as follows: * Analytics...

enhancement
help wanted
needs discussion