feat(c2): ADR-073-C C2 — 前端飛輪 KPI 元件接真實 API
Some checks failed
CD Pipeline / build-and-deploy (push) Has been cancelled

- 新增 FlywheelKPICard 元件
- 消費 GET /api/v1/stats/summary,30 秒輪詢
- 顯示 Playbooks、修復成功率、今日轉化數、KM 向量化率
- 卡住 Incident 警示條
- 插入首頁右欄 PendingApprovalsCard 之後

2026-04-12 ogt (ADR-073-C C2)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-04-12 15:39:10 +08:00
parent ec6a341f3e
commit 4b51f9b60d
2 changed files with 140 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ import { DispositionMini } from '@/components/shared/disposition-mini'
import { RecentActivity } from '@/components/shared/recent-activity'
import { PendingApprovalsCard } from '@/components/shared/pending-approvals-card'
import { AIModelStatus } from '@/components/shared/ai-model-status'
import { FlywheelKPICard } from '@/components/dashboard/flywheel-kpi-card'
const API_BASE = process.env.NEXT_PUBLIC_API_URL ?? ''
@@ -924,6 +925,9 @@ export default function Home({ params }: { params: { locale: string } }) {
{/* 待審批任務 (S7) */}
<PendingApprovalsCard />
{/* 飛輪健康度 KPI (ADR-073-C C2) */}
<FlywheelKPICard />
{/* 基礎架構 — Toggle: 拓撲圖 / 主機網格 */}
<div style={{
background: '#fff',