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

Fine grained permission management #192

Open
maxiplay opened this issue Dec 1, 2020 · 1 comment
Open

Fine grained permission management #192

maxiplay opened this issue Dec 1, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@maxiplay
Copy link

maxiplay commented Dec 1, 2020

For a data model, how can I give a read permission to a specific part of that data to a user and a write permission to another part ?

My use case is a Book data model that contains chapters. The owner user want to share specific chapter for betareading (Read permission) but don’t want give the all access. But he also want to share the entire projet to a user B with Write permission.

How could you do that ?
I imagine you will say me to cut the book in many data model but a book can can contain a no limited number of chapter that can contains a no limit number of children chapter that can contains also children etc.
So it would be complicated to do that.

Good inspiration => https://firebase.google.com/docs/database/security/core-syntax

@maxiplay maxiplay added the enhancement New feature or request label Dec 1, 2020
@mmacfadden
Copy link
Contributor

Thanks for the enhancement request. This issue is currently on the roadmap:

https://github.com/convergencelabs/convergence-project/wiki/Convergence-Road-Map

It hasn't been scheduled yet though.

@mmacfadden mmacfadden added this to the Backlog milestone Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants