-
Notifications
You must be signed in to change notification settings - Fork 10.2k
fix: replace routingFormResponse with routingFormResponseDenormalized #21297
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: main
Are you sure you want to change the base?
fix: replace routingFormResponse with routingFormResponseDenormalized #21297
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
7d9028f
to
7f0e10c
Compare
This PR is being marked as stale due to inactivity. |
E2E results are ready! |
This PR is being marked as stale due to inactivity. |
2ee1249
to
5fd1f41
Compare
✅ No security or compliance issues detected. Reviewed everything up to ea2be2e. Security Overview
Detected Code Changes
Reply to this PR with |
60b066e
to
6f306ed
Compare
6f306ed
to
c486e25
Compare
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…malized-on-insightsrouting
…malized-on-insightsrouting
…malized-on-insightsrouting
What does this PR do?
This PR replaces
RoutingFormReponse
view withRoutingFormResponseDenormalized
table.In order to do that, I'm replacing the view usage and the filter logic with
InsightsRoutingService
. Now we the service is the unified interface to get data for both the table and the metrics for charts.This PR also adds "attendee" filter to the /insights/routing table.
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 mrge
Switched insights routing data to use the new RoutingFormResponseDenormalized table for better performance and simpler queries.