prop/lib/microwaveprop_web/live/rover_planning_live
Graham McIntire 5c3a791665
fix(rover-planning): derive grid from lat/lon for coord-only stations
When a user types raw "lat,lon" coordinates into a station input,
LocationResolver populates only `lat` / `lon` — `callsign` and `grid`
stay blank. The path-profiles "Station" cell was falling through to
"33.189, -96.452" instead of showing a useful grid.

Now `station_label/1` (display) and `station_endpoint/1` (path-URL
destination) derive a 6-/8-char Maidenhead grid from the stored
lat/lon when no grid is on the row, matching the rest of the page's
grid-first presentation.
2026-05-03 12:43:32 -05:00
..
form.ex fix(rover-planning): suppress fresh-station error + tolerate integer JSONB values 2026-05-03 11:29:57 -05:00
show.ex fix(rover-planning): derive grid from lat/lon for coord-only stations 2026-05-03 12:43:32 -05:00