ProjectTech4DevAI / ProjectTech4DevAI/kaapi-frontend

Evaluation: Display overall score summary

Aperta
#271 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

enhancement
Lingua principale
TypeScript
Stelle
1
Fork
0
Merge medio
10h 40m
PR unite (30g)
4

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Direzione di ricerca

Inizia dalla pagina dei dettagli del run e verifica come vengono attualmente visualizzati i dati del run v1 e v2, in particolare i campi del punteggio. Il lavoro è completato quando la pagina mostra il punteggio complessivo e la suddivisione, visualizza il riepilogo AI quando disponibile e rimane utilizzabile quando il riepilogo è null o i dati complessivi sono assenti.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
typescript
Ambito
frontend
Tipo di issue
Funzionalità
Difficoltà
3/5
Tempo stimato
1-2 giorni
Stato di attività
Attiva
Chiarezza
Abbastanza chiara
Idoneità per principianti
70/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.