prod-wag-backend-automate-s.../ApiServices
berkay 9511f81bc0 created design pattern 2025-04-23 12:26:15 +03:00
..
AuthService updated postgres and mongo updated 2025-04-20 14:21:13 +03:00
BuildingService created design pattern 2025-04-23 12:26:15 +03:00
CompanyService added apps 2025-04-10 20:11:36 +03:00
DealerService black shift 2025-04-22 11:10:29 +03:00
IdentityService created design pattern 2025-04-23 12:26:15 +03:00
InitialService updated event and router stacks 2025-04-22 00:57:06 +03:00
TemplateService black shift 2025-04-22 11:10:29 +03:00
README.md updated events initializer 2025-04-04 12:03:00 +03:00
__init__.py updated events initializer 2025-04-04 12:03:00 +03:00

README.md

Account Create

Endpoint('/account/create') -> ClassVar[AccountCreate] AccountCreate.related_callable -> Serves Result

  • From Endpoint route to related_callable

AccountCreate: EndpointURL('http://accountservice/account/create')

def related_callable():
    callable1 -> UUID[] -> Result
    callable2 -> UUID[]
    callable3 -> UUID[]
    callable4 -> UUID[]
    callable5 -> UUID[]

ApplicationService -> Serves only app pages that are reachable for Client Side

IdentityService -> Super User Attach related events to user