prop/lib/microwaveprop/radio
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
..
contact.ex Replace boolean enrichment flags with enum status fields 2026-04-02 12:07:51 -05:00
csv_import.ex Use Timex for flexible CSV timestamp parsing with tests 2026-04-01 15:39:02 -05:00
enrichment_status.ex Replace boolean enrichment flags with enum status fields 2026-04-02 12:07:51 -05:00
maidenhead.ex Support arbitrary-precision Maidenhead grid squares 2026-04-02 07:31:52 -05:00