feat:[Booking Audit Stack - 4] Implement audit log reschedule handling#24902
Closed
hariombalhara wants to merge 1 commit intographite-base/24902from
Closed
feat:[Booking Audit Stack - 4] Implement audit log reschedule handling#24902hariombalhara wants to merge 1 commit intographite-base/24902from
hariombalhara wants to merge 1 commit intographite-base/24902from
Conversation
bfbb633 to
7d16539
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
551e500 to
b806432
Compare
Contributor
|
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details: |
333d7ff to
921018b
Compare
b806432 to
713aeb6
Compare
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. |
This was referenced Nov 13, 2025
921018b to
0b9003c
Compare
713aeb6 to
4cdb214
Compare
- Add originalBookingId field to Booking model to track the first booking in a reschedule chain - Add indexes on fromReschedule and originalBookingId for efficient querying - Update RescheduledAuditActionService to include previousBookingId in audit data - Set originalBookingId when creating rescheduled bookings - Pass previousBookingId to audit service when bookings are rescheduled - Add backfill script to populate originalBookingId for existing bookings This enables users to view complete audit history across all rescheduled versions of a booking.
0b9003c to
95d4007
Compare
3 tasks
This was referenced Nov 14, 2025
This was referenced Nov 29, 2025
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.

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
Adds reschedule chain tracking and integrates reschedule audit logging so users can see a complete booking history across reschedules, while hiding logs after a booking is superseded. Also skips authentication and email verification for valid reschedule requests.
New Features
Migration
Written for commit 95d4007. Summary will update automatically on new commits.