Hello,
I’m planning to build an OpenTable clone (i.e. a lightweight booking system for restaurants/pubs).
I’m trying to figure out how to structure it and have decided I need the following data types:
- 2x User types (restaurants and customers)
- Listings for restaurants
- Bookings
It’s the bookings part I’m having trouble with. Does anyone know how you might implement a booking system using Bubble? The restaurant would need to be able to set their capacity.
And the customer would need to be able to pick from available times (which would be pre-selected by the restaurant.)
Any thoughts would be much appreciated