Changes between Version 12 and Version 13 of SumStatsPlugin


Ignore:
Timestamp:
Jan 3, 2012, 2:36:56 AM (12 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SumStatsPlugin

    v12 v13  
    33= Sums specified field in Roadmap and Milestone stats =
    44
    5 '''UPDATE (2 Jan 2012)''': This plugin now also provides a [http://code.google.com/apis/chart/ Google Visualization API] data source at {{{/sumstats/query}}} that can populate a burndown chart on milestone pages such as provided by the Trac [wiki:VisualizationPlugin#Burndownchartonmilestonepages Visualization plugin].
     5'''UPDATE (2 Jan 2012)''': This plugin now also provides a [http://code.google.com/apis/chart/ Google Visualization API] data source at {{{/sumstats/query}}} that can populate a burndown chart on milestone pages such as provided by the Trac [wiki:VisualizationPlugin#Burndownchartonmilestonepages Visualization plugin].  See more details [wiki:SumStatsPlugin#GoogleVisualizationAPIDataSource-forBurndownChart below].
    66
    77== Description ==
     
    1313This plugin was inspired by the CustomRoadmapPlugin but overcomes its limitation of requiring a patch.  Additionally, this plugin allows for any field to be used to define a group, not just the default {{{status}}} field.  Lastly, I designed the plugin to be backwards compatible with the default ticket count behavior so that you can leverage as much or little of its enhancements as desired.
    1414
    15 The plugin also provides a [http://code.google.com/apis/chart/ Google Visualization API] data source at {{{/sumstats/query}}} that can populate a burndown chart.  See [below] for an example.
     15The plugin also provides a [http://code.google.com/apis/chart/ Google Visualization API] data source at {{{/sumstats/query}}} that can populate a burndown chart.  See [wiki:SumStatsPlugin#GoogleVisualizationAPIDataSource-forBurndownChart below] for an example.
    1616
    1717== Configuration ==
     
    4141    }}}
    4242
    43  3. (Optional) Configure the main {{{sumstats}}} section:
     43 4. (Optional) Configure the main {{{sumstats}}} section:
    4444    {{{
    4545    [sumstats]
     
    5050    query_args = col=summary,col=type,col=effort
    5151    }}}
     52
     53 5. (Optional) Install the [http://code.google.com/apis/chart/interactive/docs/dev/gviz_api_lib.html Google Visualization API python gviz client library] if using as a data source (see [wiki:SumStatsPlugin#GoogleVisualizationAPIDataSource-forBurndownChart below]).
    5254
    5355The optional {{{field}}} option specifies which field to sum.  The optional {{{drilldown_label}}} and {{{label}}} options are used to define the {{{TicketGroupStats}}} object.  The optional {{{filter}}} is an additional global filter for all groups (if specified it must be a standard field only).  The optional {{{query_args}}} is a convenient, comma-delimited list that gets appended to each group's {{{query_args}}}.  See the examples below for more details.
     
    104106
    105107
    106 
    107108== Google Visualization API Data Source - for Burndown Chart ==
    108109This plugin also provides a [http://code.google.com/apis/chart/ Google Visualization API] data source using the [http://code.google.com/apis/chart/interactive/docs/dev/gviz_api_lib.html python gviz client library] (which must be installed separately) that can populate a daily [http://en.wikipedia.org/wiki/Burn_down_chart burndown chart].  The [wiki:VisualizationPlugin#Burndownchartonmilestonepages Visualization plugin] can be used to display the burndown chart on milestone pages: