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

Use reactflow to specify UI components #176

Open
smburdick opened this issue Mar 4, 2024 · 0 comments
Open

Use reactflow to specify UI components #176

smburdick opened this issue Mar 4, 2024 · 0 comments
Labels
enhancement New feature or request, may not be in the task flow frontend Issues pertaining to the React frontend refactor Requires major updates to code base

Comments

@smburdick
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The current UI has a lot of nested eventListener assignments/destructors to define the control flow. To make our UI more extensible (and easier to understand), add a control-flow graph to define UI components.

Describe the solution you'd like
Add https://reactflow.dev/ to the code base. The graph can be mastered in Redux, thus accessible to any class, but shouldn't necessarily be modifiable.

Describe alternatives you've considered
Leaving it as-is for now for the prototype is fine, but as we add more UI components, let's abstract more.

@smburdick smburdick added enhancement New feature or request, may not be in the task flow frontend Issues pertaining to the React frontend refactor Requires major updates to code base labels Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request, may not be in the task flow frontend Issues pertaining to the React frontend refactor Requires major updates to code base
Projects
None yet
Development

No branches or pull requests

1 participant