Conversation
- Add DashboardFiltersSchema and DashboardOverviewResponseSchema to shared - Add DASHBOARD_OVERVIEW cache TTL constant - Create GET /api/v1/dashboard/overview endpoint with parallel data fetch - Register dashboard router in API - Add useDashboardFilters hook for URL-persisted filter state - Add getDashboardOverview to API client - Update Dashboard.tsx to use URL filter state and overview endpoint - Add 8 integration tests for the new endpoint" Agent-Logs-Url: https://github.com/WFord26/FuelRipple/sessions/12dd4a4b-0c5b-4c28-baf7-12209627a915 Co-authored-by: WFord26 <117926366+WFord26@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Establish dashboard foundations with URL state and overview endpoint
Dashboard foundations: URL state and overview aggregation endpoint
Apr 1, 2026
Owner
|
@copilot please update the change log with your Changes in the unreleased section. |
…view endpoint changes Agent-Logs-Url: https://github.com/WFord26/FuelRipple/sessions/bdb3fe74-bb3d-4fb3-b360-e04f7c8f80d0 Co-authored-by: WFord26 <117926366+WFord26@users.noreply.github.com>
Contributor
Author
Done in e81fb4d. The |
WFord26
approved these changes
Apr 3, 2026
Owner
WFord26
left a comment
There was a problem hiding this comment.
Thanks for adding CHANGELOG.md updates
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.
DashboardFiltersSchemaandDashboardOverviewResponseSchematopackages/shared/src/schemas.tsDASHBOARD_OVERVIEWcache TTL topackages/shared/src/constants.tsapps/api/src/routes/dashboard.tswithGET /api/v1/dashboard/overviewapps/api/src/index.tsapps/web/src/hooks/useDashboardFilters.tsfor URL-persisted dashboard stategetDashboardOverviewtoapps/web/src/api/client.tsapps/web/src/pages/Dashboard.tsxto use URL filters and new overview endpointapps/api/src/test/api.integration.test.tsany, stale closure in hook, duplicate React key)CHANGELOG.md[Unreleased] section with all new additions and changes