ember-caluma icon indicating copy to clipboard operation
ember-caluma copied to clipboard

Ember.js addons for Caluma

Results 91 ember-caluma issues
Sort by recently updated
recently updated
newest added

Table question rows exceed question form editor for long slugs in columns. ![image](https://user-images.githubusercontent.com/32454507/128713171-98a2de36-6e54-4d68-bc72-b1bfecd5d3e9.png)

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...

bug
form builder

We have timezone issues with the browserstack pipelines, those need fixing. Also, we need to enable IE11 as well there.

testing

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...

enhancement
form builder
form rendering

The columns for display in table questions do not render until the question was saved.

bug

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)

enhancement
form rendering

Maybe we should consider using redux for our lib store, this way we'd also be framework agnostic

question
needs discussion
refactor

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...

enhancement
form builder
form rendering

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.

testing

Currently, creating a table question without selecting a row form does not raise a validation error like it should.

bug
good first issue
form builder