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

[RFC] Composable custom widget API #127

Open
NoahBres opened this issue Feb 12, 2023 · 0 comments
Open

[RFC] Composable custom widget API #127

NoahBres opened this issue Feb 12, 2023 · 0 comments

Comments

@NoahBres
Copy link
Contributor

  • Composable custom widgets for analysis and extension
    • Compose custom widgets in Java/Kotlin
    • E.g.
      • new RR quickstart 2 expands logging features
      • current debugging advice includes going into the log directory and sending the json logs verbatim
      • alternatively, quickstart 2 can include a custom widget that has a standard html select element that's able to display the select options and graph the logs
    • dashboard serves as a UI event source/view controller with business logic handled on jvm side hooks

Possible pre-reqs:

  • Widget settings local storage API
  • Data propagation architecture change
    • From props to stream subscription
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

No branches or pull requests

1 participant