-
Notifications
You must be signed in to change notification settings - Fork 385
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
Unified report filter #1510
Unified report filter #1510
Conversation
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.
-
Could you add some popup to the user for the diff type, that at least one run name should be selected before you can choose a diff type?
-
Could you reset the
Diff type
filter if theRun name
filter is cleared for the newcheck?
baselineFilterToggle.addChild(this._runHistoryTagFilter); | ||
|
||
this._newCheckFilterToggle = new FilterToggle({ | ||
title : 'Newcheck', |
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.
What do you think if we would name it Diff to
or Compare to
?
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.
- I changed the popup message.
- As we discussed personally, I do not rename 'Newcheck' to 'Compare to'.
- It is better to handle filter items independently. With It should be possible to diff two different tagged versions of the same run #1346 it will be possible to diff results by multiple run tags. Let's assume the user selects multiple run and tag filters for baseline and multiple run and tag filter for newcheck. If the user clears the run filter set for newcheck we do not want to change the diff type filter because multiple run tag filters are selected to newcheck.
9a5f618
to
9699b50
Compare
Creates only one general view (based on the diff view) for report filtering with all the existing diff and filtering features.
9699b50
to
6a5afc9
Compare
Creates only one general view (based on the diff view) for report filtering with all the existing diff and filtering features.