Trying to figure out how to make the reservation system do “blocks” of all stations. We’re stlll open, but I’d like to change to a model where any reservation blocks ALL stations, so only that family is allowed in the building.
When someone makes a reservation, there’s a slider bar that allows them to input the number of people and then that calculates against the Max People that can share a station. Mine is 2 people can share, so if they say 3 people are coming it makes them reserve a minimum of 2 stations.
I want it so that even if one person books, all my stations get booked. Make sense?