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

Interactive executor output (Slack) #927

Open
lpetkov opened this issue Jan 9, 2023 · 0 comments
Open

Interactive executor output (Slack) #927

lpetkov opened this issue Jan 9, 2023 · 0 comments
Labels
enhancement New feature or request slack ux UX design required, requested or worked on

Comments

@lpetkov
Copy link

lpetkov commented Jan 9, 2023

Overview

Make kubectl and helm output interactive when the returned result is a list of items.

Example 1, list of pods:
image
image

Upon selection, provide a detailed version of the output for the specific item (pod):
image
And introduce a drop-down with relevant actions for this list item (pod).

Example 2, helm list of releases:

image

image

Acceptance Criteria

Both a generic and a 'hard-coded' solution are acceptable in terms of which commands' output to make interactive.
Optional: We can have a drop-down representation of the list for longer lists and radio buttons for shorter lists (up to 5 items)
Make it work for both helm and kubectl, possibly provide a way for 3rd party executors to do this?

Reason

A good user experience is to not only get a list of things when you request them, but to be able to act quickly on that list whenever possible.

@lpetkov lpetkov added enhancement New feature or request slack ux UX design required, requested or worked on labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request slack ux UX design required, requested or worked on
Projects
None yet
Development

No branches or pull requests

1 participant