These changes update CSV download for DSA reports so that the Timestamp column header clarifies that times are in UTC, and comment media url is included if applicable.
These changes will impact:
[ ] commenters
[x] moderators
[x] admins
[ ] developers
What changes to the GraphQL/Database Schema does this PR introduce?
none
Does this PR introduce any new environment variables or feature flags?
no
If any indexes were added, were they added to INDEXES.md?
n/a
How do I test this PR?
You can download the CSV for a DSA report with/without comment media url. See that it downloads as expected in each case. Also check the Timestamp column header name.
Where any tests migrated to React Testing Library?
What does this PR do?
These changes update CSV download for DSA reports so that the
Timestamp
column header clarifies that times are in UTC, and comment media url is included if applicable.These changes will impact:
What changes to the GraphQL/Database Schema does this PR introduce?
none
Does this PR introduce any new environment variables or feature flags?
no
If any indexes were added, were they added to
INDEXES.md
?n/a
How do I test this PR?
You can download the CSV for a DSA report with/without comment media url. See that it downloads as expected in each case. Also check the Timestamp column header name.
Where any tests migrated to React Testing Library?
How do we deploy this PR?