AgentEvalTool/.scratch/v1.0/issues/06-frontend-detail.md
sinohqb 9cdbc41808 docs(intelligent-eval): commit v1.0 spec, tickets, and post-v1.0 improvements
All 8 tickets' acceptance criteria checked off (incl. the real OpenClaw
E2E verified on t480). Trivial import-sort fix from ruff included.
2026-08-05 14:01:24 +08:00

15 lines
809 B
Markdown
Raw 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.

# 06 — 前端:智能评估管理/详情页
**What to build:** 智能评估的管理详情页——展示状态、用户输入、粗计划(含审批操作)、执行进度。
**Blocked by:** 02, 03API 就绪)
**Acceptance criteria:**
- [x] 展示评估基本信息(名称、对象、状态、时间窗口)
- [x] 展示用户输入四件套(目标、种子、意图、角色描述)
- [x] pending_approval 状态:展示粗计划(维度、虚拟用户、时间分布、预算、完成标准),提供「批准」和「打回」按钮(打回需填反馈)
- [x] executing 状态:展示执行进度(已完成会话数 / 预估会话数、时间分布进度)
- [x] planning 状态:展示"规划中"等待提示
- [x] 从列表页可进入此页面
- [x] `tsc --noEmit` 通过