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

Task 92: Episode-Aware Brachistochrone Calculator

完了 ← タスク一覧

Task 092: Episode-Aware Brachistochrone Calculator

Status: DONE

Motivation

The interactive brachistochrone calculator (calculator.js) currently has only EP01 presets, but it appears on every episode page. Each episode involves different transfers with distinct distances, transfer times, and conditions. Adding episode-specific presets would let readers explore the parameter space of the episode they're viewing.

Scope

  1. Add per-episode presets to calculator.js covering key transfers from each episode
  2. Pass the current episode number from the template to the calculator
  3. Show the relevant presets for the current episode, with a way to see other episodes' presets
  4. Add TS tests for the template changes

Episode Transfer Summary (for presets)

Dependencies