cal.pub0.org/packages/features
Joe Au-Yeung a5b5382306
fix: seats regression [CAL-2041]
## What does this PR do?

<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->

- Passes the proper seats data in the new booker component between states and to the backend

Fixes #9779
Fixes #9749
Fixes #7967 
Fixes #9942 

<!-- Please provide a loom video for visual changes to speed up reviews
 Loom Video: https://www.loom.com/
-->

## Type of change

<!-- Please delete bullets that are not relevant. -->

- Bug fix (non-breaking change which fixes an issue)

## How should this be tested?

<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration -->

**As the organizer** 
- Create a seated event type
- Book at least 2 seats
- Reschedule the booking
    - All attendees should be moved to the new booking
- Cancel the booking
    - The event should be cancelled for all attendees

**As an attendee**
- [x] Book a seated event
- [x] Reschedule that booking to an empty slot
    - [x] The attendee should be moved to that new slot
- [x] Reschedule onto a booking with occupied seats
    - [x] The attendees should be merged
- [x] On that slot reschedule all attendees to a new slot
    - [x] The former booking should be deleted
- [x] As the attendee cancel the booking
    - [x] Only that attendee should be removed 

## Mandatory Tasks

- [x] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.

## Checklist

<!-- Please remove all the irrelevant bullets to your PR -->
2023-07-11 20:41:08 +05:30
..
apps feat: Enable Apps for Teams & Orgs [CAL-1782] (#9337) 2023-07-06 16:48:39 +00:00
auth fix: update should be based on email only (#9977) 2023-07-06 23:55:00 +00:00
bookings fix: seats regression [CAL-2041] 2023-07-11 20:41:08 +05:30
calendars feat: Add divider and set spacing on modals with the type=creation prop (feat-add-divider) 2023-06-29 08:47:16 +01:00
conferencing Refactors EE code (#3490) 2022-07-28 13:58:26 -06:00
ee fix: seats regression [CAL-2041] 2023-07-11 20:41:08 +05:30
eventtypes fix: avatars not loading for org events (#10062) 2023-07-11 14:23:07 +00:00
filters fix: seats regression [CAL-2041] 2023-07-11 20:41:08 +05:30
flags chore: Sync packages mismatches (#9725) 2023-06-22 15:25:37 -07:00
form-builder fix: [CAL-1959] Removed duplicate value warnings on starting dev server(#1959) (#9596) 2023-06-30 04:06:01 +00:00
insights feat: insights orgs [CAL-1888] (#9551) 2023-06-29 19:03:44 +02:00
kbar feat: organizations sidebar (#9395) 2023-06-15 16:12:47 +05:30
links Refactors EE code (#3490) 2022-07-28 13:58:26 -06:00
schedules fix: allow backtracking while adding new time slots in availability (#9789) 2023-06-30 18:46:38 +00:00
settings fix: Orgs/create child teams CAL-1986 (#9631) 2023-07-07 16:48:51 +00:00
shell fix: 404 links issue (#9928) 2023-07-11 13:05:41 +00:00
test fix: 404 booking pages when org support is enabled locally 2023-07-10 12:19:33 -07:00
tips chore: Sync packages mismatches (#9725) 2023-06-22 15:25:37 -07:00
users fix: update top banner (#9580) 2023-06-17 01:06:04 +00:00
webhooks feat: disable workflows and webhooks for orgs + UI changes [CAL-1873] (#9504) 2023-06-26 06:37:59 -04:00
index.ts Refactors EE code (#3490) 2022-07-28 13:58:26 -06:00
package.json test: Remove mockdate and replate with vitest system time (#9750) 2023-06-23 16:10:43 +00:00
tailwind.config.js Adds basic global feature flags (#7459) 2023-03-24 17:59:04 -07:00
tsconfig.json New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00