ProjectTech4DevAI / ProjectTech4DevAI/kaapi-frontend
Evaluation: Display overall score summary
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 1
- フォーク
- 0
- 平均マージ
- 10時間 40分
- マージ済み PR(30日)
- 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 にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
run 詳細ページから開始し、現在 v1 と v2 の run データがどのように表示されているか、特にスコアフィールドを確認します。ページに総合スコアと内訳が表示され、利用可能な場合は AI サマリーが表示され、サマリーが null または全体データが存在しない場合でも引き続き使用できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- frontend
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 70/100