prop/lib/microwaveprop_web
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
..
components Integrate ML model into grid worker, QSO search, and UI improvements 2026-04-01 10:14:22 -05:00
controllers Add click-to-inspect factor breakdown popup on map 2026-03-31 09:45:50 -05:00
live Integrate ML model into grid worker, QSO search, and UI improvements 2026-04-01 10:14:22 -05:00
plugs Log client IP from X-Forwarded-For in request logs 2026-03-31 12:05:05 -05:00
endpoint.ex Log client IP from X-Forwarded-For in request logs 2026-03-31 12:05:05 -05:00
gettext.ex initial 2026-03-28 11:28:47 -05:00
router.ex Show topbar loading indicator while scores are loading 2026-03-31 09:30:20 -05:00
telemetry.ex initial 2026-03-28 11:28:47 -05:00