0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00
A Discourse Plugin that allows you to create custom user wizards.
Datei suchen
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
.github/workflows Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.tx Add transifex and update travis 2018-07-17 10:28:27 +10:00
assets Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
config Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
controllers/custom_wizard Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
coverage Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
db/migrate Apply rubcop and get tests pass (#76) 2021-03-11 12:00:15 +05:30
extensions Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
jobs Apply rubcop and get tests pass (#76) 2021-03-11 12:00:15 +05:30
lib/custom_wizard Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
serializers/custom_wizard Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
spec Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
views/layouts FIX: explicitly lookup for translation overrides in wizard theme 2021-03-30 13:04:52 +05:30
.discourse-compatibility Go further back for latest stable 2020-09-10 15:14:11 +10:00
.eslintrc Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.gitignore Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.prettierrc Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.rubocop.yml Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.template-lintrc.js Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.travis.yml Update .travis.yml 2020-11-03 12:04:26 +11:00
COPYRIGHT.txt Add copyright 2018-07-17 09:33:53 +10:00
Gemfile Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
Gemfile.lock Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
LICENSE.txt Add license 2017-11-01 18:55:44 +08:00
package.json Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
plugin.rb Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
README.md Update README.md 2021-02-24 16:07:50 +11:00