Extend existing relation by modules #399
thomas-rudlof-bl
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our system, we have a resource that shall be capable to inherit its access from other resources "using" this resource as sub-resource. These other resources are provided and managed by independent applications and use their own types and relations for modelling the access to their resources.
Our service managing the shared resources should be able to use a single access model for all its resources.
Each application using these resources should be able to extend this model with its own modules.
So it would be nice to be able to do something like this:
Define a core module with the shared resource type:
And for each application, define a separate module for the application specific resources and their access model, like e.g.:
Beta Was this translation helpful? Give feedback.
All reactions