mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 10:16:22 +02:00
Updated README.md
This commit is contained in:
parent
1e1a1a892e
commit
5e601df541
@ -8,8 +8,9 @@ One class contains the __logic__ and the other class contains the __service__. T
|
|||||||
#### Entity
|
#### Entity
|
||||||
A **requested entity** contains the attributes to manage the entity which should be handled by an action
|
A **requested entity** contains the attributes to manage the entity which should be handled by an action
|
||||||
#### Right
|
#### Right
|
||||||
This is the basic request layer from which the other layers inhiere. The relation from a **requested right** to a **requested entity** is 1:0,1
|
This is the basic request layer from which the other layers inhiere. A **requested right** contains a **requested entity**.
|
||||||
|
|
||||||
#### User
|
#### User
|
||||||
A **requested user** contains is a parent of **requested action**.
|
A **requested user** is a parent of **requested action** and contains out of one **requested right**.
|
||||||
#### Action
|
#### Action
|
||||||
A **requested action** contains inhieres from **requested user**.
|
A **requested action** inhieres from **requested user** and contains a **requested user**.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user