system-prompts-and-models-o.../salesflow-saas/frontend
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
..
e2e fix(dealix): resolve Python deps, SQLAlchemy metadata, JWT, and frontend CI 2026-04-12 10:32:05 +00:00
public feat: Launch readiness — SEO basics + WhatsApp webhook registration 2026-04-12 02:54:46 +00:00
src feat(dealix): wire ALL 9 frontend components to real backend APIs 2026-04-17 05:06:46 +00:00
.env.example chore: snapshot Dealix salesflow phase2 for audit worktree 2026-04-04 18:04:21 +03:00
.env.staging.example chore(dealix): launch runbooks, staging env templates, SQLite init on startup, product journey test 2026-04-12 11:01:09 +00:00
.eslintrc.json chore: snapshot Dealix salesflow phase2 for audit worktree 2026-04-04 18:04:21 +03:00
.npmrc chore: snapshot Dealix salesflow phase2 for audit worktree 2026-04-04 18:04:21 +03:00
Dockerfile Add SalesMatic AI Sales SaaS Platform - Complete Foundation 2026-03-28 03:06:53 +00:00
next-env.d.ts 🚀 Complete Dealix AI Sales Empire Update - Security Scrubbed, Lead Engine & Multi-Channel Ready 2026-04-02 17:17:13 +03:00
next.config.js chore: snapshot Dealix salesflow phase2 for audit worktree 2026-04-04 18:04:21 +03:00
package-lock.json chore: snapshot Dealix salesflow phase2 for audit worktree 2026-04-04 18:04:21 +03:00
package.json chore: snapshot Dealix salesflow phase2 for audit worktree 2026-04-04 18:04:21 +03:00
playwright.config.ts chore: snapshot Dealix salesflow phase2 for audit worktree 2026-04-04 18:04:21 +03:00
postcss.config.js Add SalesMatic AI Sales SaaS Platform - Complete Foundation 2026-03-28 03:06:53 +00:00
tailwind.config.js fix: add missing tailwind color themes for border and background 2026-03-31 19:56:04 +03:00
tsconfig.json Add SalesMatic AI Sales SaaS Platform - Complete Foundation 2026-03-28 03:06:53 +00:00