Module: Stats

Defined in:
app/models/stats/tag_cloud.rb,
app/models/stats/chart.rb,
app/models/stats/totals.rb,
app/models/stats/actions.rb,
app/models/stats/contexts.rb,
app/models/stats/projects.rb,
app/models/stats/user_stats.rb,
app/models/stats/tag_cloud_query.rb,
app/models/stats/user_tags_query.rb,
app/models/stats/time_to_complete.rb,
app/models/stats/top_contexts_query.rb,
app/models/stats/top_projects_query.rb

Overview

Get the first 10 projects with their actions count of actions. When a cutoff is passed in, only actions that have been created or completed since that cutoff will be included.

Defined Under Namespace

Classes: Actions, Chart, Contexts, Projects, TagCloud, TagCloudQuery, TimeToComplete, TopContextsQuery, TopProjectsQuery, Totals, UserStats, UserTagsQuery