prop/test/microwaveprop
Graham McIntire 55a51f69ab
Replace boolean enrichment flags with enum status fields
- New fields: hrrr_status, weather_status, terrain_status, iemre_status
  with values: pending, queued, processing, complete, failed, unavailable
- EnrichmentStatus module defines valid state transitions
- Migration backfills: queued=true → complete, false → pending
- Workers set status on transitions (queued on enqueue, complete on finish)
- Show page reads status from contact struct, not computed dynamically
- Backfill dashboard queries status fields for accurate progress counts
- Remove cron-scheduled ContactWeatherEnqueueWorker (enrichment only on
  submission, page view, or manual backfill)
- Partial indexes on status != 'complete' for fast unprocessed lookups
2026-04-02 12:07:51 -05:00
..
commercial Add commercial link monitoring via SNMP polling 2026-03-30 13:02:59 -05:00
propagation Integrate ML model into grid worker, QSO search, and UI improvements 2026-04-01 10:14:22 -05:00
radio Use Timex for flexible CSV timestamp parsing with tests 2026-04-01 15:39:02 -05:00
terrain Never download SRTM tiles during page load, only in Oban workers 2026-04-02 08:07:26 -05:00
weather Partition hrrr_profiles by valid_time for query performance 2026-04-01 11:03:33 -05:00
workers Replace boolean enrichment flags with enum status fields 2026-04-02 12:07:51 -05:00
commercial_test.exs Add commercial link monitoring via SNMP polling 2026-03-30 13:02:59 -05:00
propagation_test.exs Integrate ML model into grid worker, QSO search, and UI improvements 2026-04-01 10:14:22 -05:00
radio_test.exs Replace boolean enrichment flags with enum status fields 2026-04-02 12:07:51 -05:00
terrain_test.exs Rename qsos to contacts throughout codebase, keep DB table name 2026-04-01 11:25:04 -05:00
weather_test.exs Rename qsos to contacts throughout codebase, keep DB table name 2026-04-01 11:25:04 -05:00