- Jun 08, 2023
-
-
Karsch Lukas authored
-
Karsch Lukas authored
-
Blersch Lara authored
-
Blersch Lara authored
-
Karsch Lukas authored
-
- Jun 07, 2023
-
-
Karsch Lukas authored
-
Blersch Lara authored
-
- Jun 06, 2023
-
-
Karsch Lukas authored
-
Blersch Lara authored
-
Karsch Lukas authored
-
- Jun 05, 2023
-
-
Karsch Lukas authored
-
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 30, 2023
-
-
Karsch Lukas authored
-
Karsch Lukas authored
-
Karsch Lukas authored
-
- May 27, 2023
-
-
Karsch Lukas authored
-
- May 24, 2023
-
-
Blersch Lara authored
-
Karsch Lukas authored
Categories, recipes and ingredients now saved in hashmap together with their associated code and a whole bunch of refactoring to go along with it. TypeAdapters for Recipes, NutritionTables and Categories. Saving and retrieving Recipe, NutritionTable and Category to / from JSON works (see tests).
-
Blersch Lara authored
-
Blersch Lara authored
-
Blersch Lara authored
-
- May 19, 2023
-
-
Karsch Lukas authored
simplified NutritionTable equals() method. created component classes for RecipeTile and CategoryCheckBox
-
Blersch Lara authored
-
Blersch Lara authored
-
- May 17, 2023
-
-
Karsch Lukas authored
started moving dependencies to TastyPages class. Colour codes for categories are now saved in a string. recipe search by category works now, including UI updates
-
Blersch Lara authored
-
Karsch Lukas authored
-
- May 16, 2023
-
-
Hübner Jan 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
-
Dirksmöller Karin authored
-
Dirksmöller Karin authored
-
Blersch Lara authored
-
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
-
-
Blersch Lara authored
-
Blersch Lara authored
-
Blersch Lara authored
-
Karsch Lukas authored
added BaseController that stores FXML files for all views, started bugfixing for equals methods, started working on recipe view fxml file
-