Merge branch 'main' into za/1054-connection-pooling

This commit is contained in:
zandercymatics 2023-10-25 11:37:58 -06:00
commit ae9c0a0e06
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
33 changed files with 750 additions and 145 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