⚠ ネタバレ注意: 本サイトはSFアニメ「SOLAR LINE」の内容を詳細に分析しています。未視聴の方はご注意ください。
📝 AI生成コンテンツ: 本考証の大部分は AI(Claude Code 等)によって生成されています。内容の正確性については原作および引用元をご確認ください。

Task 297: Transcription Accuracy Comparison Bar Chart

完了 ← タスク一覧

Task 297: Transcription Accuracy Comparison Bar Chart

Status: DONE

Goal

Add a visual bar chart comparing transcription accuracy across sources (VTT, Whisper-medium, Whisper-turbo, OCR) on the transcription pages. Currently accuracy is displayed as text-only percentages in a table row. A visual chart makes the comparison more intuitive.

Motivation

CLAUDE.md: "Prioritize visual explanations — readers benefit from seeing data rather than just reading numbers. Add comparison charts... wherever they aid understanding."

Currently the accuracy metrics render as plain text: "VTT: 68.3%、whisper-medium: 82.6%、whisper-turbo: 91.4%、ocr: 10.1%". A horizontal bar chart would make differences immediately obvious.

Scope

  1. Add a bar chart component to templates.ts for accuracy metrics
  2. Render accuracy comparison as a colored horizontal bar chart on transcription pages
  3. Write TDD tests for the new rendering
  4. Only EP01 has all 4 sources for comparison; other episodes have fewer — chart should handle variable source counts

Non-Goals