towerops/lib/towerops_web/graphql
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
..
resolvers Add granular org roles: executive, technician 2026-02-15 17:40:53 -06:00
types Fix tests, credo issues, and Gaiia sync bugs 2026-02-15 11:55:49 -06:00
context.ex Security fixes: mask credentials in logs/API, fix cookie/CSP/LIKE injection/webhooks 2026-02-15 09:09:04 -06:00
schema.ex Add granular org roles: executive, technician 2026-02-15 17:40:53 -06:00