#2314 closed enhancement (fixed)
milestone stats extension point
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | high | Milestone: | 0.11 | 
| Component: | roadmap | Version: | 0.9 | 
| Severity: | normal | Keywords: | |
| Cc: | trac@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
It would be nice to be able to extend the milestone feature to provide custom statistics instead of using the default ones.
Attachments (3)
Change History (8)
by , 20 years ago
| Attachment: | mstone_stat_ext_r2514.patch added | 
|---|
comment:1 by , 20 years ago
| Cc: | added | 
|---|
by , 19 years ago
| Attachment: | mstone_stat_ext_r4008.patch added | 
|---|
patch updated to current trunk and addressing some performance issues
by , 19 years ago
| Attachment: | mstone_stat_ext_r4086.patch added | 
|---|
Updated patch after r4085 + progress bar as a macro.
comment:2 by , 19 years ago
| Milestone: | → 0.11 | 
|---|---|
| Owner: | changed from to | 
| Priority: | normal → high | 
No one objects to the patch?
Also, this make be a good starting point for extending the TicketQuery so that it can support the progressbar format style (see #3284).
comment:3 by , 19 years ago
I agree that this extension interface can be reused for #3284. I purposefully made the interface not know anything about milestones; just a group of tickets that require statistics.
comment:4 by , 19 years ago
Oh, very cool! I made a much simpler version, but I like this much better. +1
comment:5 by , 19 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
Update the patch once again and committed it in r4150.



  
patch implementing this feature