ProjectTech4DevAI / ProjectTech4DevAI/kaapi-frontend

Evaluation: Display overall score summary

未关闭
#271 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

enhancement
主要语言
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.overall at the top of the run detail page, including overall_score, verdict, and breakdown (score, weight, delta, verdict)
  • Show ai_summary as a diagnostic note above the per-row table
  • Ensure graceful degradation when ai_summary is null or when overall is 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.overall at the top of the run detail page: overall_score, verdict, and the per-metric breakdown (score, weight, delta, verdict)
  • Render ai_summary as a diagnostic note above the per-row table
  • Degrade gracefully when ai_summary is null (best-effort, never fails the run) or when overall is absent on v1 runs

Parent: #265

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从运行详情页面开始,检查当前如何呈现 v1 和 v2 的运行数据,尤其是分数字段。完成的标准是:页面显示总体分数及明细,在 AI 摘要可用时显示该摘要,并且在摘要为 null 或总体数据缺失时仍可正常使用。

由索引模型根据 Issue 内容生成。

评估

技术栈
typescript
领域
frontend
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
活跃
描述清晰度
基本清楚
新手友好度
70/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。