0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00
discourse-custom-wizard/spec/fixtures
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
..
actions Encode each query param seperately using Addressable 2020-12-19 10:16:12 +11:00
condition Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
custom_field Add custom field spec and improve custom field structure 2020-11-08 14:24:20 +11:00
field Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
mapper Complete tests 2020-11-03 11:24:20 +11:00
step Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
wizard Use dynamic time in after_time tests 2020-11-23 11:40:46 +11:00
wizard.json Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30