Skip to content
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

[Visualize] New visualization wizard #79627

Merged
merged 88 commits into from
Nov 6, 2020

Conversation

stratoula
Copy link
Contributor

@stratoula stratoula commented Oct 6, 2020

Summary

Closes #73418

Missing:

New visualization wizard. It actually introduces experience groups for the first step and all the aggregation based visualizations have been moved to a second step under the aggbased group.
Another change is that now both Lens and Maps are displayed on OSS but disabled.

First step, Basic
Screenshot 2020-10-12 at 12 18 03 PM

First step, OSS
Screenshot 2020-10-08 at 3 28 15 PM

Aggregation based visualizations as cards
Screenshot 2020-10-08 at 3 05 10 PM

Index pattern selection step is the same but a little bit bigger to have the same size as the previous steps
Screenshot 2020-10-08 at 3 05 20 PM

Checklist

Delete any items that are not applicable to this PR.

For maintainers

@elastic elastic deleted a comment from kibanamachine Oct 7, 2020
@stratoula
Copy link
Contributor Author

@elasticmachine merge upstream

@@ -42,19 +42,15 @@ export interface VisualizationsAppExtension {
}) => VisualizationListItem;
}

export interface VisTypeAliasPromotion {
description: string;
Copy link
Contributor Author

@stratoula stratoula Oct 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ℹ️ As we don't have the section to promote a visualization with a description and a button I have removed this and changed this to a boolean in case we want in the future to visually differentiate the lens card

@@ -160,6 +161,8 @@ export class LensPlugin {
start(core: CoreStart, startDependencies: LensPluginStartDependencies) {
this.attributeService = getLensAttributeService(core, startDependencies);
this.createEditorFrame = this.editorFrameService.start(core, startDependencies).createInstance;
// unregisters the OSS alias
startDependencies.visualizations.unRegisterAlias(OSS_PLUGIN_ID);
Copy link
Contributor Author

@stratoula stratoula Oct 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ℹ️ I unregister the oss alias on the plugin start to avoid race conditions, same applies for maps

@stratoula
Copy link
Contributor Author

@alexfrancoeur we are very close to merging it! What I am missing are the URL params to track the clicks to the maps and lens landing pages. Can you provide them to me? 🙌

@stratoula
Copy link
Contributor Author

@elasticmachine merge upstream

@alexfrancoeur
Copy link

@stratoula as discussed in slack, I'll try and get you these by end of day. Thank you!!

@dsmith001
Copy link

@alexfrancoeur we are very close to merging it! What I am missing are the URL params to track the clicks to the maps and lens landing pages. Can you provide them to me? 🙌

@stratoula as discussed in slack, I'll try and get you these by end of day. Thank you!!

Hi Team. I've been consulting with the marketing web team on how best to create these URL parameters in order to accurately track traffic from our OSS distro to these pages as well as considering how we've already approached this with things like the Kibana Newsfeed, etc. My recommendation is that we go with blade=kibanaossvizwizard

Example:https://www.elastic.co/what-is/kibana-lens?blade=kibanaossvizwizard

@stratoula
Copy link
Contributor Author

Great @dsmith001, thank you a ton!

@stratoula
Copy link
Contributor Author

@elasticmachine merge upstream

@timroes
Copy link
Contributor

timroes commented Nov 4, 2020

@dsmith001 Do we have a URL migration system on elastic.co in place, i.e. so we can make sure if we would want to move that page to a different URL the old URL will always continue to work and just forward? Because if not, we'd instead link to a short link that we can update in case the URL on elastic.co will change, since we want to ensure the link is also working in every older Kibana version, where we might not be able to update the link, in case it would change.

@dsmith001
Copy link

@timroes Yes, we have the ability to do URL forwards if a page's URL structure changes.

@stratoula
Copy link
Contributor Author

@timroes Yes, we have the ability to do URL forwards if a page's URL structure changes.

That's great @dsmith001

@stratoula
Copy link
Contributor Author

@elasticmachine merge upstream

Copy link
Contributor

@flash1293 flash1293 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR looks awesome! I just have one question and a little layout nit

justify-content: center;
padding-bottom: $euiSize;
max-width: $modalWidth;
max-height: $modalHeight;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks a little weird to have the last row of items being cut of:
Screenshot 2020-11-06 at 11 57 09

Would it make sense to increase the height slightly?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will let @miukimiu to answer this as this is implemented as it was on the mocks provided by the designers. We wanted to not change the height between the different steps of the wizard and to keep it as smaller as we can #73418 (comment)

Copy link
Contributor

@flash1293 flash1293 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM, didn't test again. The modal height thing doesn't look like a blocker for this PR to me.

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

@kbn/optimizer bundle module count

id before after diff
lensOss - 7 +7
mapsOss - 7 +7
visualizations 134 153 +19
total +33

async chunk count

id before after diff
visualizations 0 1 +1

async chunks size

id before after diff
lens 1.0MB 1.0MB +1.0B
maps 2.8MB 2.8MB +3.0B
visualizations 0.0B 56.7KB +56.7KB
total +56.7KB

distributable file count

id before after diff
default 42725 42746 +21
oss 22421 22442 +21

page load bundle size

id before after diff
core 545.1KB 545.3KB +200.0B
inputControlVis 104.3KB 104.7KB +341.0B
lens 49.7KB 50.0KB +218.0B
lensOss - 4.5KB +4.5KB
maps 153.9KB 153.9KB -13.0B
mapsOss - 4.3KB +4.3KB
visTypeMarkdown 14.5KB 14.6KB +176.0B
visTypeTimeseries 132.7KB 132.8KB +51.0B
visTypeVega 57.4KB 57.7KB +328.0B
visTypeVislib 66.1KB 66.0KB -75.0B
visualizations 205.3KB 170.4KB -35.0KB
total -25.0KB

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@stratoula stratoula merged commit 5710f67 into elastic:master Nov 6, 2020
stratoula added a commit to stratoula/kibana that referenced this pull request Nov 6, 2020
* [Visualizations] New vis wizard

* Update functional tests

* Create oss plugins for maps and lens and unregister alias function

* Add new plugins to .i18nrc.json

* Add readme and codeowners to the new plugins

* update docs

* fix tests

* fix types

* fixes

* Update development docs

* fix oss functional tests

* Fix jest and x-pack functional tests

* Fix functional test

* changes on the layout

* Cleanup and responsiveness

* cleanup unecessary code

* add common folder to the new OSS plugins

* remove unecessary translations

* Update limits.yml file

* Fix basic label

* Add experimental badge on controls vis

* Nice improvements

* fixes

* Improving styles

* Making modal go full height on smaller screens

* Fixing sass lint warning

* fix lint error

* fix internationalization error

* PR fixes

* PR changes

* Use useCallback where possible

* Remove translations that need to be translated again

* Lazy Load wizard modal

* Remove legacyMapVisualizationWarning

* Import the OSS plugins constants from the plugins

* Export constant from lensOss

* Change the new oss plugins from OSS to Oss

* Add a new line to the kibana.json files of the new plugins

* New nit fix

* Fix spaces

* Change the texts for the first step of the modal

* Fix test

* Fixes some of the PR comments

* Add onClick funtionality to the entire aggregation based card

* Cards description changes, introduce a copyFromRoot method to solve the problem of when disabling the x-pack plugic, to also disable the oss

* Create new FTR for testing the functionality of the wizard when both maps and lens apps are disabled

* fix eslint error

* Change groupTitles and descriptions

* Change input vis description

* Remove the copyFromRoot from the signature of the ConfigDeprecationFactory and export it from the main entrypoint

* Make the disabled cards badge clickable

* Changes from code review

* Fix functional tests failures

* Rename groupTitle to titleInWizard to be more specific

* Change vega vis note

* minor design changes

* fix problem with plugins list docs

* Retrieve maps and lens landing page from docs service and add tracking url param

* Fix funtional test for the new dashboard flow

* Fix logic in alias registry for removing the discardOnRegister alias

* no need to remove the alias entry from the discardOnRegister array

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: miukimiu <elizabet.oliveira@elastic.co>
# Conflicts:
#	.github/CODEOWNERS
#	docs/developer/plugin-list.asciidoc
#	packages/kbn-optimizer/limits.yml
#	x-pack/scripts/functional_tests.js
stratoula added a commit that referenced this pull request Nov 6, 2020
* [Visualizations] New vis wizard

* Update functional tests

* Create oss plugins for maps and lens and unregister alias function

* Add new plugins to .i18nrc.json

* Add readme and codeowners to the new plugins

* update docs

* fix tests

* fix types

* fixes

* Update development docs

* fix oss functional tests

* Fix jest and x-pack functional tests

* Fix functional test

* changes on the layout

* Cleanup and responsiveness

* cleanup unecessary code

* add common folder to the new OSS plugins

* remove unecessary translations

* Update limits.yml file

* Fix basic label

* Add experimental badge on controls vis

* Nice improvements

* fixes

* Improving styles

* Making modal go full height on smaller screens

* Fixing sass lint warning

* fix lint error

* fix internationalization error

* PR fixes

* PR changes

* Use useCallback where possible

* Remove translations that need to be translated again

* Lazy Load wizard modal

* Remove legacyMapVisualizationWarning

* Import the OSS plugins constants from the plugins

* Export constant from lensOss

* Change the new oss plugins from OSS to Oss

* Add a new line to the kibana.json files of the new plugins

* New nit fix

* Fix spaces

* Change the texts for the first step of the modal

* Fix test

* Fixes some of the PR comments

* Add onClick funtionality to the entire aggregation based card

* Cards description changes, introduce a copyFromRoot method to solve the problem of when disabling the x-pack plugic, to also disable the oss

* Create new FTR for testing the functionality of the wizard when both maps and lens apps are disabled

* fix eslint error

* Change groupTitles and descriptions

* Change input vis description

* Remove the copyFromRoot from the signature of the ConfigDeprecationFactory and export it from the main entrypoint

* Make the disabled cards badge clickable

* Changes from code review

* Fix functional tests failures

* Rename groupTitle to titleInWizard to be more specific

* Change vega vis note

* minor design changes

* fix problem with plugins list docs

* Retrieve maps and lens landing page from docs service and add tracking url param

* Fix funtional test for the new dashboard flow

* Fix logic in alias registry for removing the discardOnRegister alias

* no need to remove the alias entry from the discardOnRegister array

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: miukimiu <elizabet.oliveira@elastic.co>
# Conflicts:
#	.github/CODEOWNERS
#	docs/developer/plugin-list.asciidoc
#	packages/kbn-optimizer/limits.yml
#	x-pack/scripts/functional_tests.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Vis Editor Visualization editor issues release_note:enhancement Team:Visualizations Visualization editors, elastic-charts and infrastructure v7.11.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Group visualization into "experience" groups in the new visualization wizard