- Jul 09, 2023
-
-
Karsch Lukas authored
-
- Jul 03, 2023
-
-
Karsch Lukas authored
-
- Jun 29, 2023
-
-
Karsch Lukas authored
fixed some getter methods -> got rid of writable references. better error messages. fixed bug in recipe manager where recipes were created in a wrong way (put name as key instead of code)
-
- Jun 28, 2023
-
-
Karsch Lukas authored
-
- Jun 06, 2023
-
-
Karsch Lukas authored
-
- 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
-
- May 24, 2023
-
-
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).
-
- May 19, 2023
-
-
Blersch Lara authored
-
- May 17, 2023
-
-
Blersch Lara authored
-
- May 12, 2023
-
-
Karsch Lukas authored
-
- May 11, 2023
-
-
Dirksmöller Karin authored
-
- May 03, 2023
-
-
Blersch Lara authored
-
Blersch Lara authored
implemented method to calculate NutritionTable for MealPlan, class MealPlan and renamed class App to TastyPages
-
Karsch Lukas authored
-
Blersch Lara authored
-
- Apr 28, 2023
-
-
Karsch Lukas authored
-
- Apr 20, 2023
-
-
Karsch Lukas authored
implemented algorithm to calculate nutrition tables for recipes from their ingredients -> added tests. implemented equals() method for NutritionTable -> added tests. slight refactoring...
-
- Apr 19, 2023
-
-
Karsch Lukas authored
-