ember-caluma
ember-caluma copied to clipboard
Ember.js addons for Caluma
Table question rows exceed question form editor for long slugs in columns. 
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...
The columns for display in table questions do not render until the question was saved.
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.