hoodiehq / faq

Frequently asked questions about Hoodie
faq.hood.ie
11 stars 3 forks source link

How can I manage permissions of tables? #127

Open SimonWolf opened 8 years ago

gr2m commented 8 years ago

@SimonWolf can you be more precise? I’m not sure what you mean. What do you mean with "tables"? What do you try to achieve in your app?

SimonWolf commented 8 years ago

@gr2m OK, So let's say I've got about 100 users and I want to store different documents. Each user can edit the own document. But is there a way, to define that one document can edited by e.g. 5 different users?

gr2m commented 8 years ago

not yet, you will need data sharing for that. We have an API for such a user-to-user sharing, would that be good for what you have in mind? https://github.com/hoodiehq/hoodie-plugin-shares

Note that this still needs to be implemented