Commit graph

261 commits

Author SHA1 Message Date
73324022b0
chore: cleanup debug sout (oops) 2025-12-04 18:21:02 +01:00
Rithvik Sriram
1ad959b238 fixed pipeline issues 2025-12-04 18:09:30 +01:00
8747537901
chore: purge dead weight code 2025-12-04 17:46:52 +01:00
0bec62b9a3
feat: integrate steps list updates
uses JavaFX includes to incorporate a nested controller
2025-12-04 17:46:38 +01:00
2ce855aa3d
feat: integrate ingredient list updates 2025-12-04 17:31:34 +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
bc3744aee5
fix: use proper ServerUtils for the availability check 2025-12-04 17:00:49 +01:00
7d2cadc800
refactor: integrate remote main changes (locale) 2025-12-04 16:56:07 +01:00
Oskar Rasieński
342c10bcdb added @override to initializeComponents 2025-12-04 14:39:53 +01:00
Oskar Rasieński
c0be17e0b0 overengineered locale switch 2025-12-04 14:36:00 +01:00
Oskar Rasieński
2c75567a7d changed default title names 2025-12-04 14:26:51 +01:00
d42e6ff74c
feat: new UX for add/edit/update recipes
Revised adding recipes to have untitled recipes with inline name editing
(name edit box autofocused upon recipe creation)
2025-12-04 13:34:28 +01:00
805c8fd6ea
feat: refactor the element tree to make inline recipe name change possible 2025-12-04 13:32:32 +01:00
Oskar Rasieński
c7b651e266 fixed errors with detailed view on deletions and edits 2025-12-04 02:14:48 +01:00
Oskar Rasieński
f9db7cf370 removed non existing button 2025-12-04 01:41:27 +01:00
Oskar Rasieński
d0a61aadd8 small fixes 2025-12-04 01:41:01 +01:00
Oskar Rasieński
ebd896cbee All locale should work now 2025-12-04 01:37:32 +01:00
Oskar Rasieński
91c8469282 Everything except window titles works with resource bundles 2025-12-04 01:15:27 +01:00
Oskar Rasieński
c53239d71e AddName, AddIngredient and AddStep all work with localization 2025-12-04 00:26:33 +01:00
Oskar Rasieński
6e9ac2b055 Added base locale functionality. Works in AddNameCtrl for now. 2025-12-04 00:00:38 +01:00
Mei Chang van der Werff
29278c2fc1 removing example code 2025-12-02 18:46:38 +01:00
Mei Chang van der Werff
ca00ee8e79 star import checkstyle error fix 2025-12-02 18:20:47 +01:00
Mei Chang van der Werff
517984a9f5 Some checkstyle fixes 2025-12-02 18:07:45 +01:00
Mei Chang van der Werff
0525885979 Cloneing recipes is possible 2025-12-02 18:03:42 +01:00
Mei Chang van der Werff
1414393aad Adding preparation steps is possible, but no automatically refresh 2025-12-02 17:52:11 +01:00
Mei Chang van der Werff
717684e159 Updating recipes instead of making a new recipe, when adding ingredients 2025-12-02 16:50:20 +01:00
Mei Chang van der Werff
f93cf8f0aa Adding ingredients is possible, but no automatically refresh 2025-12-02 16:25:19 +01:00
Mei Chang van der Werff
236718fa6e Naming recipes on a different scene 2025-12-02 13:08:23 +01:00
Mei Chang van der Werff
1c8f5780d9 Show foodpalApplication when running 2025-12-01 15:39:01 +01:00
Rithvik Sriram
0021df2086 Basic Navigation code 2025-12-01 15:00:26 +01:00
Mei Chang van der Werff
fb9b413351 Merge branch 'basicServerUtils' into 'main'
Basic Server Utilities

See merge request cse1105/2025-2026/teams/csep-team-76!9
2025-11-28 22:37:57 +01:00
Mei Chang van der Werff
8be89e1863 response.body instead of statuscode and return full recipe 2025-11-28 21:18:03 +01:00
Rithvik Sriram
5e49706977 Merge branch 'feature/ingredients-list' into 'main'
Ingredients and recipe steps list

See merge request cse1105/2025-2026/teams/csep-team-76!7
2025-11-28 18:53:51 +01:00
Mei Chang van der Werff
277de13028 fix error messages and replaced complex code 2025-11-28 17:16:02 +01:00
Rithvik Sriram
d179b264e6 changes to skip tests and fixed checkstyle 2025-11-28 16:33:02 +01:00
Natalia Cholewa
1cb54d0592 feat: recipe step controller, cell and fxml, add docs for everything, slightly refactor IngredientListCtrl 2025-11-28 15:34:35 +01:00
Natalia Cholewa
14b2b2259a refactor: ingredient list 2025-11-28 13:09:12 +01:00
Mei Chang van der Werff
66cc89f31b pass pipeline by skipping over tests 2025-11-28 01:35:01 +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
Mei Chang van der Werff
b4d6b78656 more tests and debugging 2025-11-27 22:46:42 +01:00
Mei Chang van der Werff
0df654df3c Making unique name is now in addRecipe instead 2025-11-27 21:12:28 +01:00
Mei Chang van der Werff
3f3c761356 Cloned recipes have unique name and some debugging 2025-11-27 20:57:49 +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
Natalia Cholewa
4c04756920 feat: ingredient cell 2025-11-27 16:38:09 +01:00
Natalia Cholewa
bdf6f71c01 feat: ingredient adding, deletion and editing 2025-11-27 16:25:44 +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