View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0028182 | mantisbt | ui | public | 2021-04-08 03:19 | 2021-05-18 17:24 |
Reporter | tomkolp | Assigned To | dregad | ||
Priority | normal | Severity | major | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | 2.25.0 | ||||
Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
Summary | 0028182: progress bar on the title bar (road map) | ||||
Description | I have a lot of elements in my road map. In order to check which element is already completed, I have to develop it. Can I move the progress bar to the title bar? | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
This is not feasible out of the box. I'm not sure this is something we would want implemented in Core, at least not in the way you propose in your mock-up - IMO, having this big green progress bar in the title looks ugly. The desired result could be achieved by a lighter UI, with a fairly simple change in roadmap_page.php, e.g. something like
Please note that modifying MantisBT source code is not supported, so do it at your own risk. |
|
Great, that's enough for me, thank you very much. |
|
MantisBT: master 4bfc6b3a 2021-04-16 08:27 Details Diff |
Add resolved percentage on Roadmap section title On the Roadmap page, a version's progress is now displayed on the right of the section's title, with a tooltip showing the number of issues resolved vs planned. The resolved_progress language string has been modified to remove the 3rd placeholder (percentage) which is redundant. Script has been refactored to use a new internal RoadmapProgress class, simplifying code and removing some duplication. Fixes 0028182 |
Affected Issues 0028182 |
|
mod - lang/strings_english.txt | Diff File | ||
mod - roadmap_page.php | Diff File |