first commit

This commit is contained in:
2024-11-07 17:44:29 +03:00
commit 643d6d8f65
247 changed files with 420800 additions and 0 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