You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Enhance the existing aggregated report.csv report generated by the PSAT CLI to include the URL for each row of cookie data.
Motivation:
Currently, the aggregated report.csv file provides a summary of cookie counts across all scanned URLs. However, it lacks the context of which URL each row of data corresponds to. This makes it difficult to analyze and compare cookie usage across different websites directly from the aggregated report.
User Story:
As a PSAT CLI user analyzing aggregated reports, I want to see the corresponding URL for each row of cookie data so that I can easily compare cookie usage across multiple websites within a single view.
Acceptance Criteria:
The downloaded aggregated report.csv file includes a "URL" column as the first column.
Each row in the report.csv file contains the URL of the website the cookie data belongs to.
The order of columns to be
URL
Total Cookies
First Party
Third Party
Analytics
Functional
Marketing
Uncategorized
Cookies Issues
Analytics Issues
Functional Issues
Marketing Issues
Uncategorized Issues
Additional Information:
The current format of the aggregated .csv file is:
Total Cookies, 34
Total First Party Cookies, 32
Total Third Party Cookies, 2
...
Uncategorized Cookies with Issues, 8
The desired format after this feature implementation should be:
Feature Request
Description:
Enhance the existing aggregated
report.csv
report generated by the PSAT CLI to include the URL for each row of cookie data.Motivation:
Currently, the aggregated
report.csv
file provides a summary of cookie counts across all scanned URLs. However, it lacks the context of which URL each row of data corresponds to. This makes it difficult to analyze and compare cookie usage across different websites directly from the aggregated report.User Story:
As a PSAT CLI user analyzing aggregated reports, I want to see the corresponding URL for each row of cookie data so that I can easily compare cookie usage across multiple websites within a single view.
Acceptance Criteria:
report.csv
file includes a "URL" column as the first column.report.csv
file contains the URL of the website the cookie data belongs to.Additional Information:
The current format of the aggregated .csv file is:
The desired format after this feature implementation should be:
This change will significantly improve the usability of the aggregated .csv report for analysis and comparison purposes.
The text was updated successfully, but these errors were encountered: