towerops/lib/towerops_web/graphql/resolvers
Graham McIntie b4c0407ee0 Add granular org roles: executive, technician
New role system:
- owner: full access + financials
- admin: full access + financials (except org deletion)
- executive: read-only + full financial visibility (MRR, revenue)
- technician: field ops (devices, sites, alerts) without financials
- member: legacy alias for technician (migrated)
- viewer: read-only, no financials

Financial data (MRR, revenue, billing) gated behind can_view_financials
assign in all LiveView templates: dashboard, alerts, trace, site show.

Includes migration to rename existing member roles to technician.
2026-02-15 17:40:53 -06:00
..
activity.ex fix: resolve compilation errors, test failures, and credo issues 2026-02-14 12:23:10 -06:00
agent.ex fix: resolve compilation errors, test failures, and credo issues 2026-02-14 12:23:10 -06:00
alert.ex ux: improve PagerDuty integration clarity 2026-02-14 11:28:57 -06:00
device.ex fix: resolve compilation errors, test failures, and credo issues 2026-02-14 12:23:10 -06:00
integration.ex fix: resolve compilation errors, test failures, and credo issues 2026-02-14 12:23:10 -06:00
member.ex Add granular org roles: executive, technician 2026-02-15 17:40:53 -06:00
organization.ex fix: resolve compilation errors, test failures, and credo issues 2026-02-14 12:23:10 -06:00
site.ex fix: resolve compilation errors, test failures, and credo issues 2026-02-14 12:23:10 -06:00