Changes between Version 2 and Version 3 of EstimationToolsPlugin


Ignore:
Timestamp:
Sep 24, 2008, 8:29:38 PM (16 years ago)
Author:
Joachim Hoessler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EstimationToolsPlugin

    v2 v3  
    33== Description ==
    44
    5 !EstimationTools includes macros that visualize remaining effort estimations, e.g., as Burndown Chart, as well as an extension that allows inline editing of estimations in the query view.
     5!EstimationTools includes macros that visualize remaining effort estimations, e.g., as Burndown Chart, as well as an extension that allows inline editing of estimations in the query view. 
    66
    77== Requirements ==
    88
    9 The charts use [http://code.google.com/apis/chart/ Google's Chart API], hence no additional python modules are required. The
    10 
     9The charts use [http://code.google.com/apis/chart/ Google's Chart API], hence no additional python modules are required. The [EstimationToolsPlugin#HoursInPlaceEditor !HoursInPlaceEditor] requires the XmlRpcPlugin.
    1110
    1211== Bugs/Feature Requests ==
     
    8180}}}
    8281
     82{{{
     83#!html
     84<img src="http://chart.apis.google.com/chart?chs=800x200&amp;chd=t:0.0,9.09090909091,18.1818181818,27.2727272727,36.3636363636,45.4545454545,54.5454545455,63.6363636364,72.7272727273,81.8181818182,90.9090909091,100.0|81.0,100.0,99.0,100.0,94.4055944056,85.4055944056,72.4055944056,65.4055944056,62.4055944056,43.4055944056,-1,-1&amp;cht=lxy&amp;chxt=x,x,x,y&amp;chxl=0:|15|16|17|18|19|20|21|22|23|24|25|26|1:|9|9|2:|2008|2008&amp;chxr=3,0,143.0&amp;chm=R,f1f1f1,0,0.40909090909,0.59090909091&amp;chg=100.0,100.0,1,0&amp;chco=ff9900&amp;chtt=Current Sprint" alt='Burndown Chart' />
     85}}}
     86
    8387=== !HoursRemaining ===
    8488
     
    9195[[HoursRemaining(milestone=Sprint 1)]]
    9296}}}
     97
    9398
    9499=== !WorkloadChart ===
     
    111116}}}
    112117
    113 === HoursInPlaceEditor ===
     118{{{
     119#!html
     120<img src="http://chart.apis.google.com/chart?chs=400x100&chd=t:12,30,22&cht=p3&chtt=Workload%2064h%20(3%20workdays%20left)&chl=Jane%2012h|Peter%2030h|Jack%2022h&chco=ff9900" alt="Workload Chart">
     121}}}
     122
     123=== !HoursInPlaceEditor ===
    114124
    115125This component allows to edit the remaining hours field directly in the query view.