prop/priv/repo/migrations
Graham McIntire 02cb4fd67b
Integrate ML model into grid worker, QSO search, and UI improvements
ML Integration:
- Load trained model at app startup, cache compiled predict fn in persistent_term
- Grid worker uses batched ML prediction (10K chunks) when model loaded,
  falls back to algorithm scorer when not
- ML score replaces composite, algorithm factor scores preserved for detail view
- Fix process explosion: single EXLA call per chunk instead of per-grid-point

QSO Features:
- Callsign search (ILIKE on station1/station2) with trigram indexes
- Reciprocal QSO grouping (same pair, same band, same hour)
- Wider layout (max-w-7xl) for data table pages
- QSO Training Data link on map page

Infrastructure:
- Re-enable hourly propagation grid worker in dev
- Track ML model weights in git for Docker builds
- Add btree indexes on qsos (timestamp, band, distance_km)
- Remove nav icons from layout header
2026-04-01 10:14:22 -05:00
..
.formatter.exs initial 2026-03-28 11:28:47 -05:00
20260328172746_create_qsos.exs Add QSO import, solar indices, Oban workers, LiveView UI, and parallel weather import 2026-03-29 13:04:55 -05:00
20260328173025_add_distance_km_to_qsos.exs Add QSO import, solar indices, Oban workers, LiveView UI, and parallel weather import 2026-03-29 13:04:55 -05:00
20260328204648_create_weather_tables.exs Add weather data schema, context, sounding params, and IEM ingestion 2026-03-28 15:57:19 -05:00
20260328211118_create_solar_indices.exs Add QSO import, solar indices, Oban workers, LiveView UI, and parallel weather import 2026-03-29 13:04:55 -05:00
20260329142459_add_oban.exs Add QSO import, solar indices, Oban workers, LiveView UI, and parallel weather import 2026-03-29 13:04:55 -05:00
20260329190247_add_weather_queued_to_qsos.exs Add QsoWeatherEnqueueWorker cron job to auto-fetch weather for new QSOs 2026-03-29 14:11:03 -05:00
20260329204441_create_hrrr_profiles_and_add_hrrr_queued.exs Add HRRR model profile fetching for QSOs 2026-03-29 15:54:22 -05:00
20260329210536_create_terrain_profiles_and_add_terrain_queued.exs Add SRTM terrain path profiles for QSOs 2026-03-29 16:22:29 -05:00
20260329213831_add_submission_fields_to_qsos.exs Add /submit route for user QSO submission 2026-03-29 16:46:35 -05:00
20260330174211_create_commercial_links.exs Add commercial link monitoring via SNMP polling 2026-03-30 13:02:59 -05:00
20260330174511_seed_commercial_links.exs Add commercial link monitoring via SNMP polling 2026-03-30 13:02:59 -05:00
20260330174723_create_commercial_samples.exs Add commercial link monitoring via SNMP polling 2026-03-30 13:02:59 -05:00
20260330180421_add_precipitation_to_surface_observations.exs Add IEM precipitation data to QSO weather pipeline 2026-03-30 13:18:11 -05:00
20260330180721_create_iemre_observations_and_add_iemre_queued.exs Add IEM precipitation data to QSO weather pipeline 2026-03-30 13:18:11 -05:00
20260330182625_ensure_precipitation_columns.exs Fix missing precipitation columns and backfill weather data 2026-03-30 13:27:58 -05:00
20260330182652_backfill_surface_observations_with_precipitation.exs Fix missing precipitation columns and backfill weather data 2026-03-30 13:27:58 -05:00
20260330214829_create_propagation_scores.exs Add CONUS grid definition and propagation score schema 2026-03-30 16:50:06 -05:00
20260331143209_add_propagation_scores_viewport_index.exs Add covering index for map viewport query (6s -> 25ms) 2026-03-31 09:36:36 -05:00
20260331214714_add_point_forecast_index.exs Add forecast sparkline graph to point detail panel 2026-03-31 16:47:52 -05:00
20260401151012_add_training_performance_indexes.exs Integrate ML model into grid worker, QSO search, and UI improvements 2026-04-01 10:14:22 -05:00