From 9fb43859a19de8424bc9827f23044fc6652811f8 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 26 Sep 2024 11:40:30 +0200 Subject: [PATCH] Neue Service Methoden zum Laden und Speichern von AI Settings --- BeWo/AI/View/AiChatView.xaml | 12 +- BeWo/AI/View/AiChatView.xaml.cs | 36 ++++- BeWo/ServiceProxy/Generated.cs | 114 ++++++++++++-- ...4_09_16 Organisation BusinessPartnerId.txt | 2 +- ...2024_09_23 Customer Vermittlung Arbeit.txt | 2 +- Model/Changes_2024_09_26 AiSettings.txt | 16 ++ Model/Changes_alle_fuer_neue_db.txt | 143 ++++++++++++++++-- .../DCEntityMapper/AiSettingsDC_AiSettings.cs | 46 ++++++ Service/DCEntityMapper/MapperFactory.cs | 5 + Service/Plugins/AiService.cs | 78 ++++++++-- Service/Service.csproj | 1 + .../ServiceContracts/IOperationsService.cs | 4 + .../OperationsServiceImp.cs | 29 ++++ Shared/BeWoEntityEnums.cs | 7 +- Shared/Core/EnumTranslations.cs | 7 +- 15 files changed, 453 insertions(+), 49 deletions(-) create mode 100644 Model/Changes_2024_09_26 AiSettings.txt create mode 100644 Service/DCEntityMapper/AiSettingsDC_AiSettings.cs diff --git a/BeWo/AI/View/AiChatView.xaml b/BeWo/AI/View/AiChatView.xaml index a345a4664..be279766b 100644 --- a/BeWo/AI/View/AiChatView.xaml +++ b/BeWo/AI/View/AiChatView.xaml @@ -40,17 +40,23 @@