Skip to content

Conversation

@DominikB2014
Copy link
Contributor

Allows dashboard to auto generate db entries

@DominikB2014 DominikB2014 requested a review from a team as a code owner December 29, 2025 19:04
@linear
Copy link

linear bot commented Dec 29, 2025

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Dec 29, 2025
{
"prebuilt_id": PrebuiltDashboardId.HTTP_DOMAIN_SUMMARY,
"title": "Domain Summary",
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backend title mismatch for HTTP domain summary dashboard

The HTTP_DOMAIN_SUMMARY entry has title "Domain Summary" but the frontend's HTTP_DOMAIN_SUMMARY_PREBUILT_CONFIG uses DASHBOARD_TITLE which is "Outbound API Requests". The code comment on line 91 explicitly states that titles must match the frontend's PREBUILT_DASHBOARDS constant. This mismatch will cause the sync function to incorrectly update dashboard titles or create inconsistencies between the API response and the frontend display.

Fix in Cursor Fix in Web

Copy link
Contributor Author

@DominikB2014 DominikB2014 Dec 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update the frontend

@DominikB2014 DominikB2014 merged commit 7d71ad4 into master Dec 30, 2025
66 checks passed
@DominikB2014 DominikB2014 deleted the dominikbuszowiecki/browse-200-register-http-on-backend branch December 30, 2025 19:42
@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants