Opened 13 years ago

Last modified 3 years ago

#7252 new enhancement

Extending color and shape scheme — at Initial Version

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

Description

I have made it for our trac, i dont know maybe you will find it also usefull 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 (2)

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

Note: See TracTickets for help on using tickets.