Wire Financial Dashboard to Real Finance APIs #147

Open
opened 2026-03-26 09:12:17 +01:00 by kincses · 0 comments
Owner

Objective: Connect financial dashboard components to real endpoints instead of mock data.

Target Files:

  • Frontend: (if exists) or similar
  • Frontend:
  • Backend: Ensure finance endpoints exist in
  • Stores:

Acceptance Criteria:

  1. Financial dashboard shows real data from tables
  2. Charts update with actual revenue, expenses, profit metrics
  3. No mock data - all numbers come from database queries
  4. API responses match frontend expected schema

Execution Steps:

  1. Check existing finance endpoints and their data structure
  2. Update frontend components to call real endpoints
  3. Transform API data to match chart requirements
  4. Test with real financial data in database
  5. Add loading states and error handling

Technical Details:

  • Estimated effort: 2 days
  • Dependencies: Phase 1 completion
  • Priority: P1 (enables real business insights)
**Objective:** Connect financial dashboard components to real endpoints instead of mock data. **Target Files:** - Frontend: (if exists) or similar - Frontend: - Backend: Ensure finance endpoints exist in - Stores: **Acceptance Criteria:** 1. Financial dashboard shows real data from tables 2. Charts update with actual revenue, expenses, profit metrics 3. No mock data - all numbers come from database queries 4. API responses match frontend expected schema **Execution Steps:** 1. Check existing finance endpoints and their data structure 2. Update frontend components to call real endpoints 3. Transform API data to match chart requirements 4. Test with real financial data in database 5. Add loading states and error handling **Technical Details:** - Estimated effort: 2 days - Dependencies: Phase 1 completion - Priority: P1 (enables real business insights)
kincses added this to the Phase 2: Dashboard & Analytics Wiring milestone 2026-03-26 09:12:17 +01:00
kincses added the Status: To DoScope: BackendScope: FrontendType: Feature labels 2026-03-26 09:12:17 +01:00
Sign in to join this conversation.