-
Notifications
You must be signed in to change notification settings - Fork 383
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
Showing closed reports #4244
Showing closed reports #4244
Conversation
It is an additional PR for Checker Coverage tab to list closed reports not just outstandings. The number of closed report can be clickable for the user if it is not zero. Achieving this, it is necessary to add a report status filter to the report filter section that has two options: OUTSTANDING and CLOSED. A report is outstanding when its review status is unreviewed/confirmed and its detaction status is new/unresolved/reopened. When the new filter is set, the review and the detection status filters are not taken into account.
It is an additional PR for Checker Coverage tab to list closed reports not just outstandings. The number of closed report can be clickable for the user if it is not zero. Achieving this, it is necessary to add a report status filter to the report filter section that has two options: OUTSTANDING and CLOSED. A report is outstanding when its review status is unreviewed/confirmed and its detaction status is new/unresolved/reopened. When the new filter is set, the review and the detection status filters are not taken into account.
…wing-closed-reports
…wing-closed-reports
…wing-closed-reports
…wing-closed-reports
The review status and detection status filter options could be disabled in the GUI when report status is selected. Otherwise this patch looks good. |
So the "Review Status", "Detection Status" should be an additional restricting filter. For example one might want to see the "closed" report whose review status is "false positive".
We should orient the users towards using the Report Status filter instead of the "Review Status" and "Detection Status" filters. They should use these latter filters only if they want a detailed selection by the review/detection status. |
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.
Setting the "report status" filter, should not cause the review/detection status filters to be ignored as it would be very unusal behaviour. See my detaild comment
0dbfb8a
to
fae02ee
Compare
Thanks for the suggestions! Now the Clicking to the number of the Changing the default filter for the |
fae02ee
to
36722b4
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.
When testing I found the following minor faults:
-
Please fix the help message of the report status field. Remove the text that the "review status and detection status is not prevalent"
-
The Outstanding report number in the filter menu is not correctly counted. It always shows 0.
Otherwise looks good!
36722b4
to
40b1000
Compare
It is an additional PR for Checker Coverage tab to list closed reports not just outstandings. The number of closed report can be clickable for the user if it is not zero. Achieving this, it is necessary to add a report status filter to the report filter section that has two options: OUTSTANDING and CLOSED. A report is outstanding when its review status is unreviewed/confirmed and its detaction status is new/unresolved/reopened. When the new filter is set, the review and the detection status filters are not taken into account.
40b1000
to
db33e7e
Compare
I have fixed these minor bugs. |
[feat] Showing closed reports on Checker Coverage tab
It is an additional PR for
Checker Coverage
tab to list closed reports not just outstandings. The number of closed report can be clickable for the user if it is not zero.Achieving this, it is necessary to add a
report status
filter to the report filter section that has two options:OUTSTANDING
andCLOSED
. A report is outstanding when its review status is unreviewed/confirmed and its detaction status is new/unresolved/reopened. When the new filter is set, the review and the detection status filters are not taken into account.