- Jul 04, 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)
-
- 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 10, 2023
-
-
Blersch Lara authored
-
- Apr 28, 2023
-
-
Karsch Lukas authored
-
- Apr 23, 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...
-