Migrated from Redmine #691 | Author: Lukasz Franczuk
Status: New | Priority: Normal | Created: 2021-04-27
We want to book an appointment for a Service. The first available Service Provider should be assigned to that booking.
Currently we have to query all Service Providers for a Service, then we have to find first available for given time slot and finally we can create a booking in Simplybook.
Is there a way to simplify this scenario?