JGerla
58bd57818e
Merge branch 'dev' into feat/editor-user-feedback
...
# Conflicts:
# src/pages/VisProgPage/VisProg.tsx
# src/pages/VisProgPage/visualProgrammingUI/VisProgStores.tsx
# src/pages/VisProgPage/visualProgrammingUI/nodes/BasicBeliefNode.tsx
# src/pages/VisProgPage/visualProgrammingUI/nodes/NormNode.tsx
# src/pages/VisProgPage/visualProgrammingUI/nodes/TriggerNode.tsx
2026-01-23 18:23:46 +01:00
Gerla, J. (Justin)
47c5e94b8f
feat: added an inferred belief node to the editor
2026-01-23 12:57:34 +00:00
JGerla
a00fd02634
fix: fixed runProgram button being disabled if program is invalid
...
ref: N25B-450
2026-01-22 17:55:57 +01:00
JGerla
f6b692e420
test: removed test, as it can be tested manually with better accuracy and the test was causing issues instead of verifying functionality
...
ref: N25B-450
2026-01-22 16:28:36 +01:00
JGerla
e5b438c17e
fix: fixed tests
...
ref: N25B-450
2026-01-22 14:21:03 +01:00
JGerla
9c64455a19
test: added tests for the warningSidebar
...
ref: N25B-450
2026-01-22 13:54:24 +01:00
JGerla
9f359de953
test: added tests for editorwarnings
...
ref: N25B-450
2026-01-22 13:31:02 +01:00
JGerla
c9c7f55aa0
feat: removed usage of structuredClone inside the editorWarningSystem
...
ref: N25B-450
2026-01-22 12:02:20 +01:00
JGerla
d6d74d4c6b
feat: made warnings undo redo safe and added warnings to phase nodes
...
ref: N25B-450
2026-01-22 11:26:48 +01:00
Björn Otgaar
e1257bdf48
Merge branch 'demo' into feat/recursive-goal-making
2026-01-13 12:33:27 +01:00
Gerla, J. (Justin)
566c4c18cc
feat: added node-tooltips to the editor
2026-01-13 11:29:45 +00:00
Björn Otgaar
8ffc919e7e
fix: added a missing test, corrected the imports, added behavior for disconnected goals as last step
...
ref: N25B-434
2026-01-10 11:26:26 +01:00
Björn Otgaar
a5a345b9a9
test: add tests for goal and triggers
2026-01-08 14:38:37 +01:00
Björn Otgaar
96afba2a1d
chore: add name field to trigger nodes
2026-01-08 14:09:44 +01:00
Björn Otgaar
a4428c0d67
feat: automatic addition of goals to a current goal node, adding it to the plan, making sure the data stays correct. Also for the trigger nodes. :)
...
ref: N25B-434
2026-01-07 17:55:54 +01:00
Björn Otgaar
35ab95bd35
chore: correct reducing
2026-01-07 15:50:45 +01:00
Björn Otgaar
442df423d1
Merge branch 'demo' into refactor/nodes-match-functionality
2026-01-07 15:15:17 +01:00
Gerla, J. (Justin)
9e7c192804
feat: added rule based connection validation and connection limits to the editor
2026-01-07 13:32:53 +00:00
Björn Otgaar
e6b0d7564d
Merge branch 'demo' into refactor/nodes-match-functionality
2026-01-07 13:15:40 +01:00
Björn Otgaar
4e9a048c90
Conditional Norms
2026-01-07 09:27:23 +00:00
Björn Otgaar
c13fb7d33d
refactor: change the belief nodes to include a description part
2026-01-06 16:28:41 +01:00
Gerla, J. (Justin)
9b3414ba98
fix: incorrect phase reduction order
2026-01-06 15:12:00 +00:00
Björn Otgaar
381cb0c822
Merge branch 'demo' into refactor/nodes-match-functionality
2026-01-06 15:51:28 +01:00
Björn Otgaar
08374ac2c2
chore: fix the tests with 2 lines
2026-01-06 15:37:36 +01:00
Pim Hutting
9c80391fea
Merge branch 'feat/basic-belief-nodes' into 'demo'
...
Create a basic belief node that can be used in further stages to create inferred belief and be inputs for other nodes.
See merge request ics/sp/2025/n25b/pepperplus-ui!32
2026-01-06 14:29:13 +00:00
Gerla, J. (Justin)
bd93b04bfd
feat: made (reduced) program data available on all pages
2026-01-06 12:27:22 +00:00
Björn Otgaar
216b136a75
chore: change goal text, correct output for gestures, allow step specific reducing, fix tests/ add tests for new things
2026-01-05 16:38:06 +01:00
Björn Otgaar
01d73b777a
chore: fix one test
2026-01-05 10:37:05 +01:00
Björn Otgaar
149b82cb66
feat: create tests, more integration testing, fix ID tests, use UUID (almost) everywhere
...
ref: N25B-412
2026-01-04 18:29:19 +01:00
Björn Otgaar
444e8b0289
feat: fix a lot of small changes to match cb, add functionality for all plans, add tests for the new plan editor. even more i dont really know anymore.
...
ref: N25B-412
2025-12-17 15:51:50 +01:00
Björn Otgaar
0b29cb5858
chore: remove console log
...
ref: N25B-392
2025-12-16 15:41:30 +01:00
Björn Otgaar
709dd28959
fix: fixing the tests
...
ref: N25B-392
2025-12-16 14:52:57 +01:00
Björn Otgaar
099afebe98
test: extra norm tests
...
ref: N25B-392
2025-12-16 14:31:00 +01:00
Pim Hutting
faaf67138d
Merge branch 'feat/norm-critical-checkbox' into 'demo'
...
feat: add critical checkbox to the norm node, send it with the program, add test.
See merge request ics/sp/2025/n25b/pepperplus-ui!29
2025-12-16 13:12:59 +00:00
Björn Otgaar
8d4c3fc64b
feat: add conditions and beliefs, add tests
...
ref: N25B-392
2025-12-16 12:03:48 +01:00
Björn Otgaar
2faa42bd4c
Merge branch 'dev' into feat/basic-belief-nodes
2025-12-15 14:47:01 +01:00
Björn Otgaar
ae8ef317a4
test: tests for belief node
...
ref: N25B-408
2025-12-15 13:04:53 +01:00
Björn Otgaar
757435e9f8
fix: fix the tests and creation of nodes.
...
ref: N25B-408
2025-12-15 12:09:53 +01:00
Gerla, J. (Justin)
58ab95eee1
fix: edge-disconnections-are-not-reflected-in-reduced-program
2025-12-14 21:56:18 +00:00
Björn Otgaar
062e9e3f38
feat: add critical checkbox to the norm node, send it with the program, add test.
...
ref: N25B-390
2025-12-10 15:38:54 +01:00
Pim Hutting
8149d67491
Merge branch 'fix/deep-clone-data' into 'dev'
...
fix deep cloning bug where phases don't have their own children but store references
See merge request ics/sp/2025/n25b/pepperplus-ui!27
2025-12-09 14:55:46 +00:00
Pim Hutting
501f56e009
chore: solve merge conflicts with dev
...
ref: N25B-189
2025-12-09 14:21:23 +01:00
JobvAlewijk
ed11680771
Merge branch 'dev' of ssh://git.science.uu.nl/ics/sp/2025/n25b/pepperplus-ui into fix/deep-clone-data
2025-12-07 17:07:00 +01:00
JobvAlewijk
086caea737
test: high coverage for all UI tests
2025-12-07 15:32:20 +00:00
Gerla, J. (Justin)
5e22ed8806
feat: added undo and redo functionality
2025-12-07 15:21:59 +00:00
Twirre Meulenbelt
1bfcfc0458
feat: use input element directly
...
Previously, a button proxy was used which required the use of complicated reference management. Using the HTML `input` element directly simplifies the implementation.
Also moved some styles.
ref: N25B-189
2025-12-04 12:55:36 +01:00
Björn Otgaar
95397ceccc
fix: fix the tests by simulating user actions rather than the function, and avoid the cyclic dependancy which was present
...
ref: N25B-371
2025-12-04 12:33:27 +01:00
Pim Hutting
413fb05cd8
chore: applied feedback from merge request
...
Removed all the DOM manipulations and created a utils file so npx eslint
is happy.
Also changed the tests to test the new version of the code.
ref: N25B-189
2025-12-04 09:12:01 +01:00
Björn Otgaar
c167144b4d
fix: fix eslint issues, adjust norm test for dev merge
...
ref: N25B-371
2025-12-03 11:41:14 +01:00
Björn Otgaar
d9faeafe32
test: create test for phase node to account for the previous bug.
...
ref: N25B-371
2025-12-03 11:28:15 +01:00