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

Sort experiments by descending creation date by default #2475

Closed
mickvangelderen opened this issue Jan 9, 2025 · 7 comments · Fixed by #2498
Closed

Sort experiments by descending creation date by default #2475

mickvangelderen opened this issue Jan 9, 2025 · 7 comments · Fixed by #2498
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed kind/feature

Comments

@mickvangelderen
Copy link

What you would like to be added?

Showing experiments from newest to oldest seems more likely to show relevant experiments compared to sorting them by name. It should be the default.

Why is this needed?

Usability

Love this feature?

Give it a 👍 We prioritize the features with most 👍

@Electronic-Waste
Copy link
Member

/good-first-issue
/remove-label lifecycle/needs-triage
/cc @kubeflow/wg-automl-leads @tariq-hasan @helenxie-bit 👀

Copy link

@Electronic-Waste:
This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

/good-first-issue
/remove-label lifecycle/needs-triage
/cc @kubeflow/wg-automl-leads @tariq-hasan @helenxie-bit 👀

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@google-oss-prow google-oss-prow bot added good first issue Good for newcomers help wanted Extra attention is needed and removed lifecycle/needs-triage labels Jan 11, 2025
@shb2908
Copy link

shb2908 commented Jan 12, 2025

I would like to help in this, can you guide how to proceed with this.
/assign

@Electronic-Waste
Copy link
Member

Maybe you could first investigate these annotations:

// +genclient
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// Structure of the Experiment custom resource.
// +k8s:openapi-gen=true
// +kubebuilder:subresource:status
type Experiment struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec ExperimentSpec `json:"spec,omitempty"`
Status ExperimentStatus `json:"status,omitempty"`
}

If I recall correctly, kubebuilder can recognize these annotations and customize showing lines when executing kubectl get

@mickvangelderen
Copy link
Author

I see I did not specify this in the issue but I meant in the web UI.

@0PrashantYadav0
Copy link

i would love to work on this. Will you please guide me how to proceed as i am new to community.

@0PrashantYadav0
Copy link

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed kind/feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@mickvangelderen @Electronic-Waste @shb2908 @0PrashantYadav0 and others