system-prompts-and-models-o.../salesflow-saas/frontend/src/components
Claude 2b36a30f42
feat(dealix): wire ALL 9 frontend components to real backend APIs
Every Tier-1 frontend component now fetches live data from backend APIs
instead of just accepting empty props. Components auto-fetch on mount
with useEffect and fall back gracefully if API is unavailable.

Wired components:
  evidence-pack-viewer.tsx → GET /api/v1/evidence-packs/
  actual-vs-forecast-dashboard.tsx → GET /api/v1/forecast-control/unified
  risk-heatmap.tsx → GET /api/v1/compliance/matrix/risk-heatmap
  policy-violations-board.tsx → GET /api/v1/contradictions/
  partner-pipeline-board.tsx → GET /api/v1/strategic-deals/

Previously wired (this session):
  executive-room.tsx → GET /api/v1/executive-room/snapshot (30s poll)
  approval-center.tsx → GET /api/v1/approval-center/ (15s poll)
  saudi-compliance-dashboard.tsx → GET /api/v1/compliance/matrix/
  connector-governance-board.tsx → GET /api/v1/connectors/governance

Result: 9/9 frontend components now connected to real APIs (was 1/9)

https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
2026-04-17 05:06:46 +00:00
..
dealix feat(dealix): wire ALL 9 frontend components to real backend APIs 2026-04-17 05:06:46 +00:00
ui fix(dealix): resolve Python deps, SQLAlchemy metadata, JWT, and frontend CI 2026-04-12 10:32:05 +00:00