Rithvik Sriram
a7d9fcb37b
style(client): align ingredient and step list widths
...
- Remove AnchorPane wrappers from IngredientList and RecipeStepList
- Set maxWidth to Infinity on root VBox elements
- Set maxWidth to Infinity on ListView components
- Both lists now have consistent widths and fill container space
Fixes #48
2026-01-09 16:33:01 +01:00
Mei Chang van der Werff
ec5881790d
updated Provisionary tasks for agenda-7.md
2026-01-09 15:38:47 +01:00
95213519a3
chore(gitignore): add trace.db and config.json to ignore-list
2026-01-09 15:11:58 +01:00
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 Aydinlik
809457254d
Merge branch 'CountringRecipeIngredients' into 'main'
...
added counting ingredients to serverside requirment of 4.3
Closes #51
See merge request cse1105/2025-2026/teams/csep-team-76!43
2026-01-09 12:24:04 +01:00
Aysegul
79e7b01363
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
the pipeline failure is bc i forgot tests exist
2026-01-08 22:20:54 +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
Mei Chang van der Werff
de8bdd60db
add agenda for week 7
2026-01-08 19:20:10 +01:00
Oskar Rasieński
6010208e33
Merge branch 'refactor/server-refactor' into 'main'
...
refactor/server
Closes #44
See merge request cse1105/2025-2026/teams/csep-team-76!41
2026-01-08 02:38:00 +01:00
Oskar Rasieński
64dd5e4a28
Changed SomeController to be a health check
2026-01-08 01:49:21 +01:00
Oskar Rasieński
04f58c22cc
Refactored IngredientController to use services.
2026-01-08 01:43:56 +01:00
Oskar Rasieński
707f88b70b
Fixed ordering in ingredient service.
2026-01-08 01:43:18 +01:00
Oskar Rasieński
e9b6d81a27
Refactored recipe controller to use services
2026-01-08 01:05:36 +01:00
Oskar Rasieński
0050671944
Moved services
2026-01-08 01:04:05 +01:00
Oskar Rasieński
b7116a0882
Created IngredientService
2026-01-07 23:49:42 +01:00
Oskar Rasieński
032b86e502
created getters for Ingredient
2026-01-07 23:46:57 +01:00
Oskar Rasieński
d56b07f2aa
comment and access fixes for RecipeService
2026-01-07 23:46:40 +01:00
Oskar Rasieński
299385c7b1
Created recipe service.
2026-01-07 23:23:20 +01:00
b01d313c9a
Merge branch 'client/incremental-websocket-modelling' into 'main'
...
fix(client/ws): Detailed WebSocket modelling
Closes #31
See merge request cse1105/2025-2026/teams/csep-team-76!39
2026-01-07 11:35:31 +01:00
ef65f33b64
chore(client): use lambda arg
2026-01-06 21:45:29 +01:00
ed87f1c09f
fix(client/print): remove obsolete code & +notimplexception
2026-01-06 21:41:01 +01:00
0cc767d577
fix(client/main): fixed FIXME(1) edit box rendering
2026-01-06 21:36:40 +01:00
9f892e8fb1
refactor(client/ws): divorce WS data handler from the class constructor
2026-01-06 21:32:07 +01:00
ae05675e27
Merge branch 'client/fix-idea-debugging' into 'main'
...
Fix JavaFX dependencies not working in IDEA Run/Debug configuration
See merge request cse1105/2025-2026/teams/csep-team-76!40
2026-01-06 18:25:23 +01:00
6d56e684a3
fix(client): separate Main and UI for IDEA debugger to work
...
Reference: https://www.reddit.com/r/JavaFX/wiki/common-problems/#wiki_how_do_i_fix_.27error.3A_javafx_runtime_components_are_missing.27.3F
2026-01-06 18:10:51 +01:00
5de11428a8
chore(client): cleanup
2026-01-06 18:07:09 +01:00
042a43e06a
feat(client/ws): integrate changes from main and create client-side WS service
2026-01-06 18:06:40 +01:00
9f67800372
Merge branch 'commons/recipe-model-v2' into 'main'
...
refactor: New recipe & ingredients model to work with (in)formal quantities
Closes #43
See merge request cse1105/2025-2026/teams/csep-team-76!38
2026-01-05 17:38:23 +01:00
253da0b5bc
chore(test/printExport): delegate creation to DefaultValueFactory
2026-01-05 17:24:29 +01:00
39b2bb9d61
fix(commons/scaling): delegate scaleBy(int) to scaleBy(double) impl
2026-01-05 17:24:29 +01:00
b60284fa14
fix(client/serverUtils): immigrate nulling IDs to addRecipe(Recipe)
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
33a542672f
fix(test/client): implement pipeline testing skip in teardown function
2026-01-05 17:24:29 +01:00
88ef77d858
refactor(test/server): refactor server-side testing
2026-01-05 17:24:29 +01:00
c0add049be
refactor(test/client): refactor client-side tests
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
71bb6d03ed
fix(client): server utils setting related IDs to null
2026-01-05 17:24:29 +01:00
d497ed108e
fix(server): fix duplicate Ingredient present in each recipe
...
An issue where multiple instances of a uniquely named Ingredient are
stored in the database. This is patched by checking server-side whether
an ingredient exists before persisting it. This now correctly implements
the Many-to-Many reference.
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
b77f4aee76
fix(client): fixed some issues on the client-side
2026-01-05 17:24:29 +01:00
04a999147c
refactor(server): server-side integration of new recipe modelling
2026-01-05 17:24:29 +01:00
f04bbc037e
refactor(client): client-side refactor to new modelling
2026-01-05 17:24:29 +01:00
88a85f2e04
refactor: revised class layout for JPA entities
2026-01-05 17:24:29 +01:00
9958ae5fbe
Merge branch 'client/ingredient-input-v2' into 'main'
...
refactor: make ingredient input cells capable of informal & formal inputs
Closes #14
See merge request cse1105/2025-2026/teams/csep-team-76!37
2026-01-05 16:33:28 +01:00
560a00cd2a
Merge branch 'refactor/recipe-details' into 'main'
...
refactor: put recipe detail controller into its own file
Closes #38
See merge request cse1105/2025-2026/teams/csep-team-76!36
2026-01-05 16:22:08 +01:00
Natalia Cholewa
ee66b643ec
refactor: make callbacks clean
2026-01-05 16:05:27 +01:00
6ca38e6613
chore: correct wrong reference to super in commitEdit calls
2025-12-22 00:21:16 +02:00