adamspd / django-appointment

A Django app for managing appointment scheduling with ease and flexibility.
Apache License 2.0
125 stars 37 forks source link

Defined slots #57

Open adamspd opened 8 months ago

adamspd commented 8 months ago

Feature Description

As pointed out by the issue #2 regarding the minimum time between two slots, being able to manually enter your slots would be one possible solution, especially for services that might require preparation or rest time between sessions. But it would require more effort to manually add the slots by the time. Another solution would be to add another variable that would be taken into account in calculating the pause time between slots (automatic solution).