Simulate a journey for different types of users
Use branching logic and seeded data to represent different user types.
Goal
Represent user segmentation (roles, eligibility, needs) inside a prototype.
Steps
- Define 2–3 user types.
- Add an entry point to select a type (or infer via data).
- Branch the journey with routing logic.
- Add a clear reset mechanism.
Notes
Source inspiration: hippo-prototyping discussion https://github.com/hippo-digital/hippo-prototyping/discussions/62