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.