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 a proper dynamic rendering of ui elements based on a parsed yaml file #3

Open
Martin-Jung opened this issue Oct 20, 2023 · 0 comments
Labels
help wanted Extra attention is needed low priority Generally low priority compared to other issues

Comments

@Martin-Jung
Copy link
Collaborator

Martin-Jung commented Oct 20, 2023

Currently the UI (and server) elements are hard coded in separate golem module.
For the future we ideally want to parse the protocol (yaml format), define and render the ui elements directly based on its entries.
The benefit of doing so is that any changes to the yaml protocol, it automatically update the UI.

Although given that much of the UI is written already and some bits are still not working, I see this as overall low priority compared to other issues.

@Martin-Jung Martin-Jung added the help wanted Extra attention is needed label Oct 20, 2023
@Martin-Jung Martin-Jung added the low priority Generally low priority compared to other issues label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed low priority Generally low priority compared to other issues
Projects
None yet
Development

No branches or pull requests

1 participant