730 Commits

Author SHA1 Message Date
Mose Müller
504d6c1c81 feat: adding list support in socketio handler 2023-08-02 12:06:20 +02:00
Mose Müller
837f02b0d3 frontend: adding GenericComponent 2023-08-02 12:06:20 +02:00
Mose Müller
ce1442b354 frontend: updating list through reducer is now supported 2023-08-02 12:06:20 +02:00
Mose Müller
cc0397b23e frontend: adding ListComponent 2023-08-02 12:06:20 +02:00
Mose Müller
8c8e22cf70 feat: adding StringComponent 2023-08-02 12:06:20 +02:00
Mose Müller
6c89059792 frontend: passing parent_path via socketio 2023-08-02 12:06:20 +02:00
Mose Müller
7248192e83 socketio: update frontend event handler
- frontend always passes parent_path
- get the correct attribute specified by the parent_path
2023-08-02 12:06:20 +02:00
Mose Müller
78e59640df frontend: updating packages 2023-08-02 12:06:20 +02:00
Mose Müller
3116d98f1c frontend: adding DataServiceComponent. Rendering nested classes is now possible. 2023-08-02 12:06:20 +02:00
Mose Müller
ca794948d0 frontend: updated NumberComponent
- ignoring F1 and F12 keys, as well
- emitting parent_path, as well
- changing Form.Control readOnly -> disabled
- only show buttons when Form isn't read only
2023-08-02 12:06:20 +02:00
Mose Müller
d9a4dd2aeb fixing (ignoring) linting warnings 2023-08-02 12:06:20 +02:00
Mose Müller
e3211b6000 feat: separating TaskManager out of DataService 2023-08-02 12:06:20 +02:00
Mose Müller
8460759a31 feat: adding utils.helper 2023-08-02 12:06:20 +02:00
Mose Müller
bb48ba237d fixing tests 2023-08-02 12:06:20 +02:00
Mose Müller
9bbba41309 frontend: updating width of SliderComponent 2023-08-02 12:06:20 +02:00
Mose Müller
bc50f99e18 feat: adding task status change callbacks
When a task (async function) is started / stopped, this will emit a
notification via socketio.
2023-08-02 12:06:20 +02:00
Mose Müller
3d07a5c9dd DataService: converting ints to floats if current value is a float 2023-08-02 12:06:20 +02:00
Mose Müller
07d9066be9 docs: adding some docstrings 2023-08-02 12:06:20 +02:00
Mose Müller
2a6574fea1 frontend: implementing distinction between int and float NumberComponent 2023-08-02 12:06:20 +02:00
Mose Müller
50162cdc82 frontend: removing components.tsx 2023-08-02 12:06:20 +02:00
Mose Müller
00c2cf7110 frontend: using MethodComponent and AsyncMethodComponent 2023-08-02 12:06:20 +02:00
Mose Müller
cf740cb058 frontend: adding AsyncMethodComponent 2023-08-02 12:06:20 +02:00
Mose Müller
e2ed88fc82 frontend: updating width of components 2023-08-02 12:06:20 +02:00
Mose Müller
a5eb9d40a2 .vscode: updating launch.json 2023-08-02 12:06:20 +02:00
Mose Müller
e08c6cca49 frontend: updating packages 2023-08-02 12:06:20 +02:00
Mose Müller
9202a0335d fix ButtonComponent id 2023-08-02 12:06:20 +02:00
Mose Müller
fd26a410fd frontend: adding MethodComponent 2023-08-02 12:06:20 +02:00
Mose Müller
b503a5018e web server: adding function handler 2023-08-02 12:06:20 +02:00
Mose Müller
74576a5810 DataService: serialised json does not contain start/stop task functions 2023-08-02 12:06:20 +02:00
Mose Müller
49558e613d frontend: updating package-lock.json 2023-08-02 12:06:20 +02:00
Mose Müller
a2502c1e74 frontend: updating SliderComponent (using mui slider) 2023-08-02 12:06:20 +02:00
Mose Müller
23684f9175 frontend: updating packages 2023-08-02 12:06:20 +02:00
Mose Müller
b1d162a28b fix: update start_task function signature to match original async function 2023-08-02 12:06:20 +02:00
Mose Müller
9c9e11ac51 frontend: remote states from slider component 2023-08-02 12:06:20 +02:00
Mose Müller
e48e33c948 feat: adding support for enums
- handling fronend upates
- adding serialization for DataService classes
- adapting notification emission
2023-08-02 12:06:20 +02:00
Mose Müller
f30cd15d3f frontend: adding EnumComponent 2023-08-02 12:06:20 +02:00
Mose Müller
bae1752e48 frontend: introducing DocStringComponent 2023-08-02 12:06:20 +02:00
Mose Müller
68c3f6659e frontend: removing unused imports 2023-08-02 12:06:20 +02:00
Mose Müller
ec99078925 fixing linting issues in web_server.py 2023-08-02 12:06:20 +02:00
Mose Müller
1b11e88d5a fixing linting issues in server.py 2023-08-02 12:06:20 +02:00
Mose Müller
95dd12bf7f feat: adding backend NumberSlider 2023-08-02 12:06:20 +02:00
Mose Müller
fa0d69feb8 frontend: adding SliderComponent 2023-08-02 12:06:20 +02:00
Mose Müller
44639222bf frontend: updating ButtonComponent id 2023-08-02 12:06:20 +02:00
Mose Müller
ac7266d7eb frontend: adding todos 2023-08-02 12:06:19 +02:00
Mose Müller
71ce898310 frontend: updating NumberComponent styling 2023-08-02 12:06:19 +02:00
Mose Müller
4d929afa79 feat: adding socketio frontend handler to web server 2023-08-02 12:06:19 +02:00
Mose Müller
ca4bb85be0 frontend: updating App.tsx 2023-08-02 12:06:19 +02:00
Mose Müller
b8fffb5e8b frontend: upating general component (removing boolean and numbers) 2023-08-02 12:06:19 +02:00
Mose Müller
b99f6365ac frontend: adding NumberComponent 2023-08-02 12:06:19 +02:00
Mose Müller
60ec1569f0 frontend: updating button component 2023-08-02 12:06:19 +02:00