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

[Sharing NG] add OCM Shares to SharingNG #8564

Open
13 tasks
micbar opened this issue Mar 4, 2024 · 2 comments
Open
13 tasks

[Sharing NG] add OCM Shares to SharingNG #8564

micbar opened this issue Mar 4, 2024 · 2 comments
Labels
Type:Story User Story

Comments

@micbar
Copy link
Contributor

micbar commented Mar 4, 2024

Description

User Stories

  • As an app developer, i need to interact with ocm shares on the graph API to list my shares

Value

Acceptance Criteria

Definition of ready

  • Everybody needs to understand the value written in the user story
  • Acceptance criteria have to be defined
  • All dependencies of the user story need to be identified
  • Feature should be seen from an end user perspective
  • Story has to be estimated
  • Story points need to be less than 20

Definition of done

  • Functional requirements
    • Functionality described in the user story works
    • Acceptance criteria are fulfilled
  • Quality
    • Code review happened
    • CI is green (that includes new and existing automated tests)
    • Critical code received unit tests by the developer
  • Non-functional requirements
    • No sonar cloud issues
  • Configuration changes
    • The next branch of the ocis charts is compatible
@micbar micbar changed the title add OCM Shares to SharingNG [Sharing NG] add OCM Shares to SharingNG Mar 4, 2024
@butonic
Copy link
Member

butonic commented Apr 18, 2024

This requires being able to list users from remote instances. Our graph DriveRecipients use the ObjectId and a LibreGraphRecipientType ... which is used to differentiate users and groups ... we could use "remote_user" and "remote_group" ...

The cs3 Gateway has a FindAcceptedUsers in addition to FindUsers. It uses the OCMInviteManager which is filled by invite requests.

But how are invites actually sent out? I don't see ui ... maybe part of sciencemesh. Needs further investigation. Maybe with curl requests for now ...

These users would then have type UserType_USER_TYPE_FEDERATED.

I still need to wrap my head around this further ...

@micbar
Copy link
Contributor Author

micbar commented May 3, 2024

#8909

@tbsbdr tbsbdr added Type:Story User Story and removed Type:Bug labels May 27, 2024
@butonic butonic removed their assignment May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Story User Story
Projects
Status: Backlog
Development

No branches or pull requests

3 participants