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
|
e5b438c17e
|
fix: fixed tests
ref: N25B-450
|
2026-01-22 14:21:03 +01:00 |
|
JGerla
|
e86c06c3e5
|
fix: fixed deleting behaviour
ref: N25B-450
|
2026-01-22 10:26:21 +01:00 |
|
JGerla
|
5d55ebaaa2
|
feat: Added global warning for incomplete program chain
ref: N25B-450
|
2026-01-20 11:53:51 +01:00 |
|
JGerla
|
022a6708ea
|
feat: added a Warnings sidebar
warnings are now displayed in the sidebar
ref: N25B-450
|
2026-01-15 16:04:09 +01:00 |
|
JGerla
|
f174623a4c
|
feat: implemented basic add and remove functions
ref: N25B-450
|
2026-01-14 16:46:50 +01:00 |
|
JGerla
|
67558a7ac7
|
feat: added full definition of editor warning infrastructure
Everything is now defined architecturally, and can be implemented properly.
ref: N25B-450
|
2026-01-14 16:04:44 +01:00 |
|
Gerla, J. (Justin)
|
566c4c18cc
|
feat: added node-tooltips to the editor
|
2026-01-13 11:29:45 +00: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 |
|
Gerla, J. (Justin)
|
9b3414ba98
|
fix: incorrect phase reduction order
|
2026-01-06 15:12:00 +00:00 |
|
JGerla
|
111400bd82
|
fix: fixed scrolling behavior inside editor when plan editor window is opened
ref: N25B-412
|
2026-01-05 15:53:20 +01:00 |
|
Björn Otgaar
|
c5f44536b7
|
feat: seperation of concerns for gesture value editor, adjusting output of nodes, integration testing, css file changes, and probably much more.
ref: N25B-412
|
2026-01-04 15:18:07 +01:00 |
|
Björn Otgaar
|
099afebe98
|
test: extra norm tests
ref: N25B-392
|
2025-12-16 14:31:00 +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
|
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 |
|
Gerla, J. (Justin)
|
5e22ed8806
|
feat: added undo and redo functionality
|
2025-12-07 15:21:59 +00:00 |
|
Arthur van Assenbergh
|
10a2c0c3cd
|
docs: create-and-check-documentation
|
2025-11-26 13:41:18 +00:00 |
|
Björn Otgaar
|
f37df1c726
|
chore: cleanup broken tests, add extra documentation, make sure everything is clean and code style isn't inconsistant
|
2025-11-19 10:13:08 +01:00 |
|
Björn Otgaar
|
bb4e9d0b26
|
fix: fixed the program reduce algorithm to be flexable and correctly use the different phase variables.
ref: N25B-294
|
2025-11-18 18:47:08 +01:00 |
|
Björn Otgaar
|
0bbb6101ae
|
refactor: make sure that the droppable styles are kept, update some nodes to reflect their used functionality.
ref: N25B-294
|
2025-11-18 15:36:18 +01:00 |
|
Björn Otgaar
|
3e73e78ee9
|
chore: merge the rest of the nodes back into this structure, and make sure that start and end nodes are not deletable.
|
2025-11-18 13:25:13 +01:00 |
|
Björn Otgaar
|
35ff58eca8
|
refactor: defaults should be in their own file, respecting eslint/ react standards. all tests fail, obviously.
ref: N25B-294
|
2025-11-17 16:00:36 +01:00 |
|
Björn Otgaar
|
c5dc825ca3
|
refactor: Initial working framework of node encapsulation works- polymorphic implementation of nodes in creating and connecting calls correct functions
ref: N25B-294
|
2025-11-17 14:25:01 +01:00 |
|
Gerla, J. (Justin)
|
d4d1aecb8c
|
feat: added basic functionality for editable name bar
|
2025-11-11 13:50:45 +00:00 |
|
Gerla, J. (Justin)
|
c4845c6738
|
feat: added a behavior program reduction algorithm
|
2025-11-05 15:21:59 +00:00 |
|
JGerla
|
8c698d1f8e
|
refactor: moved delete logic out of the toolbar declaration and into the FlowStore.
BREAKING: changed type of FlowState
ref: N25B-114
|
2025-10-25 16:58:23 +02:00 |
|
JGerla
|
a9effb7c23
|
style: added comments to code and changed name of Sidebar to DndToolbar
BREAKING: renamed Sidebar to DndToolbar.
ref: N25B-114
|
2025-10-12 13:48:42 +02:00 |
|
JGerla
|
ff8a617c5e
|
style: reformated VisProgStores.tsx to be compliant with code standards
ref: N25B-114
|
2025-10-09 16:41:32 +02:00 |
|
JGerla
|
5b8213d5ef
|
refactor: moved visualProgrammingUI into page folder
BREAKING: moved directory visualProgrammingUI and contents into VisProgPage
ref: N25B-114
|
2025-10-08 16:31:11 +02:00 |
|