Nested Relationship between Entities #137
Unanswered
RronJahiri
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team, I need help in modeling a use case where permissions are nested between relations.
I have two types role and project.
Project has following statuses new, submitted, active, completed,
and Role can be assigned to a lot of users.
I have following cases :
Engineers can view project on status new and edit it.
Engineers can view project on status submitted but not edit it.
etc.
So I'm trying to figure out how could i connect role and project status in a way that I can check this. Is there any way of doing it?
Beta Was this translation helpful? Give feedback.
All reactions