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

[UI Feature] Execution Tags #3960

Open
2 of 7 tasks
pingsutw opened this issue Aug 15, 2023 · 2 comments
Open
2 of 7 tasks

[UI Feature] Execution Tags #3960

pingsutw opened this issue Aug 15, 2023 · 2 comments
Labels
enhancement New feature or request ui Admin console user interface

Comments

@pingsutw
Copy link
Member

pingsutw commented Aug 15, 2023

Motivation: Why do you think this is important?

We've support associating a tag with a workflow execution. The UI should support showing tags

Endpoint to get the workflows with tags

Run an execution, and attach tags.

pyflyte run --remote --tag "hello" --tag "flyte" workflow.py wf

Goal: What should the final outcome look like, ideally?

image

TODO:

  • - show the tag on UI
  • - update the tag on UI
  • - remove the tag on UI
  • - add a new tag on the UI
  • - search the tag on UI

Propose: Link/Inline OR Additional context

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@pingsutw pingsutw added enhancement New feature or request ui Admin console user interface untriaged This issues has not yet been looked at by the Maintainers and removed untriaged This issues has not yet been looked at by the Maintainers labels Aug 15, 2023
@fg91
Copy link
Member

fg91 commented Nov 9, 2023

The UI should support showing tags

The RFC also included the ability to add/edit/delete tags from the UI. Should we adapt the issue or create separate issues for this?

It should be possible to add a description for an execution in the UI, after the execution has been created.
[...] allows us to easily update/remove the tags of an execution after it has been created.

@pingsutw
Copy link
Member Author

pingsutw commented Nov 9, 2023

Add a TODO to the PR's description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui Admin console user interface
Projects
None yet
Development

No branches or pull requests

2 participants