Opened 13 years ago

Last modified 3 years ago

#7252 new enhancement

Extending color and shape scheme — at Version 1

Reported by: ym@… Owned by: Noah Kantrowitz
Priority: normal Component: MasterTicketsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

I have made it for our Trac, i dont know maybe you will find it also useful. I have add more colors:

I have used another plugin to extend tickets to have testing status

  • red - status = new
  • white - status !new & !close & !testing
  • yellow - status = testing
  • green - status = closed

also i have used different shapes. ellipse for tickets which have same milestone with root ticket box for tickets from other milestones

I did my first steps with python hacking this plugin so, i believe finding milestone of the root ticket could be still optimized

look at the attached patch and screen shot

Change History (3)

Changed 13 years ago by ym@…

Attachment: color.png added

how dep graph looks like after our changes

Changed 13 years ago by ym@…

Attachment: patch_file added

patch of web_ui.py

comment:1 Changed 10 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.