-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
feat: allow exporting all tabs to a single PDF in report #30694
feat: allow exporting all tabs to a single PDF in report #30694
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7965b6a
to
82bc99d
Compare
82bc99d
to
7685a15
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #30694 +/- ##
===========================================
+ Coverage 60.48% 70.77% +10.29%
===========================================
Files 1931 1987 +56
Lines 76236 80260 +4024
Branches 8568 9171 +603
===========================================
+ Hits 46114 56808 +10694
+ Misses 28017 21221 -6796
- Partials 2105 2231 +126
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Running CI again... let me know if you want me to keep clicking the button, or if you have tests running locally ;) |
ah sorry my bad, should have run all the tests |
/testenv up FEATURE_ALERT_REPORTS=True FEATURE_ALERT_REPORT_TABS = True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @US579!
@eschutho Ephemeral environment spinning up at http://35.163.133.83:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
Hi @US579 ! Thanks for adding this feature :) We noticed that the all tabs export doesn't seem to export the tabs in any specific order (our report with 3 tabs exported with tab 2, then 3, then 1 in the PDF). Would you be open to making an enhancement to export the tabs in the order they appear in the dashboard? Thanks! |
|
thanks for the feedback again! I have created an MR for fixing the order issue here |
Can we get this into a stable release? |
(cherry picked from commit 29e3f4b)
SUMMARY
This update will give user an option to export all tabs if there are more then one in a dashboard, all tabs will be included in a single PDF document
ANIMATED GIF
BEFORE/AFTER SCREENSHOTS
Before user could only include one tab into a PDF report
example output:
1_ FCC New Coder Survey 2018 (1).pdf
After user could choose to include all tabs to their report
example output:
1_ FCC New Coder Survey 2018.pdf
NOTE: This feature can also be modified to include specific tabs in the email, but it would require changes on the frontend (allow users to select multiple tabs).
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION