Booking form suggestions.

I am trying to develop a booking system for a club i’m a member of, we have 3 sessions each of which has a maximum occupancy of 10 people. We then have 45 bookable resources which can be used in the classes.

I’m trying to create a booking system that will allow the following logic:
Session:
A / B / C
Resource:
1,2,3,4
Maximum group size 10 people per session
Any resource can be booked in any class
Any resource can’t be booked more than once.
All 3 sessions are run at the same time.

Any suggestions greatly appreciated.

Hi Paul,

the main challenge here is timeline :slight_smile:
you should introduce the time dimension to your model so Session A and B on 1/1/2019 can not share the same resource but can on different dates.
As WixCode can offer you hosted DB and Backend Serverless functions there are limitless ways to go about it, but it seems more of a general Coding challenge then WixCode specific implementation question :wink:

Shlomi