This commit is contained in:
2024-04-23 09:15:49 +00:00
parent 76cf6950ae
commit 6387083e63
2 changed files with 29 additions and 18 deletions

View File

@@ -1,15 +0,0 @@
from enum import Enum
class UserRole(Enum):
# base roles
ADMIN = "Administrator"
# service provider roles
SUPPLIER_EMPLOYER = "Director"
SUPPLIER = "Supplie of service"
SUPPLIER_EMPLOYEE = "Supplie employee"
CLIENT = "Client"
EMPLOYER = "Client company employer"
EMPLOYEE = "Client company employee"