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

EPIC: Plugin Enhancements #1435

Open
4 of 12 tasks
mattrunyon opened this issue Aug 1, 2023 · 0 comments
Open
4 of 12 tasks

EPIC: Plugin Enhancements #1435

mattrunyon opened this issue Aug 1, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@mattrunyon
Copy link
Collaborator

mattrunyon commented Aug 1, 2023

There are a number of plugin enhancements we want to make. When talking about plugins, this is the current terminology

  • DashboardPlugin - Gets mounted to the dashboard. Doesn't necessarily need to display anything on its own unless it floats over the dashboard (Linker). Typically used to listen for widgets from the server and emit panel open events
  • WidgetPlugin - Plugin that handles displaying a widget from the server. Right now tables, plots, data frames
  • TablePlugin - A plugin to enhance a table widget. Mounted with the table
  • CompositePlugin - A plugin that is really a collection of other plugin types to simplify packaging/authoring plugins. More of a "suite" of plugins bundled into 1 package
  • AuthPlugin - A plugin to implement an authentication strategy

As of writing this ticket, we support DashboardPlugin, AuthPlugin, and TablePlugin.

@mattrunyon mattrunyon added enhancement New feature or request triage Issue requires triage labels Aug 1, 2023
@vbabich vbabich removed the triage Issue requires triage label Aug 2, 2023
@vbabich vbabich added this to the Backlog milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants