From fe1590de425a5b9ac147ccb0a2c3ce8e44ebbc86 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Mon, 14 Apr 2025 15:06:00 +0200 Subject: [PATCH] Personen + Mitarbeiter AI Chat --- BeWo/View/Detail/GroupOfPeopleView.xaml | 295 +++++-- BeWo/View/Detail/UserView.xaml | 741 ++++++++++++------ .../Navigation/CustomerNavigationView.xaml.cs | 9 +- .../Navigation/EmployeeNavigationView.xaml.cs | 75 +- BeWo/View/Navigation/MainNavigationView.xaml | 20 +- .../Navigation/MainNavigationView.xaml.cs | 3 + .../View/Navigation/PersonNavigationView.xaml | 44 +- .../Navigation/PersonNavigationView.xaml.cs | 469 ++++++----- .../DCEntityMapper/AbstractIDCEntityMapper.cs | 301 +++---- .../CompactCustomerDC_Customer.cs | 21 +- .../CompactEmployeeDC_Employee.cs | 66 +- .../DCEntityMapper/CompactPersonDC_Person.cs | 109 +-- Service/DCEntityMapper/IDCEntityMapper.cs | 10 +- .../ServiceRecordDC_ServiceRecord.cs | 26 +- Service/Service.csproj | 5 - .../AiEnhancedServiceImp.cs | 8 +- Service/ServiceUtils/AiSystemBuilder.cs | 301 ++++--- Service/ai/Core/AiMapperFactory.cs | 36 - Service/ai/Core/BaseAiMapping.cs | 24 - .../ai/Mappings/CompactCustomerAiMapping.cs | 18 - Service/ai/Mappings/CustomerAiMapping.cs | 18 - Service/ai/Mappings/ServiceRecordAiMapping.cs | 18 - .../Feature/AI/AiConversationDC.cs | 2 +- 23 files changed, 1583 insertions(+), 1036 deletions(-) delete mode 100644 Service/ai/Core/AiMapperFactory.cs delete mode 100644 Service/ai/Core/BaseAiMapping.cs delete mode 100644 Service/ai/Mappings/CompactCustomerAiMapping.cs delete mode 100644 Service/ai/Mappings/CustomerAiMapping.cs delete mode 100644 Service/ai/Mappings/ServiceRecordAiMapping.cs diff --git a/BeWo/View/Detail/GroupOfPeopleView.xaml b/BeWo/View/Detail/GroupOfPeopleView.xaml index 3343ad003..80831866c 100644 --- a/BeWo/View/Detail/GroupOfPeopleView.xaml +++ b/BeWo/View/Detail/GroupOfPeopleView.xaml @@ -1,18 +1,30 @@ - + - - + + @@ -22,7 +34,14 @@ - + @@ -31,8 +50,11 @@ - - + + @@ -41,8 +63,11 @@ - - + + @@ -51,41 +76,106 @@ - - + - - - - - + + + @@ -100,11 +190,22 @@ - + - + - + @@ -116,32 +217,97 @@ -