Uh oh!
There was an error while loading. Please reload this page.
Report download - #235
Conversation
Clicking the button will download a CSV file with the results.
| } | ||
There was a problem hiding this comment.
This whole section needs to be deleted.
| ,"auditor_select_types" : 'Select the types of issues to include in the report' | ||
| ,"auditor_home" : 'Home' | ||
| ,"auditor_view_report" : 'View Report' | ||
| ,"auditor_download_report": 'Download Report' |
There was a problem hiding this comment.
This can go. I ended up making the label "CSV" which is language-independent.
| * Runs the sniffs and downloads the results to a text file | ||
| * | ||
| */ | ||
| _global.downloadHTMLCS = function () { |
There was a problem hiding this comment.
Should be part of the HTMLCS object.
gsherwood
commented
Oct 15, 2018
Just a note that the main developer on this project is on leave for the next several weeks, so PRs will be stalled. |
ironikart
commented
Nov 18, 2018
I've put this into branch 'pmcelhaney-report-download' for now with a few changes. Will look at a merge after more testing and confirmation of the location we would add the button to download (It looks ok where it is imho, but visually it doesn't look clickable so I'll get some input from other colleagues first). |
This PR adds a "CSV" button in the top right corner of the summary view. Clicking the button downloads the results in a CSV file.
The code needs to be cleaned up and I haven't thoroughly tested yet, but I want to go ahead and get this out there so that I can start collecting feedback.
Issue #111