dolthub / hosted-issues

Issues for hosted.doltdb.com
https://hosted.doltdb.com
2 stars 0 forks source link

Add a developer collaborator permission level #123

Closed Kelley12 closed 1 year ago

Kelley12 commented 1 year ago

Is your feature request related to a problem? Please describe.

When we add new users to our hosted dolt instance there are only two options read and admin. We initially gave everyone that doesn't need admin access read access. But with read access they can't do the things we need them to be able to do such as view and merge PR's. In order to do that right now, we have to grant admin access.

Describe the solution you'd like

A new permission level developer added to the Collaborators section. This permission level would give users access to the types of things developers would need: workbench, databases, view/create/merge PR's.

Describe alternatives you've considered

Right now the only workaround we have found is giving all of our developers admin access

Additional context

Screenshot 2023-08-09 at 7 04 49 AM

tbantle22 commented 1 year ago

This can be similar to the write permission we have on dolthub. They would have full write access via the workbench but no access to deployment actions/settings/configuration/connectivity info. Is that what you were thinking?

Kelley12 commented 1 year ago

Yeah that's what I had in mind. That would work great.