prop/lib/microwaveprop/workers
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
..
asos_adjustment_worker.ex Use local solar time for time-of-day scoring, add PWAT factor and pressure refinements 2026-04-01 08:58:21 -05:00
contact_weather_enqueue_worker.ex Rename qsos to contacts throughout codebase, keep DB table name 2026-04-01 11:25:04 -05:00
hrrr_fetch_worker.ex Add unique constraint to all enrichment workers to prevent duplicates 2026-04-02 11:10:22 -05:00
iemre_fetch_worker.ex Add IEM precipitation data to QSO weather pipeline 2026-03-30 13:18:11 -05:00
propagation_grid_worker.ex Revert to algorithm scorer as primary, add propagation reach polygon 2026-04-01 10:21:54 -05:00
solar_index_worker.ex Add QSO import, solar indices, Oban workers, LiveView UI, and parallel weather import 2026-03-29 13:04:55 -05:00
terrain_profile_worker.ex Replace boolean enrichment flags with enum status fields 2026-04-02 12:07:51 -05:00
weather_fetch_worker.ex Add unique constraint to all enrichment workers to prevent duplicates 2026-04-02 11:10:22 -05:00