From c3c69466d48e8fe594dceffe10432fcf00765a37 Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Thu, 16 Jan 2025 15:30:52 +0100 Subject: [PATCH] Added automatic relation mapping --- .idea/.idea.HopFrame/.idea/workspace.xml | 28 ++++++++----- src/HopFrame.Core/Config/PropertyConfig.cs | 6 --- src/HopFrame.Core/Config/TableConfig.cs | 8 ++++ .../Services/IContextExplorer.cs | 4 +- .../Implementations/ContextExplorer.cs | 41 ++++++++++++++----- .../Dialogs/HopFrameRelationPicker.razor | 2 +- .../Components/Pages/HopFrameTablePage.razor | 10 ++--- testing/HopFrame.Testing/Models/Post.cs | 4 +- testing/HopFrame.Testing/Program.cs | 9 ++-- 9 files changed, 71 insertions(+), 41 deletions(-) diff --git a/.idea/.idea.HopFrame/.idea/workspace.xml b/.idea/.idea.HopFrame/.idea/workspace.xml index 8e2ccaf..cafd9ca 100644 --- a/.idea/.idea.HopFrame/.idea/workspace.xml +++ b/.idea/.idea.HopFrame/.idea/workspace.xml @@ -9,17 +9,14 @@