-
Notifications
You must be signed in to change notification settings - Fork 25
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
Persistant availabilities #467
Comments
I have been scoping out the implementation for this, and I believe it would make the most sense to add the property
One concern I have is that users might be a bit confused, as they may expect that "all sales will be finished when |
I really like the |
Sounds good to me! |
Sounds great, and I agree with @markspanbroek that on, what I assume is a REST api call to update an Availability, updating the |
Thinking about this again, I feel like the
|
Adding notes here from our discussion: An |
Currently, when a new availability is created, is filled up with Slots and then later on these Slots finishes, the availability is not "returned". While this might be useful for some use cases, I would argue that for simple "setup and forget" use cases it is not really convenient as it requires for the host's operators keep in mind when the Slots finishes in order to come back and "refill" the Availabilities.
I would therefore propose adding a "persistent" flag to the availabilities, which would behave in a way that when the slot finishes, the slot's capacity is returned to its original availability which could be automatically offered again.
This would require few things:
The text was updated successfully, but these errors were encountered: