-
Notifications
You must be signed in to change notification settings - Fork 192
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
[Remove discover] Refactor modules dashboards with new embeddable component #6477
Comments
ResearchOffice and Github use Depending on whether it is overview or pinned agents, main-panel uses the static methods of The component attribute that is defined in modules-default for each module specifies the dashboard to render, based on whether it is overview or agent, it is rendered in Several dashboards in modules-default are rendered through a Dashboard component ( The KivanaVis acts as the panel for the new DashboardByRenderer rendering method. Based on the above, so far the best strategy is to work creating dashboard components according to each module and use it in modules-defaults.js ( |
ResearchTo consider for dashboards:
|
Updated considerations for dashboards
|
Description
We need to refactor all the module's dashboards that use the legacy discover methods to render visualization. To refactor these dashboards we have to implement the new dashboard embeddable component in each of the modules. This will allow us to progressively deprecate the legacy discover dependencies and give one step forward to standardize the filtering mechanisms and also deprecate AngularJS in the plugins.
Tasks
The text was updated successfully, but these errors were encountered: