ProjectTech4DevAI / ProjectTech4DevAI/kaapi-frontend
Evaluation: Display overall score summary
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 1
- 派生
- 0
- 平均合并
- 10 小时 40 分钟
- 30 天内合并 PR
- 4
描述
Is your feature request related to a problem?
v2 runs include score.overall and an ai_summary for identifying the weakest questions, but these are not displayed on the run detail page. This makes it difficult for users to quickly assess the overall performance of their runs.
Describe the solution you'd like
- Display
score.overallat the top of the run detail page, includingoverall_score,verdict, andbreakdown(score, weight, delta, verdict) - Show
ai_summaryas a diagnostic note above the per-row table - Ensure graceful degradation when
ai_summaryisnullor whenoverallis absent on v1 runs
Original issue
Is your feature request related to a problem?
v2 runs carry score.overall — a weighted rollup across the judge metrics plus a natural-language ai_summary pointing at the worst questions. Today the run detail page shows neither, so the reader has to eyeball three metrics and every row to work out how the run went.
Describe the solution you'd like
- Render
score.overallat the top of the run detail page:overall_score,verdict, and the per-metricbreakdown(score, weight, delta, verdict) - Render
ai_summaryas a diagnostic note above the per-row table - Degrade gracefully when
ai_summaryisnull(best-effort, never fails the run) or whenoverallis absent on v1 runs
Parent: #265
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从运行详情页面开始,检查当前如何呈现 v1 和 v2 的运行数据,尤其是分数字段。完成的标准是:页面显示总体分数及明细,在 AI 摘要可用时显示该摘要,并且在摘要为 null 或总体数据缺失时仍可正常使用。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- frontend
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 70/100