You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PeerRich
changed the title
Seats: Check for seats per entire day, not per available time slot
[CAL-5046] Seats: Check for seats per entire day, not per available time slot
Jan 16, 2025
So in the db we need to add a column with seats and then for the days the user is available the guest will select the time and then seat will be reduced right?
A few customers asked to extend "Seats" to be able to "roll-over" capacity.
Imagine this: you have a library with 20 people max. capacity.
Anna books from 9-11am a slot → 19 capacity
Brian books from 11:00am to 12:00 → 18 capacity
Annas booking runs out at 11:00 am → 19 capacity
Cloe books from 11:30am to 4pm → 18 capacity
etc.
With our current Seat system, we simply reduce capacity per slot which does not work with the above example of a "room capacity".
This is much closer to a bouncer at a club that lets people in, the moment someone else leaves. (leave = your booking runs out)
As a visual example:
checkbox in settings:
the UI would stay the same, however the capacity is reflected througout the entire day, not per slot:
CAL-5046
The text was updated successfully, but these errors were encountered: