tracks/app
Don Cruse 9073fa1237 Removing some intermediate values
This removes some intermediate steps that were ultimately not necessary
to the math.  It also consolidates some of the methods for counting events
so that fewer intermediate values are necessary.

To that end, a new scope is added to the ToDo model for events that are
*either* created_at or completed_at after a certain date. This scope
allows the StatsController to pull out the largest possible responsive
set of values, and then filter just the particular slices that it needs
for various steps in the calculation.
2013-07-18 22:32:44 -05:00
..
assets fix #1422. Changing default tags of a project is now remembered 2013-06-04 10:50:42 +02:00
controllers Removing some intermediate values 2013-07-18 22:32:44 -05:00
helpers fix cache invariant for grouped todos in context and project view 2013-06-19 17:47:51 +02:00
mailers initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00
models Removing some intermediate values 2013-07-18 22:32:44 -05:00
views Shifting more instance variables to the controller 2013-07-18 21:01:39 -05:00