Changes between Version 125 and Version 126 of TimingAndEstimationPlugin
- Timestamp:
- Apr 21, 2022, 2:36:44 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TimingAndEstimationPlugin
v125 v126 157 157 * ScrumBurndownPlugin makes use of this plugin to provide a javascripted daily burndown chart, useful in the agile development methodology known as Scrum. 158 158 * RoadmapHoursPlugin makes the roadmap and milestone views be based on the hours provided by TimingAndEstimationPlugin. 159 * ScrumPlugin - a Radical reworking of the ScrumBurndownPlugin and TimingAndEstimationPlugin.160 159 * WorkLogPlugin gives an interface that allows you to record time in a work log type format (start and stop tasks). 161 * TracSlimTimerPlugin integrates Trac and [http://slimtimer.com/ SlimTimer].162 160 * TimeVisualizerPlugin is the same as ScrumBurndownPlugin, except is much more flexible and doesn't change the database in any way, but rather reads history data provided by TimingAndEstimationPlugin and Trac itself. For details see [browser:timevisualizerplugin/branches/TimeVisualizer_0.4/doc/InitialDesignGoals InitialDesignGoals]. 163 * TaskjugglerPlugin exports data from Trac to Taskjuggler and uses the same custom fields as this plugin.164 161 165 162 == Interacting with T&E