1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/discourse
Angus McLeod ceef3f4bc9
Step and field conditionality (#87)
* Re structure builder logic to allow for step conditionality

Concerns
- Performance. Look at whether the additional build in the steps controller can be reduced
- Does not work if applied to the last step.
- Certain conditions will not work with the first step(?)
- How should this be scoped to known functionality?

* Add indexes and conditions to steps and fields

* Complete and add spec

* Complete backend

* Complete step conditionality and field indexing

* Fix failing spec

* Update coverage

* Apply rubocop

* Apply prettier

* Apply prettier to wizard js

* Fix schema issues created in merge

* Remove setting label for force_final

* Improve client wizard cache naming

* Improve steps controller and spec conditionality

* Improve final step attribute naming

* Fix failing spec

* Linting

* Add one more final step test

* Linting

* Fix eslint issues

* Apply prettier

* Linting, syntax, merge and copy cleanups

* Update wizard-admin.scss

* Fix template linting

* Rubocop fixes
2021-04-20 23:28:19 +05:30
..
components Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
connectors fixed linting for all the hbs files 2021-04-12 19:49:53 +05:30
controllers Apply prettier to recent changes 2021-04-12 16:12:20 +10:00
helpers Apply prettier 💄 (#80) 2021-03-28 14:36:49 +05:30
initializers Apply prettier to recent changes 2021-04-12 16:12:20 +10:00
lib Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
mixins Apply es-lint to javascripts/discourse 2021-04-12 15:44:47 +10:00
models Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
routes Apply es-lint to javascripts/discourse 2021-04-12 15:44:47 +10:00
templates Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
custom-wizard-admin-route-map.js.es6 Apply prettier 💄 (#80) 2021-03-28 14:36:49 +05:30