From 2825102c58448e15dc5323396d93f84f1bd3eb6b Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Thu, 6 Mar 2014 16:04:11 +0000 Subject: Export reports as CSV on /dashboard Provide a button to download the details and text of reports at the second "Look up" button on /dashboard. Provides acknowledged, fixed, closed dates by parsing updates. Fixes #692 (and mysociety/FixMyStreet-Commercial#399) Email is not shown, and name honours anonymous flag: as /dashboard is accessible to people who are from_body (who still do not see anon-users name and email in the FMS web app.) A basic test is provided as per Zurich's similar report. --- cpanfile | 1 + 1 file changed, 1 insertion(+) (limited to 'cpanfile') diff --git a/cpanfile b/cpanfile index 388e9f12b..e5f71cdbe 100644 --- a/cpanfile +++ b/cpanfile @@ -70,6 +70,7 @@ requires 'SOAP::Lite'; requires 'Statistics::Distributions'; requires 'Storable'; requires 'Template::Plugin::Comma'; +requires 'Text::CSV'; requires 'URI'; requires 'URI::Escape'; requires 'URI::QueryParam'; -- cgit v1.2.3