-
Notifications
You must be signed in to change notification settings - Fork 356
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
feat: has validation filter [DET-3962] #1171
feat: has validation filter [DET-3962] #1171
Conversation
53cdf6a
to
94bd081
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the filter portion LGTM. I think there is a small with the userstorage section ( I added comments below)
04c1137
to
1352d52
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the trial metric selection seems to not get saved but otherwise this LG : )
47036e0
to
25e109d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Description
UPDATE
After discussion with @vishnu2kmohan. Decided it's best to separate out the controls for
Has Checkpoint
andHas Validation
. The select dropdown works to enable each filter independently or have the joint behavior to be anOR
(opposed to the default and assumedAND
behavior).Update the
Has Checkpoint
filter on the trial details table toHas Checkpoint Or Validation
filter. If the trial batches has a checkpoint or a validation, it will show up when the filter toggle is enabled.Add the ability save filter states to user preferences. The
Has Checkpoint Or Validation
will get applied across all trial detail pages, while theMetrics
filter save on a per unique experiment trial. If the user selects metrics X, Y and Z on trial 1 of experiment 1, when they visit trial 5 of experiment 1, the metrics X, Y and Z will be selected by default.Test Plan
Commentary (optional)
Checklist
docs/release-notes/
.See Release Note for details.