prop/lib/microwaveprop_web
Graham McIntire 33171ab32e
Replace polling with Postgres LISTEN/NOTIFY for live updates
- Database triggers on contacts and oban_jobs fire pg_notify on
  status/state changes
- RepoListener GenServer subscribes via Postgrex.Notifications and
  broadcasts to PubSub
- Backfill dashboard subscribes to PubSub instead of 2-second polling
- Eliminates periodic SELECT queries, updates arrive instantly
2026-04-02 16:26:22 -05:00
..
components Add contact detail map, elevation profile chart, and UI improvements 2026-04-01 12:34:03 -05:00
controllers Add /health endpoint and CHECKS file for zero-downtime deploys 2026-04-02 13:01:42 -05:00
live Replace polling with Postgres LISTEN/NOTIFY for live updates 2026-04-02 16:26:22 -05:00
plugs fix enrichment 2026-04-02 15:30:41 -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 /health endpoint and CHECKS file for zero-downtime deploys 2026-04-02 13:01:42 -05:00
telemetry.ex initial 2026-03-28 11:28:47 -05:00