Implement team provider api#43855
Merged
juliusknorr merged 1 commit intomasterfrom Mar 5, 2024
Merged
Conversation
4 tasks
d454c55 to
f4c3882
Compare
75c86ef to
276cff1
Compare
blizzz
reviewed
Mar 1, 2024
9b181e5 to
82b08ab
Compare
7123a1c to
3ca15ba
Compare
Signed-off-by: Julius Härtl <jus@bitgrid.net>
3ca15ba to
c7813bf
Compare
Member
Author
|
Cypress failure is unrelated |
blizzz
approved these changes
Mar 5, 2024
Merged
8 tasks
Member
|
Does this mean we need to add the Circles app to |
Member
One way to solve it, I'd rather say we need a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #43683
Teams are considered evolution of circles where we now want to aggregate all resources that are related (shared or owned) by a given team. Therefore we need a generic API so that apps that offer sharing to teams can expose the list of resources and teams for a given resource.
Example implementation can be found for deck and collectives already.
In the future we may extend this namespace to become a stable OCP/OCS API for other methods related to circles which for now is still bound to the classes in
OCA\Circles.ToDo
Provider implementations