Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Booking wizard #11

Open
Tracked by #14
bobetbat opened this issue Jul 20, 2022 · 0 comments
Open
Tracked by #14

Booking wizard #11

bobetbat opened this issue Jul 20, 2022 · 0 comments
Labels

Comments

@bobetbat
Copy link
Contributor

Booking wizard (component)

flowchart TD
	details[Offers details PAGE] -.-> config[Offer configuration]
	config --> person[Personal information]
	person --> overview[Booking overview]
	overview -.-> book[Book now]
	
	
Loading

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.

@bobetbat bobetbat mentioned this issue Jul 21, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant