Modify ↓
Opened 14 years ago
Last modified 5 years ago
#7252 new enhancement
Extending color and shape scheme
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | MasterTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
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
Attachments (2)
Change History (5)
Changed 14 years ago by
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Owner: | changed from Noah Kantrowitz to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:3 Changed 5 years ago by
Status: | assigned → new |
---|
Note: See
TracTickets for help on using
tickets.
how dep graph looks like after our changes