prop/lib/microwaveprop_web
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
..
components Add contact detail map, elevation profile chart, and UI improvements 2026-04-01 12:34:03 -05:00
controllers Rename qsos to contacts throughout codebase, keep DB table name 2026-04-01 11:25:04 -05:00
live Replace boolean enrichment flags with enum status fields 2026-04-02 12:07:51 -05:00
plugs Read Cf-Connecting-Ip header for real client IP through Cloudflare tunnel 2026-04-02 11:49:11 -05:00
endpoint.ex Add tidewave dev tool, taller elevation profile chart 2026-04-01 13:41:39 -05:00
gettext.ex initial 2026-03-28 11:28:47 -05:00
router.ex Add /backfill dashboard for enqueuing and monitoring enrichment jobs 2026-04-02 11:46:49 -05:00
telemetry.ex initial 2026-03-28 11:28:47 -05:00