prop/lib/microwaveprop_web/controllers/api/v1
Graham McIntire aab3c3736c
feat: extend HRRR forecast horizon from 18h to 48h
HRRR publishes f21-f48 at 3-hourly intervals in addition to the
hourly f01-f18 we already fetch. This extends the grid_tasks seed
from 19 rows (1 analysis + 18 forecast) to 29 rows (1 analysis +
18 hourly + 10 3-hourly), and bumps the UI forecast window
constant from 18h to 48h so the map timeline and path calculator
forecast chart automatically show the extended horizon.

No Rust logic changes needed — the pipeline is data-driven and
u8 forecast_hour already handles f48.
2026-06-10 11:36:58 -05:00
..
auth_controller.ex feat: secure /api/v1 REST API for regular-user actions 2026-05-09 08:59:54 -05:00
beacon_controller.ex fix(security,perf): address 9 audit findings (access control, DoS, crashes) 2026-05-11 18:53:21 -05:00
beacon_json.ex feat: secure /api/v1 REST API for regular-user actions 2026-05-09 08:59:54 -05:00
beacon_monitor_json.ex feat: secure /api/v1 REST API for regular-user actions 2026-05-09 08:59:54 -05:00
beacon_monitor_measurement_controller.ex feat(api): ingest endpoint for propmonitor beacon measurements 2026-05-13 16:07:04 -05:00
contact_controller.ex fix(security,perf): address 9 audit findings (access control, DoS, crashes) 2026-05-11 18:53:21 -05:00
contact_json.ex feat: secure /api/v1 REST API for regular-user actions 2026-05-09 08:59:54 -05:00
me_controller.ex fix(security,test): viewer-aware profile queries + create_contact ordering + valkey test isolation 2026-05-12 08:49:08 -05:00
profile_controller.ex fix(security,test): viewer-aware profile queries + create_contact ordering + valkey test isolation 2026-05-12 08:49:08 -05:00
score_controller.ex feat: extend HRRR forecast horizon from 18h to 48h 2026-06-10 11:36:58 -05:00
token_json.ex feat: secure /api/v1 REST API for regular-user actions 2026-05-09 08:59:54 -05:00
user_json.ex feat: secure /api/v1 REST API for regular-user actions 2026-05-09 08:59:54 -05:00