Skip to content
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

Implement simple, clickable representation of the FSM #215

Open
Tracked by #161
dalonsoa opened this issue Nov 8, 2024 · 0 comments · May be fixed by #213
Open
Tracked by #161

Implement simple, clickable representation of the FSM #215

dalonsoa opened this issue Nov 8, 2024 · 0 comments · May be fixed by #213
Assignees

Comments

@dalonsoa
Copy link
Collaborator

dalonsoa commented Nov 8, 2024

Implements the front end of the FSM, with buttons/labels indicating the states and clickable transitions that the user can use to move from one state to another. The layout should be whatever is useful, but in principle it should represent the FSM described in the https://github.com/DUNE-DAQ/drunc/wiki/FSM .

The FSM structure cannot be retrieved in full from the Controller, so the states and the transitions will need to be hardcoded - althgouh the front end representation should be flexible enough so that using a different FSM will still render fine.

No actual link with the backend is to be done at this time.

@dalonsoa dalonsoa self-assigned this Nov 8, 2024
@dalonsoa dalonsoa linked a pull request Nov 8, 2024 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant