Task 302: Transcription Index Page Enhancement — Accuracy/Agreement Summary
完了 ← タスク一覧
Task 302: Transcription Index Page Enhancement — Accuracy/Agreement Summary
Status: DONE
Description
Enhanced the transcription index page (/transcriptions/index.html) with summary accuracy and inter-source agreement statistics. Previously, readers had to click into each episode's transcription page to see this data.
Changes
- Added "精度" (accuracy) column — shows best-source corpus accuracy (EP01: 91.4% from Whisper turbo)
- Added "ソース間一致" (agreement) column — shows average pairwise agreement across all sources
- Color-coded badges: green (≥80%), yellow (60-80%), red (<60%)
- Legend card explaining the metrics and color coding
- Columns only appear when at least one episode has the corresponding data
- Resolved stale idea files: ocr_speech_to_text.md, voiceroid_asr_quality.md
Tests
- +4 TS unit tests for renderTranscriptionIndex (accuracy/agreement display)
- +1 E2E test for transcription index accuracy columns
- All 2225 TS tests pass, 223 E2E tests pass