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

feature: filter timeline steps by result quality #73

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

infacc
Copy link
Contributor

@infacc infacc commented Oct 24, 2023

@infacc infacc requested a review from buehlefs October 24, 2023 12:59
@infacc infacc changed the title feature: filter timline steps by result quality feature: filter timeline steps by result quality Oct 25, 2023
@@ -50,6 +50,16 @@ export class ExperimentTimelineComponent implements OnInit, OnDestroy {
{ value: 1, viewValue: "Only steps with uncleared substeps" },
{ value: -1, viewValue: "Only steps with cleared substeps" }
];
resultQuality: ExperimentResultQuality | "" = "";
resultQualityValues: SelectValue[] = [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be great (but not required) if the SelectValue interface is generic in the type for value so that the value entries here could be properly type checked.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The use of a SelectValue interface is now avoided completely for the resultQualityValues.

@infacc infacc merged commit af5c307 into main Oct 30, 2023
2 checks passed
@infacc infacc deleted the feature/-result-quality-timeline-filter branch October 30, 2023 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot filter (or sort) timeline steps by result quality attribute
2 participants