The materialized view that backs the AvailableTimeSlot class currently calculates available time slots for the next 6 months. We should allow this to be configured, so developers can either save database space by only calculating short term availability or calculate longer availability to allow scheduling farther in advance.
The materialized view that backs the
AvailableTimeSlotclass currently calculates available time slots for the next 6 months. We should allow this to be configured, so developers can either save database space by only calculating short term availability or calculate longer availability to allow scheduling farther in advance.