Rithvik Sriram
|
4414328fe0
|
changes from the reviewers implemented, some more error handling implemented with the load function of the show method
|
2025-12-05 14:12:05 +01:00 |
|
Rithvik Sriram
|
69ae19711b
|
Code handling navigation done by a navigation class with one method
|
2025-12-04 19:12:31 +01:00 |
|
Rithvik Sriram
|
79b3c0a967
|
Merge branch 'feature/client_config' into feature/client_navigation
pulling in checkstyle to unblock CI
|
2025-12-04 18:55:11 +01:00 |
|
Rithvik Sriram
|
1ad959b238
|
fixed pipeline issues
|
2025-12-04 18:09:30 +01:00 |
|
Rithvik Sriram
|
26483e6d13
|
Added all suggested changes from the comments by reviewers
|
2025-12-04 17:28:02 +01:00 |
|
Rithvik Sriram
|
244ec5ee10
|
Fixed all changes from comments from merge
|
2025-12-04 17:07:48 +01:00 |
|
Rithvik Sriram
|
0021df2086
|
Basic Navigation code
|
2025-12-01 15:00:26 +01:00 |
|
Rithvik Sriram
|
d179b264e6
|
changes to skip tests and fixed checkstyle
|
2025-11-28 16:33:02 +01:00 |
|
Rithvik Sriram
|
e8a7b03874
|
Merge branch 'main' of gitlab.ewi.tudelft.nl:cse1105/2025-2026/teams/csep-team-76 into feature/client_config
|
2025-11-28 00:29:58 +01:00 |
|
Rithvik Sriram
|
fc03b6998a
|
Implemented ConfigService load/save methods and tests
|
2025-11-28 00:27:38 +01:00 |
|
|
|
8e7b495e5c
|
docs: 28th November meeting agenda
|
2025-11-27 22:59:00 +01:00 |
|
|
|
ac5491dbb3
|
docs: code of conduct v2
|
2025-11-27 22:55:07 +01:00 |
|
Aysegul Aydinlik
|
4fb216373a
|
Merge branch 'UI' into 'main'
ui to work with buttons for the rest
See merge request cse1105/2025-2026/teams/csep-team-76!3
|
2025-11-27 17:24:13 +01:00 |
|
Aysegul Aydinlik
|
4ed24373d7
|
Merge branch 'UI' of gitlab.ewi.tudelft.nl:cse1105/2025-2026/teams/csep-team-76 into UI
|
2025-11-27 17:02:25 +01:00 |
|
Aysegul Aydinlik
|
8cb26203b9
|
feat: overview controller
|
2025-11-27 16:59:23 +01:00 |
|
Aysegul Aydinlik
|
71d23d52fe
|
overview controller
|
2025-11-27 16:58:19 +01:00 |
|
Aysegul Aydinlik
|
f71d2f2751
|
ui to work with buttons for the rest
|
2025-11-27 16:58:19 +01:00 |
|
Aysegul Aydinlik
|
ee381c6ecf
|
merge code of conduct into main
|
2025-11-27 16:57:25 +01:00 |
|
Oskar Rasieński
|
8fe1b0e80e
|
Merge branch 'lineCounter' into 'main'
Personal Line counter util
See merge request cse1105/2025-2026/teams/csep-team-76!6
|
2025-11-27 16:35:15 +01:00 |
|
Aysegul Aydinlik
|
874987c4a0
|
Merge branch 'UI' of gitlab.ewi.tudelft.nl:cse1105/2025-2026/teams/csep-team-76 into UI
|
2025-11-27 16:26:15 +01:00 |
|
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 |
|
Aysegul Aydinlik
|
26de27fda0
|
docs: new code of conduct
|
2025-11-27 15:35:47 +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 |
|
|
|
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 |
|
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 |
|