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

[katib-trials-page] Have a distinct page for each Trial in the UI #1763

Closed
kimwnasptd opened this issue Dec 22, 2021 · 1 comment · Fixed by #1783
Closed

[katib-trials-page] Have a distinct page for each Trial in the UI #1763

kimwnasptd opened this issue Dec 22, 2021 · 1 comment · Fixed by #1783

Comments

@kimwnasptd
Copy link
Member

/kind feature

Describe the solution you'd like
Right now we have a full page, where a user can see an OVERVIEW, YAML and TRIALS, of an Experiment. But we don't have such dedicated pages for each Trial. Such a page could be accessible when a user clicks on the Trial name, in the TRIALS tab of an Experiment.

Having such pages can allow us to expose more information for Trials, via tabs, like:

  • OVERVIEW: Expose a summary of the status, K8s conditions and important info of the Trial
  • DETAILS: An overview of some important fields of the YAML, shown in a more user-friendly way than just the YAML
  • LOGS: Of the underlying Pod, for that Trial Show trial logs on the interface #971
  • YAML: For showing the K8s yaml, as is, for the advanced K8s users

Anything else you would like to add:
We can break this work into smaller parts, and not merge everything at once. For example a very good first step for this can be the work for #1745 where we just introduce a page for each Trial with:

  1. Showing the graph we currently show, when user hovers on the name of the Trial
  2. The LOGS tab

I'll also create a distinct issue to discuss the technical details for how to get the underlying Trial logs, depending on the type of the job.
cc @d-gol @andreyvelich @johnugeorge @gaocegege


Love this feature? Give it a 👍 We prioritize the features with the most 👍

@kimwnasptd kimwnasptd added this to To do in New Katib UI via automation Dec 22, 2021
@kimwnasptd kimwnasptd changed the title Have a distinct page for each Trial in the UI [katib-trials-page] Have a distinct page for each Trial in the UI Jan 31, 2022
@andreyvelich
Copy link
Member

/priority p2

New Katib UI automation moved this from To do to Done Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants