| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
Since the rotated public body names on the x-axis may be difficult to
read, it's helpful to have them in a tooltip as well.
|
|
|
|
|
|
|
|
|
| |
Now if you click on the bar representing statistics for a
particular public body, it will take you to that public
body's page.
In addition, the bars are highlighted when you hover over
them.
|
|
|
|
|
|
| |
This commit adds the tickrotor extension to Flot, which allows
rotated labels for public bodies. This extension is licensed
under either MPL 1.1, GPL 2.0 or LGPL 2.1.
|
|
|
|
|
|
| |
Move the calculation of statistics on public bodies into
the PublicBody model, so that there's less logic in the
controller.
|
|
|
|
|
| |
Crockford / JSLint suggests using dot notation for referring
to members of objects where possible.
|
|
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.
|