-
Notifications
You must be signed in to change notification settings - Fork 147
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
feat: user roles and permissions #1935
Comments
To anchor this to our ideal setup, I'd describe our end goal as the following:
|
@felangel if you feel this has too much overlap with existing issues, feel free to close it as such. I know this sorta spawned out of conversation with myself and @ClaireDavis--neither of us will be offended if we need to subscribe to another issue 😄 |
Yeah, more issues isn't a problem. We know we need to do a bunch of work in this area, we've just been a) really busy with iOS and 1.0 and b) waiting until we had more reports from customers (like this one!) so we know we're building the right thing. Thank you! |
This ends up part of #1433 which I think is probably our next big area of work after iOS performance (maybe we'll do asset support before that?) |
Much of this is launched now as part of #739. Will keep this bug open for adding further permission levels. We had an explicit request today from a large customer to separate "create a patch" from "send a patch to users" roles. |
As a user, I want to be able to add collaborators who have different permission levels. For example, I may want to have a single user who has permission to publish releases and patches but have other users have read-only access to view releases, patches, insights, and be able to preview an patch locally.
Currently, if user adds a collaborator, that collaborator automatically gets access to view and modify an app (including managing releases and patches).
The text was updated successfully, but these errors were encountered: