- Jun 08, 2023
-
-
Blersch Lara authored
-
- Jun 06, 2023
-
-
Karsch Lukas authored
-
- Jun 05, 2023
-
-
Karsch Lukas authored
Split GUI and the model into two classes. File manager is now fully implemented. the branch will be merged with main
-
- May 31, 2023
-
-
Karsch Lukas authored
Deserialize methods in FileManager now take the JSON string as parameter. Fixed bug where empty files would cause NullPointerExceptions. All classes now work depend on an instance of TastyPages instead of static class members in TastyPages
-
- May 24, 2023
-
-
Blersch Lara authored
-
- May 15, 2023
-
-
Karsch Lukas authored
introducing components: a way to reuse elements in different scenes. modified the Main view to fetch recipes and add them to the UI
-
- May 12, 2023
-
-
Karsch Lukas authored
-
- May 11, 2023
-
-
Karsch Lukas authored
abstract class BaseController, figuring out dependency injection into JavaFX controllers, added enum View.java to get correct Scene object (with correct constructor)
-
- May 10, 2023
-
-
Karsch Lukas authored
added BaseController that stores FXML files for all views, started bugfixing for equals methods, started working on recipe view fxml file
-