EstimatorPlugin

Description

A tool to help produce detailed range based estimations for tickets

Bugs/Feature Requests

Existing bugs and feature requests for EstimatorPlugin are here.

If you have any issues, create a new ticket.

Download and Source

Download the zipped source, check out using Subversion, or browse the source with Trac.

Example

This is the estimator page that allows you to create estimates. They will be attached to whatever tickets are specified in the tickets box

Recent Changes

[4878] by bobbysmith007 on 11/26/08 13:59:05

re #4150 bumped version to 0.0.8

[4877] by bobbysmith007 on 11/26/08 13:57:40

re #4150

Well after more work than anticipated, I have swapped out my uber-crappy struckthrough comment with one of the trac renderd diffs.

What it took:

  • Having a plain text version of the estimate so that when diffing we are only diffing what we care about
  • Pulling the diff_div.html template from trac and filling it with the appropriate data, then rendering that to a string
  • which gets included on a ticket when the estimate changes
  • Had to store the plain text version of the estimate in the db as well

[4340] by bobbysmith007 on 09/25/08 14:59:32

re #3209

Based on what you linked to, this seems like a problem using the str() function when I should be using unicode()

The place that I found where it was doing this was in building up some json output. I changed this to unicode, which will hopefully mean that this error is solved.

HTH,

Russ

[3415] by bobbysmith007 on 03/24/08 11:26:51

closes #2784

Thanks, this was causing other people problems as well.

Author/Contributors

Author: bobbysmith007
Contributors:

Comments

After downloading and installing estimator plugin, the tract shown an displayed message like The Trac Environment needs to be upgraded. and when i m trying to upgrade trac using trac-admin /home/svn/myproject upgrade it shows the following error Command failed: unsupported operand type(s) for &=: 'bool' and 'OperationalError' so please help in this regard, how can i overcome above problem
Thanks[BR]] raju_2reddy@yahoo.com

Attachments