defect #105 (closed: DONE)
Roadmap and iteration pages have ? and a red square for "sized" - is there a problem modifying completion stages after entering tickets
| Test Complete Size: | 3 | Test Complete Date: | 05/17/09 |
|---|---|---|---|
| Documentation Complete Size: | 1 | Documentation Complete Date: | 05/22/09 |
| Acceptance Complete Size: | 1 | Acceptance Complete Date: | 05/23/09 |
| Reported by: | billyr | Owned by: | ja11sop |
| Milestone: | Clean up of Plugin with Patch | Component: | agile-trac.org |
| Version: | Keywords: | ||
| Cc: | Blocked By: | ||
| Patch SVN Revision: | Patch Trac Version: | not_applicable | |
| Blocking: | |||
| In Iterations: | 22 23 |
Description (last modified by ja11sop) (diff)
First of all thanks for a great TRAC plugin, and brilliant presentation on the Foundations of Agile Development.
I don't know the first thing about Python or trac plugins, but if there's an opportunity I'd be keen to help out with this plugin.
Ok on to the problem...
I set up trac, then the plugin, entered a bunch of stories, defects, etc, and then later changed the completion stages to: Build, Presentation, QA, Acceptance.
Looking at the Roadmap (or Iteration view) I have some tickets that are have been sized in all completion stages, but the far right overall size column still shows a question mark. What's weird is there are other tickets that do have a value in this overall size column and I can't see any difference between the tickets.
E.g. ticket 73:
- is sized
- is a defect
- has sizes 0,1,1,1
- shows an overall size of ? on the roadmap
- belongs to a milestone, but not to an iteration yet
ticket 137:
- is sized
- is a defect
- has sizes 0,1,1,1
- shows an overall size of 3 on the roadmap
- belongs to a milestone, but not to an iteration yet
Looking at more of the tickets, it seems like only the recent (higher number) tickets show the overall size figure, when all the sizes have been set.
Do you know what might be causing this problem?
Is the overall size calculated by adding up the sizes of the all stages or is there something else going on? For example I have another ticket that is 3,1,1,1 but it's overall size shows 10 (I was expecting 6).
I'm going to fire up a SQLite browser to see if I can spot the differences in the underlying data.
Thanks in advance!
System info:
- Running on Windows via tracd standalone
- Trac: 0.11.4
- Python: 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]
- setuptools: 0.6c9
- SQLite: 3.5.2
- pysqlite: 2.4.0
- Genshi: 0.5.1
- Subversion: 1.5.4 (r33841)
- jQuery: 1.2.6
[ticket-completion] acceptance_complete = acceptance_complete.label = Acceptance Complete acceptance_complete.order = 4 acceptance_complete.short_label = Acceptance qa_complete = qa_complete.label = QA Complete qa_complete.order = 3 qa_complete.short_label = QA presentation_complete = presentation_complete.label = Presentation Completed presentation_complete.order = 2 presentation_complete.short_label = Presentation build_complete = build_complete.label = Build Completed build_complete.order = 1 build_complete.short_label = Build
Change History
Have a look at the list of modified files related to this ticket.
