-
Notifications
You must be signed in to change notification settings - Fork 388
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
Severity statistics and csv export #1112
Severity statistics and csv export #1112
Conversation
b719abd
to
f2cbc0c
Compare
The button feels weird for me. It could be that the alignment of the text is off a few pixels, or the colour is too saturated. |
f65e629
to
f2e4d86
Compare
@whisperity You have good eyes to catch pixel alignment problems 😄 I have fixed this and I have also changed the color of the export button: What do you think? |
|
||
dom.create('a', { | ||
class : 'export-to export-to-csv', | ||
innerHTML : 'Export: CSV', |
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.
Looking good now. I think we could omit the :
here.
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.
Do we have the same functionality at the command line? I prefer to add the export features there first for easier automation. With the UI buttons users have to do the result download manually if they need. In some cases this can be required, but I still prefer the solutions where automation is possible.
I think this feature (checker stats) is |
- Showing severity report count at the statistics page and the command line sum. - Statistics can be exported to CSV on the UI.
f2e4d86
to
3b9df49
Compare
We have a |
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 think this is ready to go in the next release after the current one.
Closes #1104