This simple template demonstrates a low-code reservation system with which the user can
View database restaurants in a grid
View upcoming reservations in a grid
View the menu of any selected restaurant
See a list of reviews for that selected restaurant
Book a reservation, which will then appear in the reservations list on the start page
Logic
start - This routine retrieves data from the Restaurants and Reservations tables
and then displays the data on the Restaurants screen
Choose Restaurant - This routine is called when the user clicks on one of the
restaurants_grid rows on the Restaurants screen. It then retrieves and counts the reviews
for the selected restaurant and displays that information on the Restaurant screen.
Back - This routine returns to the start screen.
Place Reservation - This routine is carried out when a user fills out the short form
in the Reserve tab and clicks the "RESERVE" button. The reservation is then added to the
Reservations table and will appear on the Restaurant screen if applicable.
This is a demo of a customer-facing user portal, with which an existing customer would be able to view order history, cancel orders, and update account information.
Be the first to comment:
Comments