prop/lib/microwaveprop_web/live
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_live Replace boolean enrichment flags with enum status fields 2026-04-02 12:07:51 -05:00
algo_live.ex Add contact detail map, elevation profile chart, and UI improvements 2026-04-01 12:34:03 -05:00
backfill_live.ex Replace boolean enrichment flags with enum status fields 2026-04-02 12:07:51 -05:00
contact_map_live.ex Add interactive popups to contact map, dedup reciprocals, darken line colors 2026-04-01 12:39:02 -05:00
map_live.ex Add contact detail map, elevation profile chart, and UI improvements 2026-04-01 12:34:03 -05:00
submit_live.ex Add required attribute to all single contact form fields 2026-04-01 15:56:25 -05:00