-
Notifications
You must be signed in to change notification settings - Fork 29
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
How do ocm/core
and sharing/collaboration
relate?
#150
Comments
When designing the CS3APIS we split the OCM sharing (called federated share) from internal sharing (cs3/sharing/collaboration). Does it make sense? |
the cs3 uses three separate sharing APIs:
At least that was the intention. It does create some friction an boilerplate, but I think keeping them separate does make sense. |
Elaborating on @labkode's comment, The The |
Ah ok, thanks! Is there a documentation page about this somewhere? If not, let's create one. So then maybe we can rename The word 'Core' isn't very clear, I think. |
While investigating cs3org/reva#2148 I ran into a question:
Why is there on the one hand a
cs3/ocm/core
package, with:CreateOCMShareRequest
And on the other hand a
cs3/sharing/collaboration
package, with:CreateShareRequest
I think that
ocm/core
is used by the sender andsharing/collaboration
is used by the receiver of a share, but if that's really the explanation then we should probably rename them to something likeocm/sender
andocm/receiver
, respectively?The text was updated successfully, but these errors were encountered: