-
Notifications
You must be signed in to change notification settings - Fork 65
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
Would you like to support multiple selections? #10
Comments
hello @13byte . What do you mean by multiple selection? You mean booking multiple slots at the same time, like in one reservation? |
yes, that's right |
currently the logic does not support this, but when I will have enough time will make this feature as well. I will keep you updated |
This would make this package the bomb |
Would be also great to define a service with a longer duration (for example 4H) and make it available to reserve the service with more start date/hour flexibility. Do you @radikris think that adding support for more "start" options, like 8:15, 8:30, 8:45 ... (depends on configuration) would be difficult? |
@igornast great insight. Yes, I also thought of this issue, but the idea is not so easy at all. you can only have: 8:00 - 8:30 - 9:00 etc You could play around with the breaktime property, but that is not so straightforward either. |
You are right, but please keep in mind that afaik the most common case is 15 minutes gaps. The most popular solution in booking apps is like 8:00, 8:15, 8:30, 8:45... Remember also that if you will complicate it too much it'll become harder to maintain the widget and build new features 😛 |
I did that just editing the bookingEnd on the uploadBooking method, like that: |
I am a beginner.
I'm trying to make a library reservation app, so I have to support multiple selections, but I don't know how to do it no matter how hard I look
The text was updated successfully, but these errors were encountered: