prop/lib/microwaveprop_web/live/rover_planning_live
Graham McIntire 2851f467a3
feat(rover-planning): path detail redirects to /path with full UI
The cached path-detail URL was a thinned-down view (geometry +
loss-budget summary + score). The user wanted the same rich display
/path renders — terrain chart with feet axes + tooltips, conditions,
scoring, link/power budgets, forecast — so PathShow now resolves the
row's rover/station/band/heights and push_navigates to /path with
those params baked in. The cached result map on Path.result is still
what the rover-planning show table reads from for fast row rendering;
this just bridges the row click to the canonical Path Calculator.
2026-05-03 14:37:57 -05:00
..
form.ex fix(rover-planning): async reconcile + strict band match in path worker 2026-05-03 14:16:48 -05:00
path_show.ex feat(rover-planning): path detail redirects to /path with full UI 2026-05-03 14:37:57 -05:00
show.ex feat(rover-planning): row click opens cached path detail, not /path recompute 2026-05-03 14:19:31 -05:00