-
Notifications
You must be signed in to change notification settings - Fork 3
Add guest management functionality to existing bookings #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: guest-management-base
Are you sure you want to change the base?
Conversation
* feat: ability to add guests via app.cal.com/bookings * fix: some update * fix: minor issue * fix: final update * update * update * add requested changes * fix type error * small update * final update * fix type error * fix location * update calender event --------- Co-authored-by: Somay Chauhan <[email protected]>
PR Overview by Qodo
This PR adds guest management functionality to booking list items, including UI, backend handlers, and email notifications WalkthroughsDescription
Diagram
Files ➀ apps/web/components/booking/BookingListItem.tsx
|
Code Review by Qodo (Alpha)Automated review surfaced additional insights for this pull request.
Issue Findings ➀ Overly permissive authorization allows any attendee to add guests
|
Add guest management functionality to existing bookings