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

14 lines
680 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.

# 05 — 前端:智能评估列表页 + 创建表单
**What to build:** 替换占位页,实现智能评估列表展示和创建表单。
**Blocked by:** 02API 就绪)
**Acceptance criteria:**
- [x] 列表页Table 展示所有智能评估(名称、对象、状态、创建时间),状态用 Tag 着色
- [x] 创建表单Modal 或 Drawer名称、评测对象选择、目标一句话、种子集JSON 编辑或简化表单)、考察意图、角色描述、时间窗口(小时数)
- [x] 创建成功后列表刷新
- [x] 列表行可点击进入详情(路由跳转或内部状态切换)
- [x] 空状态提示
- [x] `tsc --noEmit` 通过