Skip to content

Instantly share code, notes, and snippets.

View baphled's full-sized avatar

Yomi Colledge baphled

View GitHub Profile
# Journeys
All of our services have one common theme, they require a user to complete, or at least start, a journey.
Journeys comprise of steps, a single step can have a page, a form or another step.
A page typically has some copy, some information for the user to consider. Where by a form contains validation and
fields for a user to fill in.
In this case we can learn from past projects and take what has worked with them in the past.