Mose Müller
14c51a89a9
feat: formatting of notification message
...
- added function to get the value of a specified key in the serialized
DataService object by the full access path
- formatting notification message in "onNotify" function
2023-08-07 15:51:01 +02:00
Mose Müller
817b22ec85
feat: differentiating between exceptions and other notifications
2023-08-07 14:56:58 +02:00
Mose Müller
218d9f93c3
fixing linting issue
2023-08-07 14:43:06 +02:00
Mose Müller
9e0422fb50
updating __ini__.py files
...
- using full import paths
- removing some exports
2023-08-07 14:08:26 +02:00
Mose Müller
eed309590e
feat: adding support for units
...
With `pint` as the unit package, the user can now define Quantities as
attributes of their DataService class. This will be rendered as a float
in the frontend application with the unit as an additional field
appended to the form.
2023-08-07 14:05:48 +02:00
Mose Müller
472f37c6d6
updating filename
2023-08-03 15:39:27 +02:00
Mose Müller
91ea07905d
feat: adding time string to notifications
2023-08-03 15:30:34 +02:00
Mose Müller
b30295d840
feat: added frontend exception notifications
2023-08-03 15:18:32 +02:00
Mose Müller
85a171c33e
cleaning up type hinting (using TYPE_CHECKING)
2023-08-03 14:44:14 +02:00
Mose Müller
cea831f72c
fix: crashed if stopping a task that didn't run
2023-08-03 14:20:40 +02:00
Mose Müller
cf46dbbdde
feat: adding frontend notifications for attribute updates
2023-08-03 12:00:25 +02:00
Mose Müller
cb7dcb625e
fix: fixing autostart of tasks
2023-08-02 16:23:04 +02:00
Mose Müller
b317cba95f
fix flake8 error
2023-08-02 15:30:45 +02:00
Mose Müller
c3e760c483
Update python-package.yml
2023-08-02 15:30:25 +02:00
Mose Müller
6b97b9b70c
Adding py.typed marker
2023-08-02 14:43:40 +02:00
Mose Müller
53afb139f2
renaming pyDataService -> pydase
2023-08-02 12:09:33 +02:00