updated related mentions to admin to be Manager

This commit is contained in:
Alysia Broddrick 2023-10-20 09:15:46 -07:00
parent 485a05e45e
commit 649a224562
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
6 changed files with 11 additions and 11 deletions

View file

@ -42,7 +42,7 @@ as health checks used by our platform).
## Adding roles
The current MVP design uses only a single role called
`UserDomainRole.Roles.ADMIN` that has all access on a domain. As such, the
`UserDomainRole.Roles.MANAGER` that has all access on a domain. As such, the
permission mixin doesn't need to examine the `role` field carefully. In the
future, as we add additional roles that our product vision calls for
(read-only? editing only some information?), we need to add conditional