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

Support multiple app updaters #323

Open
6 tasks
lberrymage opened this issue Oct 3, 2023 · 0 comments
Open
6 tasks

Support multiple app updaters #323

lberrymage opened this issue Oct 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lberrymage
Copy link
Member

Currently only one developer can submit updates for a given app, while in practice, team workflows may require multiple users to have this ability. Parcelo already supports this at a fundamental level, i.e., multiple updaters are supported by the database schema and REST API. However, there is no way to manage this access within the console itself.

The MVP for this feature consists of the following tasks:

  • Support offering another user specified access permissions to an app one has sufficient permissions for in the backend
  • Support this workflow in the frontend
  • Support accepting such permission offers in the backend
  • Support this workflow in the frontend
  • Support revoking access permissions after they're accepted
  • Support withdrawing access permission offers before they're accepted
@lberrymage lberrymage added the enhancement New feature or request label Oct 3, 2023
@github-project-automation github-project-automation bot moved this to Todo in Roadmap Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant