Skip to content

Background and usage examples in the README#9

Merged
sallyhall merged 3 commits intomainfrom
sh-readme-updates
Jan 29, 2026
Merged

Background and usage examples in the README#9
sallyhall merged 3 commits intomainfrom
sh-readme-updates

Conversation

@sallyhall
Copy link
Copy Markdown
Member

No description provided.

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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Available time slots are 30 minutes.

To confirm: this means the slots have 30min of duration each?


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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you haven't I'd suggest creating issues for each limitation. Maybe someone picks one of them.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good idea! thanks!

@sallyhall sallyhall merged commit f15c3b8 into main Jan 29, 2026
2 checks passed
@sallyhall sallyhall deleted the sh-readme-updates branch January 29, 2026 19:19
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

Successfully merging this pull request may close these issues.

2 participants