Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add database collection for mapping superAdmins/owners to a provider #405

Open
2 tasks
jacobvenable opened this issue Jun 29, 2020 · 0 comments
Open
2 tasks

Comments

@jacobvenable
Copy link
Member

jacobvenable commented Jun 29, 2020

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
@jacobvenable jacobvenable added the ⏸ Status: On Hold Addressing this issue later label Jun 29, 2020
@jollyjerr jollyjerr changed the title provider admins placeholder Add database collection for mapping superAdmins/owners to a provider Jul 21, 2020
@jollyjerr jollyjerr added Role: Development and removed ⏸ Status: On Hold Addressing this issue later labels Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants