From 292e296f01693ab91c55ac6e8d89671bffdcc7e4 Mon Sep 17 00:00:00 2001 From: Bernhard Radermacher Date: Mon, 1 Sep 2025 11:36:22 +0000 Subject: [PATCH] wip --- .idea/runConfigurations/sandboxapi.xml | 4 +- app/alchemy/base.plantuml | 26 +++++ app/alchemy/contact.plantuml | 27 +++++ app/alchemy/contact.puml | 25 +++++ app/alchemy/contact.py | 2 +- app/alchemy/location.plantuml | 72 +++++++++++++ app/alchemy/location.puml | 66 ++++++++++++ app/alchemy/location.svg | 1 + app/alchemy/status.plantuml | 20 ++++ app/alchemy/status.puml | 9 ++ app/alchemy/user.plantuml | 31 ++++++ app/alchemy/user.puml | 25 +++++ app/alchemy/user.py | 12 +-- app/dependencies/engine.py | 2 +- app/routers/contact.py | 94 +++++++---------- app/routers/country.py | 125 ----------------------- app/routers/location.py | 71 +------------ app/routers/location_code.py | 134 ------------------------- app/routers/models/__init__.py | 5 + app/routers/models/contact.py | 23 +++++ app/routers/models/location.py | 66 ++++++++++++ app/routers/models/status.py | 6 ++ app/routers/status.py | 2 +- app/routers/status_model.py | 6 -- app/routers/user.py | 2 +- app/utils/__init__.py | 15 +-- 26 files changed, 461 insertions(+), 410 deletions(-) create mode 100644 app/alchemy/base.plantuml create mode 100644 app/alchemy/contact.plantuml create mode 100644 app/alchemy/contact.puml create mode 100644 app/alchemy/location.plantuml create mode 100644 app/alchemy/location.puml create mode 100644 app/alchemy/location.svg create mode 100644 app/alchemy/status.plantuml create mode 100644 app/alchemy/status.puml create mode 100644 app/alchemy/user.plantuml create mode 100644 app/alchemy/user.puml delete mode 100644 app/routers/country.py delete mode 100644 app/routers/location_code.py create mode 100644 app/routers/models/__init__.py create mode 100644 app/routers/models/contact.py create mode 100644 app/routers/models/location.py create mode 100644 app/routers/models/status.py delete mode 100644 app/routers/status_model.py diff --git a/.idea/runConfigurations/sandboxapi.xml b/.idea/runConfigurations/sandboxapi.xml index b98eafb..55a7670 100644 --- a/.idea/runConfigurations/sandboxapi.xml +++ b/.idea/runConfigurations/sandboxapi.xml @@ -2,12 +2,12 @@