[UI Feature] Expose the underlying Suggestion
/kind feature
The new Katib UI should show the YAML for the Experiment's Suggestion.
One solution can be:
- Rename YAML tab to Experiment YAML
- Add new tab Suggestion YAML and show Suggestion info there.
Later we can add another tab to monitor Suggestion logs. Add Suggestion Conditions under Experiment Conditions in the Overview tab.
/cc @kimwnasptd
@andreyvelich let's rename this issue to [UI Feature] Expose the underlying Suggestion or something similar, since we will be discussing our approach of how to show the underlying Suggestion CR in many different places.
Add Suggestion Conditions under Experiment Conditions in the Overview tab.
This grouping makes sense. The UI effort is non-trivial, but we will need to slightly extend the backend to expose the owned Suggestion CR
Later we can add another tab to monitor Suggestion logs.
Agree, although we will need to also extend the backend to export these logs
The new Katib UI should show the YAML for the Experiment's Suggestion. One solution can be:
- Rename YAML tab to Experiment YAML
- Add new tab Suggestion YAML and show Suggestion info there.
I think I'd prefer to keep the YAML tab and have a switching mechanism underneath, like some radio buttons (?). I'd like to create some iterations with both cases so we can see how they look and then decide on which road to follow.
but we will need to slightly extend the backend to expose the owned Suggestion CR
I believe the backend already has fetch_suggestion API which returns Suggestion CR: https://github.com/kubeflow/katib/blob/master/pkg/ui/v1beta1/backend.go#L326.
Agree, although we will need to also extend the backend to export these logs
That's right. Currently, we haven't decided how to receive Suggestion and Trials log from the backend.
I think I'd prefer to keep the YAML tab and have a switching mechanism underneath, like some radio buttons (?). I'd like to create some iterations with both cases so we can see how they look and then decide on which road to follow.
I was thinking about the same way with radio buttons and one YAML tab. This approach decreases number of tabs and simplify UX.
Does it look good if we have separate tab for the Suggestion log or you have any other better places to implement it?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
/lifecycle frozen
/priority p3