You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Super admins need to be able to assign "owners" to a provider. This will initially require database changes.
Terminology: Super Admins: An existing permissions level on an account that gives them the ability to do basically anything. Owners: A new permissions level on an account that will give them the ability to manage a resource that they own. There can be multiple owners per resource.
Checklist
Create a Mongo collection to handle the association between an accounts permission level (superAdmin/owner), and resource. Owners must be associated with a resource and resources can have multiple owners.
Modify types/schema
The text was updated successfully, but these errors were encountered:
Super admins need to be able to assign "owners" to a provider. This will initially require database changes.
Terminology:
Super Admins: An existing permissions level on an account that gives them the ability to do basically anything.
Owners: A new permissions level on an account that will give them the ability to manage a resource that they own. There can be multiple owners per resource.
Checklist
The text was updated successfully, but these errors were encountered: