AgentEvalTool/.scratch/intelligent-eval-cron-pool/issues/08-config-snapshot-page.md
sinohqb 1aa453ef0a feat(intelligent-eval): add cron pool data model and task queue API
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.
2026-08-12 02:13:21 +08:00

18 lines
869 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 08 — 配置快照页面(前端)
**What to build:** 在智能评估详情页新增「配置历史」Tab显示快照列表、快照详情、快照对比功能。
**Blocked by:** 05 — 配置快照管理
**Status:** ready-for-agent
- [ ] 在智能评估详情页新增「配置历史」Tab
- [ ] 实现快照列表(时间、版本、修改人、快照类型)
- [ ] 实现快照详情展示(四件套、粗计划、时间窗口)
- [ ] 实现快照对比功能(选择两个快照,显示 diff
- [ ] 实现快照恢复功能(可选,将配置回滚到某个快照)
- [ ] 实现快照导出功能(导出为 JSON
- [ ] 前端类型检查(`tsc --noEmit`
- [ ] 端到端测试:在 UI 上看到配置历史,可以对比两个版本
- [ ] **可演示**:在 UI 上看到配置历史,可以对比两个版本,可以导出快照