-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This engine can help you with sections of your site related to collecting data from a visitor in a sequential way, stepping through a series of questions.
Use cases would be a checkout, questionnaire, registration process, course enrollment etc.
The journey is defined via a state machine, with forward and backward traversal managed for you.
This plots out the route(s) a visitor takes through a section of your site .
Management of the flow is taken care of for you, you just need to build the forms and views to collect data from the user as they flow from one state to the next.
You have full access to code transitions and events as normal, but also have access to some high level helpers, to define sequences of states, that represent the possible paths through your site. These helpers automatically generate back and next transitions, which allow the controller to manage the implementation of the user journey for you.