prop/lib/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 Fix SNMP polling: remove invalid timeout option and normalize OID format 2026-03-30 13:44:49 -05:00
propagation Move ML deps to dev/test only, exclude from production build 2026-04-01 12:10:31 -05:00
radio Replace boolean enrichment flags with enum status fields 2026-04-02 12:07:51 -05:00
terrain Never download SRTM tiles during page load, only in Oban workers 2026-04-02 08:07:26 -05:00
weather Increase HRRR download timeouts to 120s for proxy/backfill 2026-04-01 18:11:58 -05:00
workers Replace boolean enrichment flags with enum status fields 2026-04-02 12:07:51 -05:00
application.ex Move ML deps to dev/test only, exclude from production build 2026-04-01 12:10:31 -05:00
commercial.ex Add commercial link monitoring via SNMP polling 2026-03-30 13:02:59 -05:00
mailer.ex initial 2026-03-28 11:28:47 -05:00
propagation.ex Move ML deps to dev/test only, exclude from production build 2026-04-01 12:10:31 -05:00
radio.ex Replace boolean enrichment flags with enum status fields 2026-04-02 12:07:51 -05:00
release.ex docker 2026-03-28 11:41:31 -05:00
repo.ex initial 2026-03-28 11:28:47 -05:00
terrain.ex Add SRTM terrain path profiles for QSOs 2026-03-29 16:22:29 -05:00
weather.ex Fix HRRR prune timeout: bound time range for partition pruning 2026-04-01 15:27:11 -05:00