AgentEvalTool/.scratch/v1.0/issues/07-frontend-report.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

16 lines
768 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.

# 07 — 前端:报告页 + 会话下钻
**What to build:** 结构化报告展示页面和会话对话下钻功能。
**Blocked by:** 04报告 API 就绪)
**Acceptance criteria:**
- [x] 报告页:总览摘要、发现清单(问题+严重程度+维度+建议)、亮点、优先级建议
- [x] 发现清单按严重程度排序high → medium → low
- [x] 每个发现可展开查看证据(对话轮次引用)
- [x] 会话列表:展示所有会话(人设、目标、维度、状态、轮数)
- [x] 会话下钻:点击会话查看完整对话记录(气泡样式)+ 会话级评估verdict
- [x] Markdown 导出按钮(调 report/markdown API 下载)
- [x] 从详情页/列表页可进入报告页
- [x] `tsc --noEmit` 通过