ember-caluma
ember-caluma copied to clipboard
Ember.js addons for Caluma
E.g. for the `isHidden` field we need to implement a **simple** JEXL expression editor. The JEXL expression can use the values of other questions (with a transform).
In order to allow "unarchiving" things, there needs to be a way to find archived things in the first place. Maybe something like a "Show all forms" or "Show archived...
From https://github.com/projectcaluma/ember-caluma-form-builder/issues/39 See [projectcaluma/caluma#255](https://github.com/projectcaluma/caluma/pull/255) for backend implementation. A few things to note: * A copy of a form will reference the same questions as previous forms * Copy of questions...
I think it would be better if we rename the "isHidden" field to "isVisible". When a user wants to build a form, the form should show specific fields if a...
Questions exist in caluma also without being associated to a specific form. It should be possible to manage (CRUArchive) questions without opening a specific form first. Especially questions which are...
The current state of our documentation is absolutely poor! We need to drastically improve the documentation at least of the components we need the most (e.g `cf-navigation`, `cf-form`)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.3 to 7.24.4. Release notes Sourced from @babel/core's releases. v7.24.4 (2024-04-03) Thanks @Dunqing, @luiscubal, and @samualtnorman for your first PRs! :eyeglasses: Spec Compliance babel-parser #16403 Forbid initializerless...
Bumps [ember-cli-code-coverage](https://github.com/kategengler/ember-cli-code-coverage/tree/HEAD/packages/ember-cli-code-coverage) from 2.1.1 to 3.0.0. Release notes Sourced from ember-cli-code-coverage's releases. Release 3.0.0 :boom: Breaking Change ember-cli-code-coverage #411 Require node >= 18 (@RobbieTheWagner) :bug: Bug Fix ember-cli-code-coverage #412 Fix...
Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.9.9 to 3.9.11. Release notes Sourced from @apollo/client's releases. v3.9.11 Patch Changes #11769 04132af Thanks @jerelmiller! - Fix an issue where using skipToken or the skip option...
Bumps [reactiveweb](https://github.com/universal-ember/reactiveweb) from 1.2.2 to 1.2.3. Release notes Sourced from reactiveweb's releases. v1.2.3-reactiveweb Release (2024-03-23) reactiveweb 1.2.3 (patch) :bug: Bug Fix reactiveweb, test-app #93 Make trackedTask reactively thennable, so that...