-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Booking wizard (component)
flowchart TD
details[Offers details PAGE] -.-> config[Offer configuration]
config --> person[Personal information]
person --> overview[Booking overview]
overview -.-> book[Book now]
A booking wizard
is definitely a wizard
that guides the user through the three steps
- Offer configuration (content should be discussed)
- Personal information form
- Booking request overview
At every step, it should be possible to move back
At the last step, the user should be able to start a booking process from the Book now
component
At every step, the UI must demonstrate to the user offer an expiration time counter. If a timer is exhausted, the booking must be cancelled and the user should be moved to the search page.