- 
                Notifications
    You must be signed in to change notification settings 
- Fork 40
feature: add generative dashboard #577
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
base: main
Are you sure you want to change the base?
feature: add generative dashboard #577
Conversation
| Codecov ReportAttention: Patch coverage is  
 
 Additional details and impacted files@@            Coverage Diff             @@
##             main     #577      +/-   ##
==========================================
+ Coverage   82.03%   82.13%   +0.10%     
==========================================
  Files          97       97              
  Lines        2916     2933      +17     
  Branches      666      680      +14     
==========================================
+ Hits         2392     2409      +17     
  Misses        523      523              
  Partials        1        1              ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
 | 
| Open question: During generating a dashboard, if there is a failed visualization, could the user navigate to the dashboard page with other successful visualizations? | 
| 
 Yes, the user could navigate to the dashboard page with the successful visualizations. However, a warning toast will be displayed to inform the user about the visualizations that failed to generate. This way, the user is aware of any issues while still being able to access the functioning parts of the dashboard. | 
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
…hboard Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: lunalzm <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
756ba1c    to
    7c489ab      
    Compare
  
    Signed-off-by: Luna Liu <[email protected]>
Signed-off-by: Luna Liu <[email protected]>
Description
This change modifies the existing functionality to transform the flyout into a dedicated page jump when the "Data Insights" button is clicked. Additionally, the generative dashboard will no longer save automatically. Instead, after generating the dashboard, users will be redirected to the dashboards page where they can edit and save their modifications independently.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.