towerops/lib/towerops_web/live/trace_live
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
..
index.ex i18n: wrap all user-facing strings in gettext() 2026-02-14 17:44:01 -06:00
index.html.heex Add granular org roles: executive, technician 2026-02-15 17:40:53 -06:00