1c9ffb9d13
Merge branch 'etc/logging' into 'main'
...
Logging for flow of the data exchange between client/server
Closes #37
See merge request cse1105/2025-2026/teams/csep-team-76!42
2026-01-09 12:24:20 +01:00
41353f2252
Logging for flow of the data exchange between client/server
2026-01-09 12:24:18 +01:00
Aysegul
16c8d4c6dc
fixed todo delete progatation in recipe
...
added count to IngredientController about what recipes we have or dont and 2 small typo mistakes
also added counting ingredients to IngredientService
2026-01-08 22:06:45 +01:00
Oskar Rasieński
032b86e502
created getters for Ingredient
2026-01-07 23:46:57 +01:00
39b2bb9d61
fix(commons/scaling): delegate scaleBy(int) to scaleBy(double) impl
2026-01-05 17:24:29 +01:00
7bb2b06679
fix(test/unit): fix tests for cup(s)
2026-01-05 17:24:29 +01:00
62bd134084
feat(unit): kindly make some cup(s)
2026-01-05 17:24:29 +01:00
73c42303c4
refactor(test/commons): refactor tests for commons models
2026-01-05 17:24:29 +01:00
554d769305
chore(commons): implement missing equals/hashcode
2026-01-05 17:24:29 +01:00
2d1df8fc11
feat(commons): create new Scalable<T extends RecipeIngredient> interface
...
Scalable<T extends Recipe> supplies two scaleBy() functions that
implementors should create. This allows for custom handling if more
types of ingredients are handled in the future.
2026-01-05 17:24:29 +01:00
88a85f2e04
refactor: revised class layout for JPA entities
2026-01-05 17:24:29 +01:00
Mei Chang van der Werff
c56344d88a
Merge branch 'RecipeIngredientTest' into 'main'
...
Made tests for the RecipeIngredient class
Closes #20
See merge request cse1105/2025-2026/teams/csep-team-76!29
2025-12-19 22:34:41 +01:00
Aysegul Aydinlik
c07bae8d74
Merge branch 'favouriteMessage' into 'main'
...
Created a message for favourite Recipe
Closes #23
See merge request cse1105/2025-2026/teams/csep-team-76!30
2025-12-19 18:30:35 +01:00
Mei Chang van der Werff
b0272fd276
Merge branch 'removeExampleCode' into 'main'
...
Removed all left over example code
Closes #27
See merge request cse1105/2025-2026/teams/csep-team-76!28
2025-12-19 00:48:19 +01:00
Oskar Rasieński
60efdc3a78
Merge branch 'feature/ws-client' into 'main'
...
Feature/ws-client
See merge request cse1105/2025-2026/teams/csep-team-76!25
2025-12-18 18:15:01 +01:00
Mei Chang van der Werff
3e47fdbb96
big Long instead of small long
2025-12-18 14:36:04 +01:00
Mei Chang van der Werff
b553cee6fd
fix checkstyle error
2025-12-18 04:27:04 +01:00
Mei Chang van der Werff
6794efa3a6
tested all units conversion and made every unit type a field
2025-12-18 04:25:42 +01:00
Mei Chang van der Werff
a45f31abed
Removed all left over example code
2025-12-18 03:44:01 +01:00
Mei Chang van der Werff
fef20ec876
refactor to setters TODO, ingredientController
2025-12-18 03:35:47 +01:00
Mei Chang van der Werff
a5ec17e486
created FavouriteRecipeMessage class
2025-12-18 03:25:12 +01:00
Mei Chang van der Werff
4a902ead20
ConvertToBaseUnit test + code fix
2025-12-18 03:20:03 +01:00
Mei Chang van der Werff
87f8a883d5
getUnit() tests
2025-12-18 03:20:03 +01:00
Oskar Rasieński
3da89c386b
Created utils for websockets.
2025-12-17 16:26:27 +01:00
Oskar Rasieński
e41dc70f97
Modified Message and its subclasses to work nicely with jackson
2025-12-17 16:19:33 +01:00
Mei Chang van der Werff
a83885745c
make the Unit Class enums
2025-12-17 15:35:14 +01:00
Oskar Rasieński
0dca957e43
Fixed bug and improved debug print
2025-12-17 13:32:14 +01:00
Natalia Cholewa
3af808ef58
feat: ingredient controller, websocket messages, ingredient controller tests
2025-12-05 14:38:43 +01:00
Natalia Cholewa
433f289c55
Merge branch 'feature/backend-websockets' into 'main'
...
Backend websockets
See merge request cse1105/2025-2026/teams/csep-team-76!16
2025-12-05 10:47:32 +01:00
Aysegul Aydinlik
1c9ff190ea
backend stuff for ingredients and nutritions AND FIXED MAGIC NUMBERS and fixed stevens and oskarsss problems
2025-12-05 00:30:12 +01:00
Aysegul Aydinlik
f9262d4046
backend stuff for ingredients and nutritions AND FIXED MAGIC NUMBERS and fixed stevens and oskars problems
2025-12-05 00:12:53 +01:00
Natalia Cholewa
8e24e47813
feat: topics, recipe messages
2025-12-04 22:52:14 +01:00
Aysegul Aydinlik
78e7f90024
backend stuff for ingredients and nutritions AND FIXED MAGIC NUMBERS
2025-12-04 15:41:43 +01:00
Aysegul Aydinlik
88dc43613f
backend stuff for ingredients and nutritions
2025-12-04 14:41:45 +01:00
f62e836692
fix: createRecipe checks name is unique
...
Uses JPA Repository.exists(Example<T>); Changed no-arg constuctor of
Recipe to public.
2025-11-27 14:39:09 +01:00
Oskar Rasieński
2d9af65f28
fixed checkstyle issue?
2025-11-27 14:39:09 +01:00
Oskar Rasieński
a4ec14bfb0
Removed magic numbers from tests
2025-11-27 14:39:09 +01:00
Oskar Rasieński
1273ae47fe
Expression lambdas
2025-11-27 14:39:09 +01:00
Oskar Rasieński
873f1911ac
Added tests for Recipe.
2025-11-27 14:39:09 +01:00
Oskar Rasieński
110c8e72d4
Removed * import
2025-11-27 14:39:09 +01:00
Oskar Rasieński
646183174a
Created basic recipe.
2025-11-27 14:39:09 +01:00
07d3fe304d
Revert "Merge branch 'backend' into 'main'"
...
This reverts merge request !2
2025-11-27 14:29:18 +01:00
Oskar Rasieński
3aa530ffde
feat: basic Recipe class and RecipeController with GET, POST, PUT, DELETE
2025-11-25 17:46:15 +01:00
9ec277bfef
fix even more tabs
2025-11-14 19:43:58 +01:00
Hanz727
ee0d2ce427
Replaced all tabs with spaces
2025-11-14 19:36:29 +01:00
Sebastian Proksch
e4c00f10e8
Initial commit
2025-11-13 22:26:09 +01:00