cal.pub0.org/apps/web/pages
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
..
[user] fix: seats regression [CAL-2041] 2023-07-11 20:41:08 +05:30
api chore: removed old booker and make new booker as a default (#10053) 2023-07-11 13:31:55 +02:00
apps fix: /routing-form/single - Don't clear edits when moving from one tab to the other (#8125) 2023-07-10 09:24:04 -04:00
auth feat: Add password checks for password-reset (#10042) 2023-07-10 12:13:20 -07:00
availability Apply suggestions from code review (#9839) 2023-06-29 00:09:03 +02:00
booking fix: Back to Bookings button only shows for organizer (#9983) 2023-07-07 11:50:44 -04:00
bookings feat: Organizations (#8993) 2023-06-14 21:40:20 +00:00
d/[link] fix: seats regression [CAL-2041] 2023-07-11 20:41:08 +05:30
event-types fix: avatars not loading for org events (#10062) 2023-07-11 14:23:07 +00:00
getting-started feat: Organizations (#8993) 2023-06-14 21:40:20 +00:00
insights feat: insights orgs [CAL-1888] (#9551) 2023-06-29 19:03:44 +02:00
org/[orgSlug] chore: removed old booker and make new booker as a default (#10053) 2023-07-11 13:31:55 +02:00
payment perf: Adds PageWrapper to pages (#8344) 2023-04-18 15:45:32 -03:00
reschedule fix: seats regression [CAL-2041] 2023-07-11 20:41:08 +05:30
settings feat: Enable Apps for Teams & Orgs [CAL-1782] (#9337) 2023-07-06 16:48:39 +00:00
team fix: seats regression [CAL-2041] 2023-07-11 20:41:08 +05:30
teams fix: Orgs/create child teams CAL-1986 (#9631) 2023-07-07 16:48:51 +00:00
video chore: Sync packages mismatches (#9725) 2023-06-22 15:25:37 -07:00
workflows perf: Adds PageWrapper to pages (#8344) 2023-04-18 15:45:32 -03:00
404.tsx fix: 404 links issue (#9928) 2023-07-11 13:05:41 +00:00
500.tsx chore: Sync packages mismatches (#9725) 2023-06-22 15:25:37 -07:00
[user].tsx fix: avatars not loading for org events (#10062) 2023-07-11 14:23:07 +00:00
_app.tsx perf: Adds PageWrapper to pages (#8344) 2023-04-18 15:45:32 -03:00
_document.tsx Meticulous experiment & audit (#10050) 2023-07-11 13:37:59 +02:00
_error.tsx New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
index.tsx feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
maintenance.tsx chore: Sync packages mismatches (#9725) 2023-06-22 15:25:37 -07:00
more.tsx Event Type: Title not displayed in the mobile view (#7451) 2023-04-19 13:17:54 -07:00
signup.tsx fix: Creating team and preview URL fixes [CAL-1997] [CAL-1998] (#9648) 2023-07-03 08:06:12 +00:00