aboutsummaryrefslogtreecommitdiffstats
path: root/lib/confidence_intervals.rb
Commit message (Collapse)AuthorAgeLines
* Add a page with experimental statistics on public bodiesMark Longair2013-08-20-0/+31
The statistics on the status of the requests to a particular public body are too slow to calculate on-the-fly, so this commit adds: * Extra columns on public_bodies to store counts of the successful, not held, and overdue request counts for each public body. * A rake task which should be run periodically to update the overdue request count column. If Javascript is not available, the summary statistics are shown as tables. If Javascript is available, graphs are drawn with Flot.