Jonas Metzener
Jonas Metzener
In the overview of all forms we should think about implementing some kind of "tree view". Forms can be nested so there should be a way to see this the...
The validation messages in the form builder are not being translated
Currently, it's possible to create slugs on forms or questions etc. that are longer than they should be. This happens when ember-caluma was namespaced. If you create a slug that...
We have timezone issues with the browserstack pipelines, those need fixing. Also, we need to enable IE11 as well there.
To properly allow reusage of questions we should store the `is_hidden` and `is_required` JEXL on the `FormQuestion` instead of the `Question` itself. With this we would allow proper reusage of...
Dynamic options are currently only loaded once on initialization. However, they should be loaded on entering the viewport (checkbox and radio) or on open (powerselect)
Maybe we should consider using redux for our lib store, this way we'd also be framework agnostic
Any error just generates an "Oops ..." message at the moment. This is insufficient and does not really help the user. We should add proper error handling which informs the...
Currently we have way too poor testing.. We need to move away from our graphql-mirage thingy and start providing factories for our lib layer.
Currently, creating a table question without selecting a row form does not raise a validation error like it should.