Problem/Motivation
For a project there is a need to add events (scroll, search pages...) that I think could be more generic and pushed to the main project.
User interface changes
New checkboxes in back-office to activate or not said events
Data model changes
The checkboxes add new flags in configuration, but since checkboxes are not checked by default, there is no need to automatically update data model.
Issue fork pianoanalytics-3572302
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3572302-add-new-events
changes, plain diff MR !22
Comments
Comment #3
mably commentedCheck my MR comments. We have too specific conditions in there.
May be we should use selectors or something equivalent. Ideas welcome.
Comment #4
funstenolf commentedI changed both hard coded values into configurable settings, and added them into the schema definition yaml.
Don't hesitate to give more feedback.
Comment #6
funstenolf commented