-
Notifications
You must be signed in to change notification settings - Fork 15
metrics card on the data tab #2803
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: experiment-design-refresh
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR converts the ExperimentQueryResultComponent to a standalone component and integrates it into the new metrics data section card on the experiment details page. The changes enable metric data visualization by reusing the existing query result component in a new context.
- Converted
ExperimentQueryResultComponentfrom a module-declared component to a standalone component - Integrated the query result component into the experiment metrics data section
- Removed duplicate header text from the query result component template
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| frontend/projects/upgrade/src/app/features/dashboard/home/home.module.ts | Removed ExperimentQueryResultComponent from module declarations since it's now standalone |
| frontend/projects/upgrade/src/app/features/dashboard/home/components/experiment-query-result/experiment-query-result.component.ts | Converted component to standalone with required imports and updated selector |
| frontend/projects/upgrade/src/app/features/dashboard/home/components/experiment-query-result/experiment-query-result.component.html | Removed header text from template |
| frontend/projects/upgrade/src/app/features/dashboard/experiments/pages/experiment-details-page/experiment-details-page-content/experiment-metrics-data-section-card/experiment-metrics-data/experiment-metrics-data.component.ts | Added experiment input and imported the query result component |
| frontend/projects/upgrade/src/app/features/dashboard/experiments/pages/experiment-details-page/experiment-details-page-content/experiment-metrics-data-section-card/experiment-metrics-data/experiment-metrics-data.component.html | Replaced placeholder text with query result component |
| frontend/projects/upgrade/src/app/features/dashboard/experiments/pages/experiment-details-page/experiment-details-page-content/experiment-metrics-data-section-card/experiment-metrics-data-section-card.component.html | Added experiment input binding to metrics data component |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...tures/dashboard/home/components/experiment-query-result/experiment-query-result.component.ts
Show resolved
Hide resolved
...iment-metrics-data-section-card/experiment-metrics-data/experiment-metrics-data.component.ts
Show resolved
Hide resolved
|
this looks like it's in working order, sans the comments i made in slack that are probably not for this PR to worry about I think we should move this component from where it is with older stuff into the new structure though, maybe i can share a branch with what i mean, easier than writing it out... |
@danoswaltCL Should we do the same with the enrollment components then. That was on an earlier pr that was already approved and merged. |




No description provided.