[Spacetime] [Discover] Add demo of possible in-product help to Discover#123888
[Spacetime] [Discover] Add demo of possible in-product help to Discover#123888Heenawter wants to merge 13 commits intoelastic:mainfrom
Conversation
5f10cd9 to
f858c4d
Compare
8791796 to
46b948a
Compare
|
This is awesome, nice work @Heenawter ! |
d81f2f9 to
be1f5d5
Compare
Thanks so much - it was definitely a team effort!! @andreadelrio @gchaps @shaunmcgough @KOTungseth |
💔 Build FailedFailed CI StepsTest Failures
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Saved Objects .kibana field count
Unknown metric groupsAPI count
ESLint disabled in files
ESLint disabled line counts
miscellaneous assets size
References to deprecated APIs
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
|
Update: This discover tour is officially in the works! 🚀 #131125 |
Linked to https://github.com/elastic/kibana-team/issues/432
Relies on #122087
Summary
This PR adds in-product help to Discover. It addresses these goals:
Empty state
The updated empty state guides users to take action when Discover shows no results.
2022-01-28_DemoDiscoverEmptyState.mp4
Hack Details/Notes
Querysearch and theDatePickervia forcingclickevents after using thedata-test-subjto select the appropriate item - obviously, this is not ideal and is addressed in the linked feature request.Tour of Document Explorer
A tour introduces the features of the new Document Explorer. The tour includes both text and animated gifs to convey the information.
2022-01-28_DemoDiscoverTour.mp4
Hack Details/Notes
EuiTournatively (such as theColumnsbutton), we had to add two hidden toolbar options to the Discover grid for the sake of floating a beacon near theColumnsandRow Heightbuttons.EuiTourcomponents means you have to pass around theTourobject to multiple parts of Discover - this is not an ideal solution for something that may only seen once, such as a tour; the linked feature request addresses this concern.Help on fields
A pop-up describes the field types.
Help on Surrounding documents view
This tooltip was added to answer a common user question of why filters are not active in the Surrounding documents view.
Related Feature Requests