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

<ActionFactoryPicker> component #55306

Closed
9 tasks
streamich opened this issue Jan 20, 2020 · 1 comment
Closed
9 tasks

<ActionFactoryPicker> component #55306

streamich opened this issue Jan 20, 2020 · 1 comment
Assignees
Labels
Feature:Drilldowns Embeddable panel Drilldowns Feature:Embedding Embedding content via iFrame

Comments

@streamich
Copy link
Contributor

streamich commented Jan 20, 2020

Component to pick & configure dynamic actions. Place it in src/plugins/ui_actions/public/components.

  • Split component into presentational and connected ones.
  • Picking step
    • Should render available action factory list.
    • When there is only one action factory available, skip Picking step and render Configuration step immediately.

image

  • Configuration step
    • When action factory is selected, should construct a dynamic action, which is used to render configuration UI.
    • Should be able to collect configuration of dynamic action. Needs to render a UI component that destination provides for collecting configuration.
    • Configuration should be of non-null object type and reported back, through React onConfig prop.

image

  • Props
    • fatories — a list of action factories to render.
    • onSelect — reports back what was picked.

Parent issue: #55302

@streamich streamich added Feature:Drilldowns Embeddable panel Drilldowns Feature:Embedding Embedding content via iFrame Team:AppArch labels Jan 20, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@streamich streamich changed the title <DestinationPicker> component <DrilldownPicker> component Feb 12, 2020
@streamich streamich changed the title <DrilldownPicker> component <ActionPicker> component Feb 25, 2020
@streamich streamich changed the title <ActionPicker> component <ActionFactoryPicker> component Feb 26, 2020
@Dosant Dosant closed this as completed Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Drilldowns Embeddable panel Drilldowns Feature:Embedding Embedding content via iFrame
Projects
None yet
Development

No branches or pull requests

3 participants