-
Notifications
You must be signed in to change notification settings - Fork 117
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
configstore/gateway: move projectgroups/projects between users/orgs #30
Comments
I are working on this feature for the backend. For moving the project we can user the api PUT /projects/{projectref} that already exists For getting the list of projectgroups I would like to create this api GET /user/projectgroups?grouptype We need the pull request #280 to get the list of user organizations for the api /user/projectgroups |
Since this can be a move between different with the actual datamanager and related locking implementation it'll be quite cumbersome to properly handle locking. So let's wait when datamanager will be removed.
The user is already able to navigate between projectgroups/projects. I don't see the need for this new api that will require e recursive fetching. |
No description provided.
The text was updated successfully, but these errors were encountered: