Monitoring page #41
Reference in New Issue
Block a user
Delete Branch "feat/monitoringpage"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To test, use for cb: feat/reset-experiment-and-phase
!You can access the monitoring page by creating a valid program and run the program.
These are the functionalities included, test them out as much as you can:
Notes to keep in mind while testing:
For review, please:
assigned to @8464960
Don't forget to check the
npx eslint (--fix).Currently there are 8 errors, and 7 warnings. Of course, assuring functionality is more important than the style problems; but I will include some suggested changes to fix some.
Fixing the import errors:
Should help fix all tests except one.
You changed the definition and exporting of the
Countercomponent insrc/components/components.tsx, so make sure the test is also updated accordinglyThis is fine for now, however this is now hardcoded, as well as defined in the function itself. Consider changing this when merging in dev, later.
This is fine for now, however this is now hardcoded, as well as defined in the function itself. Consider changing this when merging in dev, later.
left review comments
changed this line in version 2 of the diff
changed this line in version 2 of the diff
added 1 commit
bac94d5f- chore: remove unused importsCompare with previous version
added 1 commit
79d889c1- chore: revert components page, fixing the testCompare with previous version
added 1 commit
108fdeee- chore: gptd data typing and tests fixingCompare with previous version
added 5 commits
demo1e951968- Merge remote-tracking branch 'origin/demo' into feat/monitoringpage5e245a00- chore: remove useState importCompare with previous version
added 1 commit
7d00f359- feat: made unachieve norm possibleCompare with previous version
added 1 commit
714ee34b- refactor: move all ZMQ to APICompare with previous version
changed this line in version 8 of the diff
changed this line in version 8 of the diff
added 1 commit
a98a87f8- refactor: renamed Components.tsxCompare with previous version
added 1 commit
c4e3ab27- chore: among other things, fixed connection issueCompare with previous version
added 1 commit
d8cae9f8- feat: added reset experiment (in UI)Compare with previous version
added 11 commits
0a4940bd- 1 earlier commitb869f7c0- feat: added reduce and connection logicf8acdda0- feat: added rule to prevent cyclical connections between inferred belief nodes2d9f430a- style: cleaned up code for InferredBeliefNode.tsxf8f0f121- style: added documentation to the InferredBelief Node3d6e065d- feat: added rule to prevent one belief being connected to both inferredBelief inputs1f0237ba- refactor: moved the nobeliefCyclerule into BeliefGlobals, and fixed function and filenaming1bec74a0- test: wrote tests for inferred Belief node33f520d3- Merge branch 'demo' into feat/add-inferred-belief-nodef99ad7ad- feat: added tooltip and patched potential breaking point in mode toggle for the new node45ef5a35- Merge remote-tracking branch 'origin/feat/add-inferred-belief-node' into feat/monitoringpageCompare with previous version
added 1 commit
ab383d77- chore: fixed some testsCompare with previous version
added 1 commit
2aede38e- feat: 10 basic gesturesCompare with previous version
added 2 commits
cada85e2- chore: added tests for monitoringpage0a243851- Merge branch 'feat/monitoringpage-pim' into feat/monitoringpageCompare with previous version
added 1 commit
2c4f24fb- chore: gesture test updatedCompare with previous version
Yes, good point, should be changed once Job's gestures are merged!
For this one I think it's not bad to have it hardcoded as we just want to present the researcher with a few common sentences, but maybe I misunderstood the idea here.
changed the description
marked the checklist item Run 'npx eslint --fix' as incomplete
added 3 commits
demo470140eb- Merge branch 'demo' into feat/monitoringpageCompare with previous version
Pull request closed