We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Technical debt that we accumulated during 7.7 drilldown development, which we should consider addressing before doing any further drilldown work:
DynamicActionStorage
DynamicActionManager
places: ['dashboard']
UiComponent
/containers
.dynamicActions.state
ownFocus
Discussed topics:
isCompatible
registerDrilldown
embeddable_enhanced
Needs discussion:
useStateContainer
ActionInternal
Action
context.embeddable
context.timeFieldName
context.data.e
context.data.{data,range}
query
Parent issue: #42845
The text was updated successfully, but these errors were encountered:
Pinging @elastic/kibana-app-arch (Team:AppArch)
Sorry, something went wrong.
No branches or pull requests
Technical debt that we accumulated during 7.7 drilldown development, which we should consider addressing before doing any further drilldown work:
Make React component receive?DynamicActionStorage
instead ofDynamicActionManager
Show dot instead of number of drilldowns in panel top-right corner in "edit" mode. Agreed to keep number.Use.places: ['dashboard']
in Dashboard-to-Dashboard drilldownUiComponent
. Use it in drilldowns.Create./containers
folder.dynamicActions.state
in drilldown components for subscribing to state.ownFocus
option to Core flyout.DynamicActionManager
errors in UI.Discussed topics:
isCompatible
functions.How/can we conditionally display certain action factories depending on the "place" the drilldown management is being rendered:if so, who should be in charge of what is displayed, the environment or the drilldown implementor?registerDrilldown
, revisit API once creating example plugin.embeddable_enhanced
in 7.8.Needs discussion:
useStateContainer
generic.ActionInternal
to beAction
.context.embeddable
,context.timeFieldName
,context.data.e
?context.data.{data,range}
?context.data.{data,range}
.context.embeddable
. No other way to accessquery
?Parent issue: #42845
The text was updated successfully, but these errors were encountered: