From b67090087a0c025584a434f20b3b854795947a46 Mon Sep 17 00:00:00 2001 From: berkay Date: Mon, 3 Feb 2025 20:53:31 +0300 Subject: [PATCH] events cluster updated with PageInfo --- .idea/workspace.xml | 50 +++++ ApiLayers/AllConfigs/Redis/configs.py | 45 +++++ .../ApiServices/Cluster/create_router.py | 4 +- ApiLayers/ApiServices/Token/token_handler.py | 1 + .../Response/default_response.py | 8 +- .../Response/accounts/accounts.py | 4 +- Events/AllEvents/authentication/auth/info.py | 8 +- Events/AllEvents/events/__init__.py | 6 +- .../events/account/account_records.py | 18 +- .../events/account/function_handlers.py | 55 +++--- Events/AllEvents/events/account/info.py | 179 ++++++++++++++++-- Events/AllEvents/events/account/models.py | 3 +- Events/AllEvents/events/address/address.py | 23 +-- Events/AllEvents/events/address/api_events.py | 3 +- .../events/address/function_handlers.py | 65 +++++-- Events/AllEvents/events/address/info.py | 84 +++++++- .../building/build_area/function_handlers.py | 18 +- .../building/build_parts/function_handlers.py | 18 +- .../building/build_sites/function_handlers.py | 18 +- .../building/build_types/function_handlers.py | 18 +- .../events/building/building/api_events.py | 8 +- .../events/building/building/building.py | 65 +++++-- .../events/building/building/cluster.py | 1 + .../building/building/function_handlers.py | 18 +- .../events/building/building/info.py | 47 +++-- .../living_spaces/function_handlers.py | 18 +- .../company/company/function_handlers.py | 18 +- .../company/department/function_handlers.py | 18 +- .../company/duties/function_handlers.py | 18 +- .../events/company/duty/function_handlers.py | 18 +- .../company/employee/function_handlers.py | 18 +- .../events/company/staff/function_handlers.py | 18 +- .../book_payment/function_handlers.py | 18 +- .../decision_book/function_handlers.py | 18 +- .../decision_book_items/function_handlers.py | 18 +- .../function_handlers.py | 18 +- .../decision_book_person/function_handlers.py | 18 +- .../invitations/function_handlers.py | 18 +- .../identity/people/function_handlers.py | 18 +- .../identity/users/function_handlers.py | 18 +- .../function_handlers.py | 18 +- .../function_handlers.py | 18 +- .../function_handlers.py | 18 +- .../template/template/function_handlers.py | 18 +- .../validations/validation/validation.py | 5 +- Events/Engine/abstract_class.py | 120 ++++++++++-- .../set_defaults/prepare_redis_items.py | 5 +- Events/Engine/set_defaults/setClusters.py | 31 ++- Events/base_request_model.py | 18 +- Services/PostgresDb/Models/pagination.py | 15 +- Services/PostgresDb/how_to.py | 24 ++- 51 files changed, 1041 insertions(+), 286 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7266d69..b7c67d4 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,6 +6,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +