To clarify, our view pages typically show show a hierarchy of times broken down by Client, Project, Milestone, Tasklist, and Task. At each level we show total estimated and actual time for all the items within a section. So, we still need the individual time records but after we fetch them we run a reduce operation to convert them form a flat list into a hierarchy with all of the times rolled up at each level.
I plan to write that approach up as part of this blog post series.
Thanks Dan, I appreciate the feedback!
To clarify, our view pages typically show show a hierarchy of times broken down by Client, Project, Milestone, Tasklist, and Task. At each level we show total estimated and actual time for all the items within a section. So, we still need the individual time records but after we fetch them we run a reduce operation to convert them form a flat list into a hierarchy with all of the times rolled up at each level.
I plan to write that approach up as part of this blog post series.