0% found this document useful (0 votes)
27 views3 pages

Quesadilla Booking Process

The document describes a 3 step booking process where a website first checks availability from a server, then allows selecting and confirming an available timespace before completing the booking by submitting customer information to the server.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views3 pages

Quesadilla Booking Process

The document describes a 3 step booking process where a website first checks availability from a server, then allows selecting and confirming an available timespace before completing the booking by submitting customer information to the server.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

BOOKING

STEP 01

WEBSITE Check availability SERVER

Call to RESTFUL endpoint with


parameters: date, time and # of
places.
Date

Time
Return availabilities
Number of places
Json containing timespaces for
date, time and # of places.
DB
SUBMIT
BOOKING
STEP 02

WEBSITE Check timespace + places SERVER

Date Time
Call to RESTFUL endpoint with
parameters: date, time and # of
Number of places places for effective booking.

Disponibilities to select
Timespaces before (2 options)
Return confirmed availability
Timespaces selected

Timespaces after (2 options) Json containing availabilty


confirmation.
OR
DB
No availability

BACK OR SUBMIT
BOOKING
STEP 03

WEBSITE Book timespace for customer SERVER

Date Time
Call to RESTFUL endpoint with
Number of places parameters: «BOOKING».
Confirmation

Personal Informations and contact


Email
Return Booking ID
Phone

Name booking_id as confirmation.

DB

SUBMIT

You might also like