[CLEAN] Synthetic Benchmark PR #26301 - feat: integrate BookingHistory with Bookings V3 design#249
Open
bar-qodo wants to merge 1 commit intobase_pr_26301_20260113_2643from
Open
Conversation
|
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: |
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.
Benchmark PR calcom#26301
Type: Clean (correct implementation)
Original PR Title: feat: integrate BookingHistory with Bookings V3 design
Original PR Description: ## What does this PR do?
Integrates the Booking History feature into the Bookings V3 design by adding an Info/History segmented control in the booking details sheet. This allows users to view booking audit logs directly within the booking details panel instead of navigating to a separate page.
Loom Demo
Key changes:
SegmentedControlUI component to@calcom/uiBookingDetailsSheet(gated bybooking-auditfeature flag)BookingLogsViewto@calcom/features/booking-auditasBookingHistoryFeaturesRepository.getUserFeaturesStatus()method for efficient batch feature flag checksBookingHistoryPagewrapper for standalone page contextUpdates since last revision
useBiDirectionalSyncBetweenZustandAndNuqstouseBiDirectionalSyncBetweenStoreAndUrlto avoid using provider names in concrete implementationsMandatory Tasks (DO NOT REMOVE)
How should this be tested?
booking-auditfeature flag for a test user/booking/[uid]/logspage still works with the newBookingHistoryPagecomponentWithout feature flag:
booking-auditflag is disabledHuman Review Checklist
SegmentedControlcomponent renders correctly and is accessiblebooking-auditdisabled)getUserFeaturesStatushandles edge cases (empty slugs array, missing features)Original PR URL: feat: integrate BookingHistory with Bookings V3 design calcom/cal.com#26301