Opened 3 years ago

Last modified 3 years ago

defect #106 (closed: invalid)

Completed stages are shown as incomplete in iteration/milestone view

Test Complete Size: 0 Test Complete Date:
Documentation Complete Size: 0 Documentation Complete Date:
Acceptance Complete Size: 0 Acceptance Complete Date:
Reported by: dfraser Owned by: ja11sop
Milestone: Undecided Component: agile-trac.org
Version: Keywords:
Cc: Blocked By:
Patch SVN Revision: Patch Trac Version: 0.11.3
Blocking:
In Iterations: 22

Description

It seems that unless all stages of a ticket are complete, the stages show with a light red square indicating not done even if the individual stage is complete.

While I understand that the ticket as a whole is not counted as done until all stages are complete, it seems silly to not show which stages are done, so I presume this is a defect :-)

Attachments

agiletrac-completion.patch Download (1.7 KB) - added by dfraser 3 years ago.
Patch that fixes this in the wrong place (the template)

Change History

Have a look at the list of modified files related to this ticket.

Changed 3 years ago by dfraser

Patch that fixes this in the wrong place (the template)

Changed 3 years ago by dfraser

Ah, inspection of the ticket api code shows me I got this wrong - the completion date is compared to the completion date of the iteration, so if you mark the ticket as completed after the end of the iteration it will still show up as incomplete for that iteration...

Changed 3 years ago by dfraser

So basically this can be closed, which I can't do :-)

Changed 3 years ago by ja11sop

  • test_complete_size changed from undefined to 0
  • doc_complete_size changed from undefined to 0
  • acceptance_complete_size changed from undefined to 0

Yes the reason for this is that it allows an historical view to be maintained for each story in whichever iterations it belongs to. For example, if I add a story to iteration 3, but don't finish it is will appear as red. If I then add it to (say) iteration 4 and complete it I have a visual indication of which iteration the work was completed in. Having said all that this is clearly a documentation error in that it isn't documented. Feel free to add a separate issue for that. I'll close this for now though. Thanks very much for working through this and my apologies for not responding quicker as I might have saved you some time.

Note: See TracTickets for help on using tickets.