Ticket #7342 (new enhancement)
Add filter parameters to milestone view
| Reported by: | techtonik <techtonik@…> | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 |
| Component: | roadmap | Version: | 0.10.4 |
| Severity: | normal | Keywords: | |
| Cc: | ivan@… |
Description
Milestone view support only one milestone per page. Roadmap can display several milestones, but there is almost no control on order and scope of shown stats. The only option is to show completed milestones (show=all) or not.
I propose to extend "show=all" to allow queries like "show=^0.5" or "show=0.5|0.5.1", but it can create a conflict if somebody defines milestone named "all".
It can be convenient to extend milestone view as well to allow URLs like /milestone/6.0|6.2|6.4
Attached is a simple patch to select several milestones in roadmap using piped /roadmap?milestone=6.0|6.2|6.4 syntax. No advanced filtering using ~= or ^=


