updated modules

This commit is contained in:
2025-01-08 15:25:05 +03:00
parent e0ea21e469
commit 57df5104b8
58 changed files with 276509 additions and 2 deletions

View File

@@ -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