prop/test/microwaveprop_web/controllers/api/v1
Graham McIntire e3d430f8c4
feat(weather): add duct cutoff band map layer
Show on /weather where the detected duct geometry traps each microwave
band. Overview mode bins cells by their lowest trapped frequency
(Bean & Dutton cutoff); band-picker mode masks cells whose duct doesn't
reach the selected band. Cutoff is pre-computed per cell in both
writers (Elixir derive + Rust derive_row reads best_duct_freq_ghz from
CellValues), persisted to ScalarFile, and shipped to the JS hook via
the existing binary cell pack. Also cleans up six pre-existing
length/1 credo warnings in unrelated test files.
2026-05-15 19:51:24 -05:00
..
auth_controller_test.exs feat: secure /api/v1 REST API for regular-user actions 2026-05-09 08:59:54 -05:00
beacon_controller_test.exs fix(security,perf): address 9 audit findings (access control, DoS, crashes) 2026-05-11 18:53:21 -05:00
beacon_monitor_measurement_controller_test.exs feat(api): ingest endpoint for propmonitor beacon measurements 2026-05-13 16:07:04 -05:00
contact_controller_test.exs feat: secure /api/v1 REST API for regular-user actions 2026-05-09 08:59:54 -05:00
me_controller_test.exs feat: secure /api/v1 REST API for regular-user actions 2026-05-09 08:59:54 -05:00
profile_controller_test.exs feat(weather): add duct cutoff band map layer 2026-05-15 19:51:24 -05:00
score_controller_test.exs feat: secure /api/v1 REST API for regular-user actions 2026-05-09 08:59:54 -05:00