Ticket #3322 (new enhancement)

Opened 5 years ago

Last modified 3 years ago

Set depth of Depgraph to infinite

Reported by: makro Assigned to: coderanger
Priority: normal Component: MasterTicketsPlugin
Severity: normal Keywords:
Cc: AdrianFritz Trac Release: 0.11

Description

In some cases, the ticket dependencies in Depgraph are not shown in full depth. The picture generated, shows the 'end ticket' (where no more recursions are done) filled grey, and the node is not clickable.

Here is an example (#17 and #19 contain the 'grey node' while #18 is working well):

Dependencied defined:

Ticket Blocked By Blocking
#15 17, 18, 19
#16 18
#17 15 18
#18 15, 16,17, 19
#19 15 18

The graph should look like that:

   __>17        
  /   \/	
15--->18<--16
  \   /\
   \_>19

That's what depgraph/ID?format=debug prints out for ticket

#17: <mastertickets.model.TicketLinks #17 blocking=[18] blocked_by=[15]>
#18 <mastertickets.model.TicketLinks #18 blocking=[] blocked_by=[19,15,17,16]>
#19: <mastertickets.model.TicketLinks #19 blocking=[18] blocked_by=[15]>

And that's what the graphs look like:

#17: Depgraph for ticket 17 #18: Depgraph for ticket 18 #19: Depgraph for ticket 19

Attachments

depgraph17.png (2.1 kB) - added by makro on 07/03/08 16:48:12.
Depgraph for ticket 17
depgraph18.png (2.3 kB) - added by makro on 07/03/08 16:48:39.
Depgraph for ticket 18
depgraph19.png (2.1 kB) - added by makro on 07/03/08 16:48:53.
Depgraph for ticket 19

Change History

07/03/08 16:48:12 changed by makro

  • attachment depgraph17.png added.

Depgraph for ticket 17

07/03/08 16:48:39 changed by makro

  • attachment depgraph18.png added.

Depgraph for ticket 18

07/03/08 16:48:53 changed by makro

  • attachment depgraph19.png added.

Depgraph for ticket 19

07/17/08 14:09:21 changed by anonymous

  • cc set to adrian@boreste.us.

11/09/09 10:07:18 changed by anonymous

Is really "infinite" the word you are looking for here? You can never have an infinite number of tickets in a system so isn't "unbounded" a more accurate adjective?

03/30/10 18:35:23 changed by steve.strobel@link-comm.com

Making the gray "end tickets" clickable would be helpful.

If the size of the graph continues to be limited for whatever reason, it might be possible to expand sections by clicking on a "+" link in the gray nodes.

10/09/10 03:43:58 changed by anonymous

  • cc changed from adrian@boreste.us to AdrianFritz.

Add/Change #3322 (Set depth of Depgraph to infinite)




Change Properties
Action