-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Reporting] Fix copy issue in report notifications #123607
[Reporting] Fix copy issue in report notifications #123607
Conversation
Pinging @elastic/kibana-app-services (Team:AppServicesUx) |
Pinging @elastic/kibana-reporting-services (Team:Reporting Services) |
Screens 1 & 2For these screens, I need to better understand why there are two actions, "pick it up" and "download report". What is the reason for the user to go to Stack Management > Reporting. Can we add a leave Stack Management out? Or, alternately, add more information about the difference between downloading now and going to Stack Management? Suggestion 1 Title: PDF created for '[Logs] Web Traffic' Suggestion 2: Title: PDF created for '[Logs] Web Traffic' Screen 3There's a lot to parse in the title. What about moving the report title to the description? Would it help to include what the characters are, or are there too many? Title: CSV report might have formulas Screen 4I hope that "Error:blah: is just placeholder text and not a real error. Is it possible to rewrite the description with more understandable text? Or leave out the error? Title: Cannot create PDF report for '[Logs] Web Traffic' |
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 for the thorough feedback @gchaps ! I've incorporated most of your feedback except I have left the link to the stack management section for now. I think this merits a bit more discussion since it has already been released in this state for some time, I've also opted for leaving the error description as is ("Error:blah!" was my bogus error 😄 ) because it does help users in reporting issues back to us - even when they don't have access to the management section. |
💚 Build Succeeded
Metrics [docs]Module Count
Page load bundle
History
To update your PR or re-run it, just comment with: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
7 similar comments
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
4 similar comments
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
* refactor constants to better group report types separately * format * update comment * split report type and job type constants into separate files * added prettyReportTypeName getter to Job * use pretty name if it exists, otherwise fallback to whatever is in jobtype * slight restructure to existing copy to make it sound more natural * added basic test for pretty names * another update to existing copy, this time for the warning notification * slight update to make test clearer * fixed i18n strings for error notification and refactored success for consistency * removed previous copy * updated snapshots * remove old i18n * incorporoated copy feedback * updated snapshots (cherry picked from commit 8a8a12a) # Conflicts: # x-pack/plugins/translations/translations/ja-JP.json # x-pack/plugins/translations/translations/zh-CN.json
…131222) * [Reporting] Fix copy issue in report notifications (#123607) * refactor constants to better group report types separately * format * update comment * split report type and job type constants into separate files * added prettyReportTypeName getter to Job * use pretty name if it exists, otherwise fallback to whatever is in jobtype * slight restructure to existing copy to make it sound more natural * added basic test for pretty names * another update to existing copy, this time for the warning notification * slight update to make test clearer * fixed i18n strings for error notification and refactored success for consistency * removed previous copy * updated snapshots * remove old i18n * incorporoated copy feedback * updated snapshots (cherry picked from commit 8a8a12a) # Conflicts: # x-pack/plugins/translations/translations/ja-JP.json # x-pack/plugins/translations/translations/zh-CN.json * resolve merge conflicts Co-authored-by: Kibana Machine <[email protected]>
Summary
Closes #122372
Screenshots (after)
Release note
We fixed a bug that resulted in an unfriendly notification title being displayed after a report has run.
Checklist