aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Dashboard.pm
Commit message (Expand)AuthorAgeLines
* Offline process for CSV generation.M Somerville2020-08-11-2/+73
* Refactor out CSV generation to its own package.M Somerville2020-08-11-257/+13
* Remove use of $c from various functions.M Somerville2020-08-06-4/+8
* Do not error in export if report has bad category.M Somerville2020-08-04-1/+1
* Consistent use of Contact groups.Matthew Somerville2020-05-26-2/+2
* Extend assigned_*_only to report lists.Matthew Somerville2020-05-08-1/+2
* Fix dashboard report CSV export.Matthew Somerville2020-05-07-2/+3
* Include group in CSV export if enabled.Matthew Somerville2020-05-07-5/+24
* Move per-row Contact lookup to the database.Matthew Somerville2020-05-06-1/+9
* Only request needed join data in places.Matthew Somerville2020-04-28-1/+2
* Use server cursors on dashboard export.Matthew Somerville2020-04-28-0/+2
* Fix possible heatmap viewing when not logged in.Matthew Somerville2020-01-21-8/+15
* Include category groups in dashboard filter.Matthew Somerville2020-01-16-0/+1
* Generalise heatmap code to be under /dashboard.Matthew Somerville2019-10-15-0/+101
* Default dashboard users to cobrand they are on.Matthew Somerville2019-10-14-7/+12
* Update a number of packages.Matthew Somerville2019-05-13-3/+0
* Merge branch 'stream-csv-output'Matthew Somerville2019-03-05-11/+25
|\
| * Stream dashboard CSV output.Matthew Somerville2019-03-05-11/+25
* | Add DateRange class.Matthew Somerville2019-03-04-9/+10
|/
* [FixaMinGata] Adds a cobrand hook (threshold for responsiveness top 5 list)Joe Siltberg2019-02-25-1/+1
* Allow user to be associated with multiple areas.Matthew Somerville2019-02-14-8/+11
* Don't generate local coords in CSV if unasked for.Matthew Somerville2018-10-23-1/+1
* Add cobrand hook for dashboard viewing permission.Matthew Somerville2018-10-10-1/+13
* Speed up dashboard CSV export.Matthew Somerville2018-10-08-0/+1
* Dashboard update CSV export.Matthew Somerville2018-10-03-16/+51
* Rename problems_rs to objects_rs.Matthew Somerville2018-10-03-15/+18
* Some minor function refactoring.Matthew Somerville2018-10-03-14/+17
* Add two fields to dashboard CSV export.Matthew Somerville2018-10-03-0/+7
* Speed up fetching lists of bodies.Matthew Somerville2018-09-25-1/+3
* Fix issue displaying anonymous account email.Matthew Somerville2018-06-07-1/+1
* Fallback to ID ordering on dashboard export.Matthew Somerville2018-05-31-1/+1
* Call cobrand hook to add extra CSV columns on dashboard exportDave Arter2018-05-30-0/+1
* Pass columns CSV needs into Problem->as_hashref.Matthew Somerville2018-03-19-9/+4
* Merge branch 'issues/commercial/987-zurich-csv-updates'Matthew Somerville2018-03-14-0/+7
|\
| * [Zurich] Refactor to use same CSV generation code.Matthew Somerville2018-03-05-0/+7
* | Show default start date on dashboard.Matthew Somerville2018-03-13-24/+11
|/
* Ignore deleted/area-less bodies in dashboard list.Matthew Somerville2018-01-03-1/+2
* Add some new Body model helper methods.Matthew Somerville2018-01-03-5/+1
* Generate state_map later on, for use by bar chart.Matthew Somerville2017-12-15-10/+3
* [fixmystreet.com] CSV download from marketing pageStruan Donald2017-12-15-63/+99
* [fixmystreet.com] Council average response time.Struan Donald2017-12-15-0/+7
* [fixmystreet.com] Marketing page, filterable statsStruan Donald2017-12-15-3/+5
* Stop using 'readable' dates in CSV export.Matthew Somerville2017-12-01-9/+9
* Fix potential update issues with CSV export.Matthew Somerville2017-11-30-1/+2
* Merge branch '1919-consolidate-statistics'Matthew Somerville2017-11-29-187/+194
|\
| * Consolidate summary statistics pages.Matthew Somerville2017-11-29-187/+194
* | allow dashboard CSV export access using token authStruan Donald2017-11-29-0/+4
|/
* Treat dashboard end date as that given, inclusive.Matthew Somerville2017-11-16-2/+3
* add date range options to council dashboardStruan Donald2017-11-14-0/+21
* sort body dashboard CSV export by report confirmed timeStruan Donald2017-09-07-1/+1