ProjectTech4DevAI / ProjectTech4DevAI/kaapi-frontend
Evaluation: Display overall score summary
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- Avg merge
- 10h 40m
- Merged PRs (30d)
- 4
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the run detail page and inspect how v1 and v2 run data is currently rendered, especially the score fields. Done means the page shows the overall score and breakdown, displays the AI summary when available, and remains usable when the summary is null or overall data is absent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 70/100