We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/plugins/dashboard/public/application/dashboard_app_controller.tsx In the current angular implementation of the dashboard plugin, the dashboard app controller contains most of the important logics including state management/global sync+app sync, embeddable and embeddable container logics, top navigation bar logics, panel nav actions, rendering of the dashboard editor.
Understand and document the logics in the controller will help de-angularing and restructure the dashboard plugin using React.
The text was updated successfully, but these errors were encountered:
abbyhu2000
No branches or pull requests
https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/plugins/dashboard/public/application/dashboard_app_controller.tsx
In the current angular implementation of the dashboard plugin, the dashboard app controller contains most of the important logics including state management/global sync+app sync, embeddable and embeddable container logics, top navigation bar logics, panel nav actions, rendering of the dashboard editor.
Understand and document the logics in the controller will help de-angularing and restructure the dashboard plugin using React.
The text was updated successfully, but these errors were encountered: