Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Slot-Specific Quantities for Booking Products #98

Open
happybanana78 opened this issue Nov 2, 2024 · 0 comments
Open

Allow Slot-Specific Quantities for Booking Products #98

happybanana78 opened this issue Nov 2, 2024 · 0 comments

Comments

@happybanana78
Copy link

Currently, booking products (e.g., table reservations) use a single, global quantity field to control availability across all time slots. This setup only allows for a shared, overarching capacity limit, meaning that each time slot draws from the same pool of available reservations.

The global quantity field prevents setting unique capacities for individual time slots. For example, a restaurant might want to allow:

10 reservations between 9:00 pm and 10:00 pm
20 reservations between 11:00 pm and 1:00 am
Under the current system, this setup isn’t possible since all slots share the same quantity limit.

It should be possible to define specific quantities for each time slot independently. This would allow booking products to have variable capacities based on the time slot, better accommodating businesses with fluctuating availability throughout operating hours.

I would be nice to introduce a per-slot quantity setting that allows each time slot within a booking product to have its own unique capacity, independent of other slots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant