From 9a16b0eaea7f32c2c2e504604433956e7f8b0158 Mon Sep 17 00:00:00 2001 From: Alexis DRAI Date: Wed, 12 Oct 2022 18:36:23 +0200 Subject: [PATCH] :poop: Produce bad code that doesn't work I think we're looking at a restart in the near future --- .idea/misc.xml | 5 +++- .idea/workspace.xml | 48 +++++++++++++++++----------------- EShop.iml | 2 +- resources/fxml/MainWindow.fxml | 1 + src/data/Loader.java | 1 + src/model/Product.java | 4 ++- src/view/MainWindow.java | 9 +++++++ src/viewmodel/ProductVM.java | 13 +-------- src/viewmodel/ShopVM.java | 39 +++++++++++++-------------- 9 files changed, 64 insertions(+), 58 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index a346fd7..4795e93 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,9 @@ - + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a198cd9..1a83d02 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,17 +5,12 @@ - - - + - + - - - + - @@ -38,16 +33,16 @@ - - + + + + + - - - - + + + + + + + + + + + + @@ -93,6 +89,7 @@ + + \ No newline at end of file diff --git a/resources/fxml/MainWindow.fxml b/resources/fxml/MainWindow.fxml index ee3a3aa..d73f9ce 100644 --- a/resources/fxml/MainWindow.fxml +++ b/resources/fxml/MainWindow.fxml @@ -12,6 +12,7 @@