You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just read the flex objects docs on grav. Currently I try to find out if the following usecase is achievable:
Is it possible to set permissions on a collection, so that a registered user can create objects, but only read, update and delete created ones. In addition, he should be able to do the same for all objects which are related to the objects he created.
My plan is to port this idea to Grav using flex-objects:
sync contacts via caldav from addressbook (using custom storage and formatter)
let families register and update their contacts (parents and children)
I would like to know, how much effort it takes, what are the most important things to consider and main steps I should take. The docs are good but don't show how and if the above idea is realizable. This question is to get the missings parts of the docs concerning my use case.
Thank you
The text was updated successfully, but these errors were encountered:
I just read the flex objects docs on grav. Currently I try to find out if the following usecase is achievable:
Is it possible to set permissions on a collection, so that a registered user can create objects, but only read, update and delete created ones. In addition, he should be able to do the same for all objects which are related to the objects he created.
My plan is to port this idea to Grav using flex-objects:
I would like to know, how much effort it takes, what are the most important things to consider and main steps I should take. The docs are good but don't show how and if the above idea is realizable. This question is to get the missings parts of the docs concerning my use case.
Thank you
The text was updated successfully, but these errors were encountered: