updated modules
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
User Types
|
||||
|
||||
1. Employee
|
||||
2. Occupant
|
||||
|
||||
[Login Action]
|
||||
|
||||
------Occupant------
|
||||
Person -> User:
|
||||
Company -> Department -> Duty -> Staff -> Employee -> Person | (n) Occupant -> Person
|
||||
People[people_id] -> User[Login Intersect] -> BuildLivingSpace -> BuildPart -> Build -> Responsible Employee -> Company
|
||||
Person [people_id]
|
||||
- Occupant Type [occupant_id] + Build Part [build_parts_id]
|
||||
|
||||
------Employee------
|
||||
Person -> User:
|
||||
Company -> Department -> Duty -> Employee -> Person | (n) Employee
|
||||
People[people_id] -> User[Login Intersect] -> Employee[staff_id] -> Staff -> Duty -> Department -> Company
|
||||
1. Person [people_id]
|
||||
2. Staff [staff_id]
|
||||
|
||||
Employee login TOKEN requires:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Company : evyos.com
|
||||
Department : Satış Dep.
|
||||
Duty : Temsilci
|
||||
Employee: Berkay Karatay[Person]
|
||||
(n) Occupant
|
||||
Occupant: Melih[Person]
|
||||
Occupant: Songül[Person]
|
||||
Occupant: Günay[Person]
|
||||
|
||||
::Add middleware endpoint control
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user