system-prompts-and-models-o.../salesflow-saas/frontend/src
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
..
app fix(dealix): resolve Python deps, SQLAlchemy metadata, JWT, and frontend CI 2026-04-12 10:32:05 +00:00
components feat(dealix): wire ALL 9 frontend components to real backend APIs 2026-04-17 05:06:46 +00:00
contexts Dealix: OpenClaw safe core, SLA phase 2.5, full-ops UI 2026-04-08 23:31:02 +03:00
hooks chore: snapshot Dealix salesflow phase2 for audit worktree 2026-04-04 18:04:21 +03:00
i18n fix(dealix): resolve Python deps, SQLAlchemy metadata, JWT, and frontend CI 2026-04-12 10:32:05 +00:00
lib chore: snapshot Dealix salesflow phase2 for audit worktree 2026-04-04 18:04:21 +03:00
styles 🚀 Complete Dealix AI Sales Empire Update - Security Scrubbed, Lead Engine & Multi-Channel Ready 2026-04-02 17:17:13 +03:00
design-tokens.ts feat: Add AI engine, PDPL compliance, sequences, CPQ, and governance layers 2026-04-11 07:40:39 +00:00