towerops/test/towerops_web/live
Graham McIntire 7068ab2466
Convert User Settings from controller to LiveView
- Create UserSettingsLive to replace UserSettingsController
- Convert email/password forms to LiveView with proper form handling
- Add mobile session management (toggle alerts, revoke devices)
- Add require_sudo_mode on_mount hook to UserAuth
- Create dedicated live_session for sudo mode routes in router
- Keep UserSettingsController for email confirmation via token only
- Add MobileSessions.get_session/1 function for test support
- Update tests to match LiveView behavior (password update redirects to login)
- Remove old controller tests for email/password updates (now in LiveView)
2026-01-15 16:29:50 -06:00
..
agent_live Improve test coverage: AgentLive.Index, UserAuth, Cisco profile 2026-01-12 18:56:23 -06:00
equipment_live Add comprehensive tests for EquipmentLive.Show 2026-01-13 09:13:40 -06:00
org Implement hierarchical agent assignment for SNMP polling 2026-01-14 08:38:50 -06:00
org_live Add tests for Monitoring.Ping and OrgLive.New 2026-01-13 08:54:49 -06:00
agent_live_test.exs agent token changes 2026-01-13 13:43:43 -06:00
alert_live_test.exs Add comprehensive test coverage for LiveView modules and contexts 2026-01-03 11:21:53 -06:00
dashboard_live_test.exs Add active page navigation highlighting 2026-01-03 12:28:26 -06:00
equipment_live_test.exs Enhance EquipmentLive.Show test coverage with additional test cases 2026-01-12 18:35:37 -06:00
org_live_test.exs Fix all failing tests after UI changes 2026-01-05 11:33:26 -06:00
site_live_test.exs Fix all failing tests after UI changes 2026-01-05 11:33:26 -06:00
user_settings_live_test.exs Convert User Settings from controller to LiveView 2026-01-15 16:29:50 -06:00