-
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
[gui] Refactoring product overview page #3147
[gui] Refactoring product overview page #3147
Conversation
Component statistics | ||
|
||
<tooltip-help-icon> | ||
This table shows a component statistics per severity |
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.
This table shows a component statistics per severity | |
This table shows component statistics per severity |
This table shows a component statistics per severity | ||
levels.<br><br> | ||
|
||
Each row can be expanded which will show a Checker Statistics |
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.
Each row can be expanded which will show a Checker Statistics | |
Each row can be expanded which will show checker statistics |
This pie chart shows a Component Statistics in a visual | ||
way.<br><br> |
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.
This pie chart shows a Component Statistics in a visual | |
way.<br><br> | |
This pie chart shows the checker severity distribution in the product.<br><br> |
|
||
<tooltip-help-icon> | ||
Shows the number of reports which were active in the last | ||
<i>x</i> month/days.<br><br> |
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>x</i> month/days.<br><br> | |
<i>x</i> months/days.<br><br> |
Shows the number of reports which were active in the last | ||
<i>x</i> month/days.<br><br> | ||
|
||
Reports which marked as <b>False positive</b> or |
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.
Reports which marked as <b>False positive</b> or | |
Reports marked as <b>False positive</b> or |
Shows the number of reports which were active in the last | ||
<i>x</i> days.<br><br> | ||
|
||
Reports which marked as <b>False positive</b> or |
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.
Reports which marked as <b>False positive</b> or | |
Reports marked as <b>False positive</b> or |
For now reports which marked as <b>False positive</b> and | ||
<b>Intentional</b> do not marked as resolved by these numbers. | ||
A report is marked as resolved only when it is disspeared | ||
from a storage.<br><br> |
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.
For now reports which marked as <b>False positive</b> and | |
<b>Intentional</b> do not marked as resolved by these numbers. | |
A report is marked as resolved only when it is disspeared | |
from a storage.<br><br> | |
For now reports marked as <b>False positive</b> or | |
<b>Intentional</b> are not considered to be resolved by these numbers. | |
A report is marked as resolved only when it disappeared | |
from a storage.<br><br> |
In my opinion it is very confusing that different diagrams take different filter fields into account. I understand that the fixed "axes" of the diagrams can't be their parameters, but this is exactly what makes them unnecessary. If we want to keep filter pane on the left, then we should at least visually indicate which fields serve as parameters to the specific diagrams in the future. For example hovering a diagram could fade out and make transparent unused filter fields. |
Add helper tooltips for each widget on the product overview page which describes the numbers, how these numbers are calculated and what kind of filter affects these numbers.
4ef6507
to
6752c66
Compare
@bruntib Yes, you are right, but now at least the users will see how these numbers are calculated. You can create a separate issue for this problem and we will discuss this problem how we can solve it nicely there. |
Add helper tooltips for each widget on the product overview page which
describes the numbers, how these numbers are calculated and what kind of
filter affects these numbers.