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

Task 378: Standalone Brachistochrone Calculator Page

完了 ← タスク一覧

Task 378: Standalone Brachistochrone Calculator Page

Status: DONE

Goal

Create a dedicated standalone interactive brachistochrone calculator page at /calculator/ on the site. Currently the calculator is embedded within episode pages — a standalone version allows readers to freely explore transfer physics across all episodes without navigating away from the analysis context.

Features

Implementation

  1. Add renderCalculatorPage() to templates.ts
  2. Add build step to build.ts
  3. Create calculator-standalone.js module
  4. Add nav link in layoutHtml metaLinks
  5. Add E2E tests
  6. Add content validation tests