Commit graph

402 commits

Author SHA1 Message Date
Aysegul Aydinlik
2916dd476e Implemented UI+OverviewCtrl 2025-11-27 16:19:54 +01:00
Oskar Rasieński
fe5200c838 added personal line counting util 2025-11-27 16:08:36 +01:00
Mei Chang van der Werff
f8efed44c1 implemented addRecipe method, and renamed my class to ServerUtils 2025-11-27 15:57:43 +01:00
Aysegul Aydinlik
26de27fda0 docs: new code of conduct 2025-11-27 15:35:47 +01:00
ee16265cb8
feat: message broadcast endpoint mapping 2025-11-27 14:59:46 +01:00
fcc7cfd9ac
feat: message broadcast endpoint mapping 2025-11-27 14:58:56 +01:00
Natalia Cholewa
b1af6c1ef9 misc: merge remote-tracking branch 'origin/main' into feature/ingredients-list 2025-11-27 14:57:32 +01:00
dcb76612d5
feat: websocket config endpoints 2025-11-27 14:57:22 +01:00
ba3775f42b
feat: add WS dependency 2025-11-27 14:57:22 +01:00
Aysegul Aydinlik
7e924e064a overview controller 2025-11-27 14:56:12 +01:00
Aysegul Aydinlik
0d0a575c93 ui to work with buttons for the rest 2025-11-27 14:56:12 +01:00
11c0d7b489 Merge branch 'backend' into 'main'
feat: RecipeController with GET, POST, PUT, DELETE (Re-submission)

See merge request cse1105/2025-2026/teams/csep-team-76!4
2025-11-27 14:49:28 +01:00
Mei Chang van der Werff
2093a43174 implemented clone method plus test and fixed some issues 2025-11-27 14:42:16 +01:00
1e9bd169d0 test: improve unit test clarity 2025-11-27 14:39:09 +01:00
fff5f2fffa docs: api definition 2025-11-27 14:39:09 +01:00
a1fbea1585 test: add unit tests for RecipeController
Covers 6/6 methods in controller
Also added test configuration in application-mock-data-test.properties
2025-11-27 14:39:09 +01:00
17f4b8bba4 fix: correct deletion method implementation
reference: https://stackoverflow.com/questions/75912878/could-not-write-json-failed-to-lazily-initialize-a-collection-when-returning-an
2025-11-27 14:39:09 +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
0a9251df67 fix: recipe api now under /api 2025-11-27 14:39:09 +01:00
4e23d913d1 feat: RecipeController with GET, POST, PUT, DELETE
TODO: WebSockets updates should be propagated after POST/PUT/DELETE operations
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
ccdccffee8 Added RecipeRepository 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
Mei Chang van der Werff
1eab6f517a implemented delete recipe test 2025-11-27 04:43:49 +01:00
Mei Chang van der Werff
b1a8003f9b Implementatation cloneRecipe method 2025-11-27 03:27:03 +01:00
Mei Chang van der Werff
57d817970e Basis of deleteRecipe method, will improve later 2025-11-26 20:21:31 +01:00
Mei Chang van der Werff
ce4d1945ef WIP: non working findRecipeWithIDTest, need create button 2025-11-26 17:14:21 +01:00
Mei Chang van der Werff
d0b35deb0f detailView methods findAll and findId with a test for findAll 2025-11-26 16:52:41 +01:00
Natalia Cholewa
d34e1aca36 fix: checkstyle violations 2025-11-25 21:17:23 +01:00
Natalia Cholewa
8fc31d9aa5 feat: ingredients list stub, ingredients list fxml 2025-11-25 21:14:57 +01:00
Oskar Rasieński
79fa5d5f8b Merge branch 'backend' into 'main'
feat: basic Recipe class and RecipeController with GET, POST, PUT, DELETE

Closes #6

See merge request cse1105/2025-2026/teams/csep-team-76!2
2025-11-25 17:46:16 +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
Aysegul Aydinlik
a38939b19a ui to work with buttons for the rest 2025-11-25 16:23:41 +01:00
f8ad46e2c7
docs: week 2 meeting minutes 2025-11-21 18:07:56 +01:00
Maria Dumitrescu
b5ba996e66 Upload New File 2025-11-21 17:24:01 +01:00
Maria Dumitrescu
94ae1ce8ed Add new directory 2025-11-21 17:23:39 +01:00
Maria Dumitrescu
10c99138b8 Add new directory 2025-11-21 17:22:45 +01:00
Natalia Cholewa
a42cd38831 docs: agenda for week 02 2025-11-20 12:23:12 +01:00
ac8f3f2699 Merge branch 'checkstyle-v1' into 'main'
draft checkstyle.xml with 10 rules

See merge request cse1105/2025-2026/teams/csep-team-76!1
2025-11-16 21:10:55 +01:00
9426b5da78
include try/catch in left-curly rule 2025-11-14 20:21:31 +01:00
16123e0dee
fmt: move first rule comment 2025-11-14 19:57:50 +01:00
ac8901de5a
make tab check a warning 2025-11-14 19:57:30 +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
bceb413241
candidate checkstyle.xml 2025-11-14 19:01:33 +01:00