Skip to content

Retro-Ace/RC-Calculations

Repository files navigation

RC Calculations

Modern rebuild scaffold for the Script Asylum R/C calculations website, excluding Simple Games.

Architecture

  • apps/web: Next.js app shell, routes, and UI composition
  • packages/formulas: pure calculator logic, units, and explainers
  • packages/datasets: canonical tables, defaults, diagrams, and validation cases
  • packages/content: authored page copy, warnings, FAQs, and glossary content
  • legacy: preserved raw assets, extracted artifacts, and migration audit records
  • docs: product, engineering, formula, dataset, and QA guidance

Product Sections

  • Home
  • Drivetrain & Speed
  • Power & Electronics
  • Setup & Handling
  • Reference
  • About

Calculator Coverage

Current scaffold includes dedicated folders and content/data definitions for:

  • car-setup
  • top-speed
  • speed-amp
  • rollout-ratio
  • solver
  • gear-calc
  • scale-speed
  • bec
  • wire-resistance
  • led
  • no-spark
  • lipo-wiring
  • system-wiring
  • charger
  • oil-mixer
  • shocks
  • dogbones

Getting Started

  1. npm install
  2. npm run dev
  3. npm run scaffold:calculators only if you want to regenerate calculator scaffold files from the manifest

Notes

  • Route files should stay thin and must not contain business logic.
  • Formula parity with the legacy site should be enforced through known-answer fixtures in packages/datasets/validation and tests/fixtures.
  • Legacy content and formulas remain source material until verified in the migration ledger.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors