Implement Ticket 01 of intelligent eval cron pool architecture (ADR-0007): - Add 4 new tables: task_queue, cron_pool, config_snapshots, decision_logs - Implement task enqueueing logic with priority calculation - Implement task assignment and completion APIs - Add unit tests (9) and integration tests (7) - Update CONTEXT.md with new vocabulary - Add ADR-0007 documenting cron pool architecture decision All 760 tests passing.
869 B
869 B
08 — 配置快照页面(前端)
What to build: 在智能评估详情页新增「配置历史」Tab,显示快照列表、快照详情、快照对比功能。
Blocked by: 05 — 配置快照管理
Status: ready-for-agent
- 在智能评估详情页新增「配置历史」Tab
- 实现快照列表(时间、版本、修改人、快照类型)
- 实现快照详情展示(四件套、粗计划、时间窗口)
- 实现快照对比功能(选择两个快照,显示 diff)
- 实现快照恢复功能(可选,将配置回滚到某个快照)
- 实现快照导出功能(导出为 JSON)
- 前端类型检查(
tsc --noEmit) - 端到端测试:在 UI 上看到配置历史,可以对比两个版本
- 可演示:在 UI 上看到配置历史,可以对比两个版本,可以导出快照