[FEATURE REQUEST] Sharing NG: delete share
Open
Estimation - 3 (M)
Feature request
Share with users
Sprint
- Dominant language
- Kotlin
- Stars
- 4.2k
- Forks
- 3.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 7
Description
Remove an existing share adding a trashbin icon in each share
Permission: libre.graph/driveItem/permissions/delete
By clicking the trashbin icon, a dialog will appear asking for confirmation. In case of confirmation, the share will be deleted and the list updated without the removed share
Request
DELETE https://<url>/graph/v1beta1/drives/<drive-id>/items/<item-id>/permissions/<share-id> with empty body
TASKS
- Research (if needed)
- Create branch feature/delete_file_share
- Development tasks
- Show trashbin icon when user has permission
- Show confirmation dialog
- Implement methods and network operation
- Implement unit tests (if needed)
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch feature/delete_file_share into master
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.