cal.pub0.org/apps/web/test/lib
alannnc e478a46358
Feature: Reserve slots currently being booked (#6909)
* Reserving slot picked up on cache

* change memory-cache to database table to block slots while reservation completes

* remove memory-cache

* update realeaseAt field when same user change te selected Slot

* Change default time to book

Co-authored-by: alannnc <alannnc@gmail.com>

* remove ip field and renews the session when the user remains in the booking form

* Remove duplicate router

* types fixes

* nit picks

* Update turbo.json

* Revert unrelated change

* Uses constant

* Constant already has a fallback

* Update slots.ts

* Unit test fixes

* slot reservation on user level and support seats

* types fixes and reserve slots on click

* Fix nit var name

---------

Co-authored-by: Efraín Rochín <roae.85@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-04-13 19:55:26 +00:00
..
checkBookingLimits.test.ts [CAL-988] Limit total appointment time per day/week/month/year (#7166) 2023-03-10 21:00:19 +01:00
checkDurationLimits.test.ts [CAL-988] Limit total appointment time per day/week/month/year (#7166) 2023-03-10 21:00:19 +01:00
getAggregateWorkingHours.test.ts
getAvailabilityFromSchedule.test.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
getSchedule.test.ts Feature: Reserve slots currently being booked (#6909) 2023-04-13 19:55:26 +00:00
getTimezone.test.ts Fix: Filter Timezones by cities (#7540) 2023-03-06 17:52:20 +00:00
getWorkingHours.test.ts
handleChildrenEventTypes.test.ts Managed event-types (#6876) 2023-04-12 23:10:23 -03:00
parseZone.test.ts
slots.test.ts Fixes that sometimes last shown slot was unavailable (#7804) 2023-03-17 13:02:56 -07:00
team-event-types.test.ts