towerops/lib/towerops_web/live/admin
mayor bb9e6f0b0c
feat: create MonitoringLive base structure with PubSub subscription
Add LiveView for real-time job monitoring dashboard:
- Subscribe to job:lifecycle PubSub topic for live updates
- Display health metrics (completed, failed, avg duration, active jobs)
- Show active operations with real-time updates
- Display problems section (stuck/failed job counts)
- Add router entry under /admin/monitoring

Tests verify PubSub subscription and basic rendering.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-06 18:27:40 -06:00
..
audit_live fix prod crash with yaml parsing 2026-01-31 08:25:07 -06:00
org_live feat: migrate admin features to gettext 2026-02-02 12:45:38 -06:00
user_live feat: migrate admin features to gettext 2026-02-02 12:45:38 -06:00
dashboard_live.ex paginate audit logs 2026-02-01 13:27:56 -06:00
dashboard_live.html.heex paginate audit logs 2026-02-01 13:27:56 -06:00
monitoring_live.ex feat: create MonitoringLive base structure with PubSub subscription 2026-02-06 18:27:40 -06:00
monitoring_live.html.heex feat: create MonitoringLive base structure with PubSub subscription 2026-02-06 18:27:40 -06:00