-
Notifications
You must be signed in to change notification settings - Fork 46
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
Introduce saved object plugin into maps plugin #67
Introduce saved object plugin into maps plugin #67
Conversation
@junqiu-lei Can you include demo to this PR? Thanks |
Yes, just added the demo on using saved_object plugin to store maps object. Thanks |
@junqiu-lei thanks for the recording. Very helpful with the review. A few high level questions:
|
Just offline talked with @ashwin-pc, great thanks on the feedback.
|
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.
Nice! Overall i'm good with the implementation, just a few comments
80069ad
to
d7270dc
Compare
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
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.
Looks much better! Thanks! Just a few minor comments.
maps_dashboards/public/components/map_top_nav/get_top_nav_config.tsx
Outdated
Show resolved
Hide resolved
d7270dc
to
f56cc6d
Compare
Signed-off-by: Junqiu Lei <[email protected]>
f56cc6d
to
4049c3a
Compare
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.
Thanks for making those changes!
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.
Looks good!
Signed-off-by: Junqiu Lei [email protected]
Description
OpenSearchDashboardsContextProvider
to pass down OSD services to a service object.After this PR merged, will integrate layerlist, mapstate into store logic.
Issues Resolved
#68
Updated Demo
maps_store_with_saved_object_demo.mov
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.