-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
State machine #213
State machine #213
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #213 +/- ##
==========================================
+ Coverage 82.39% 86.03% +3.63%
==========================================
Files 33 38 +5
Lines 409 580 +171
==========================================
+ Hits 337 499 +162
- Misses 72 81 +9 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, a nice start to things.
for more information, see https://pre-commit.ci
Use 1x1 config as default session
Adds the tree table page
Adds the app tree to the controller overview
# Conflicts: # controller/controller_interface.py
Description
This PR implements the proof of concept of the state machine view.
Currently, the state machine can only go from
initial
toconfigured
and back. Runningstart
requires to pass arguments to the command, which is implemented in #227Fixes #215
Partly addresses #217
Recording.2024-11-20.062818.mp4
Type of change
Key checklist
python -m pytest
)python -m sphinx -b html docs docs/build
)pre-commit run --all-files
)Further checks