Background and usage examples in the README#9
Merged
Conversation
MatheusRich
reviewed
Jan 29, 2026
README.md
Outdated
|
|
||
| All bookings are considered to be blocking. In order to make a time slot available, the booking must be destroyed. In the future, we intend to add a way to configure status values that are non-blocking for things like cancelled appointments where you'd like to keep the record but want the resource to be available. | ||
|
|
||
| Available time slots are 30 minutes. This will be configurable in the future. Bookings can be any duration. |
There was a problem hiding this comment.
Available time slots are 30 minutes.
To confirm: this means the slots have 30min of duration each?
MatheusRich
reviewed
Jan 29, 2026
|
|
||
| Available time slots are 30 minutes. This will be configurable in the future. Bookings can be any duration. | ||
|
|
||
| Availabilities are for only one resource type right now. A doctor who works at two different clinics, for example, will not have a way to distinguish between availabilities at different clinics. In the future, we will add support for a second resource type, so a query for available time slots can be scoped to a second resource, like a clinic location. The current view allows for this scoping only by joining to the availability table and scoping that to the second resource, which is less efficient. |
There was a problem hiding this comment.
If you haven't I'd suggest creating issues for each limitation. Maybe someone picks one of them.
MatheusRich
approved these changes
Jan 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.