Changes between Version 30 and Version 31 of EstimationToolsPlugin


Ignore:
Timestamp:
May 10, 2011, 3:31:46 AM (13 years ago)
Author:
Adrian Fritz
Comment:

Work-in-process. Details for HoursRemaining macro.

Legend:

Unmodified
Added
Removed
Modified
  • EstimationToolsPlugin

    v30 v31  
    4141 Note ^2^:: `[RRGGBB]` it's a 6-letter string of hexadecimal values
    4242
    43 Examples:
     43 '''Examples:''' ::
    4444{{{
    4545[[BurndownChart(milestone=Sprint 1, startdate=2011-01-01)]]
     
    4747   weekends=false, expected=100, gridlines=20, width=600, height=100, color=0000ff)]]
    4848}}}
    49 
     49 '''Results:''' ::
    5050{{{
    5151#!comment
     
    6363The macro accepts a comma-separated list of query parameters for the ticket selection, in the form "key=value" as specified in TracQuery#QueryLanguage.
    6464   
    65 Example:
    66 {{{
    67 [[HoursRemaining(milestone=Sprint 1)]]
    68 }}}
     65 '''Example:''' :: {{{Remaining effort to conclude this milestone: '''[[HoursRemaining(milestone=Sprint 1)]]''' hs.}}}
     66 '''Results:''' :: Remaining effort to conclude this milestone: '''64''' hs.
     67
     68 Note ^3^:: argument it's not mandatory, if not given defaults to (T.B.D.)???
    6969
    7070=== !WorkloadChart ===
     
    8383   Defaults to `ff9900`, a nice orange.
    8484 
    85 Examples:
     85 '''Example:''' ::
    8686{{{
    8787[[WorkloadChart(milestone=Sprint 1)]]
    8888[[WorkloadChart(milestone=Sprint 1, width=600, height=100, color=00ff00)]]
    8989}}}
    90 
     90 '''Results:''' ::
    9191{{{
    9292#!html