Commit graph

18 commits

Author SHA1 Message Date
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
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