feat: [Booking Audit Stack - 6] Integration of Booking Audit System#25120
Merged
hariombalhara merged 2 commits intobooking-audit-more-infrafrom Dec 6, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Nov 13, 2025
Member
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
4b350a6 to
8d57bc3
Compare
7cad32c to
1dacbac
Compare
8d57bc3 to
4ca01d5
Compare
1dacbac to
5554394
Compare
0910c50 to
9aa3814
Compare
751493b to
a2dddaf
Compare
9aa3814 to
62b4db0
Compare
62b4db0 to
b9130d7
Compare
3 tasks
b9130d7 to
3d20758
Compare
ca9a12f to
9cd647c
Compare
3d20758 to
6893787
Compare
a7ca540 to
b8ae1ed
Compare
cf6d86c to
53aebb1
Compare
b8ae1ed to
f278b99
Compare
53aebb1 to
cd9feec
Compare
f278b99 to
8616f03
Compare
cd9feec to
bd64fa8
Compare
8616f03 to
ac35e86
Compare
bd64fa8 to
9a0b3c6
Compare
3 tasks
9a0b3c6 to
eca38d9
Compare
ac35e86 to
52ba832
Compare
- Integrated addGuests handler with onAttendeeAdded event - Integrated confirm handler with onBookingAccepted event - Integrated editLocation handler with onLocationChanged event - Integrated requestReschedule handler with onRescheduleRequested event - Integrated handleCancelBooking with onBookingCancelled event - Integrated handleConfirmation with onBookingAccepted event - Integrated roundRobinManualReassignment with onReassignment event - Integrated roundRobinReassignment with onReassignment event - Integrated handleMarkNoShow with onAttendeeNoShowUpdated and onHostNoShowUpdated events - Added uuid field support across repositories and handlers for proper actor tracking - Updated getBookingToDelete to include cancellationReason and cancelledBy fields
eca38d9 to
ae7bc05
Compare
52ba832 to
3618b5a
Compare
Base automatically changed from
booking-audit-linkedBookingId
to
booking-audit-more-infra
December 6, 2025 06:24
5e6309f
into
booking-audit-more-infra
13 of 19 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What does this PR do?
Visual Demo (For contributors especially)
A visual demonstration is strongly recommended, for both the original and new change (video / image - any one).
Video Demo (if applicable):
Image Demo (if applicable):
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
Checklist
Summary by cubic
Integrates the booking audit system end-to-end and adds a dedicated viewer service. Handlers now emit audit logs across booking creation, confirmations, cancellations, reschedules, attendee/location changes, reassignments, and no‑shows; the API returns enriched logs with linked reschedule history.
Written for commit 3618b5a. Summary will update automatically on new commits.