mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 15:29:36 +00:00
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 |
||
|---|---|---|
| .. | ||
| e2e | ||
| public | ||
| src | ||
| .env.example | ||
| .env.staging.example | ||
| .eslintrc.json | ||
| .npmrc | ||
| Dockerfile | ||
| next-env.d.ts | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||