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

Task 41: Report Navigation and Source Link Improvements

完了 ← タスク一覧

Task 041: Report Navigation and Source Link Improvements

Status: DONE

Motivation

Human directive: "分析レポートページの分かりやすさを適宜確認して改善すること。例えば今出典のリンクが無く出典元にジャンプできない。別レポートや別セクションにもジャンプ可能であってほしい。"

Current issues:

  1. Source citations lack clickable links — SourceCitation type has a url field but it may not be rendered as a clickable hyperlink in all contexts
  2. No inter-report navigation — Episode pages don't link to each other or to the summary
  3. No intra-page navigation — No table of contents or section anchors for jumping within a long report

Scope

  1. Ensure all SourceCitation URLs are rendered as clickable <a> tags
  2. Add inter-report navigation bar (episode ↔ episode, episode ↔ summary)
  3. Add section anchors (id attributes) on transfer/exploration headings
  4. Add table of contents at the top of each episode report
  5. Ensure cross-episode report also has working navigation
  6. Update tests for new template output

Depends on