Vote #76595
完了Use a table instead of an unordered list in "Issue tracking" box
0%
説明
Using a table instead of an unorderd list to show numbers of issues in "Issue tracking" box brings the following advantages.
- neatly organized information is easier to unerstand.
- we can directly move to specific information (open features, closed bugs, ...) by clicking numbers.
!issue-tracking-box.png!
journals
+1
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
If you're going to implement this consider adding a small visualization. E.g. a colored bar in another column for each row. Or something like that. It would be nice to get a fast overview.
--------------------------------------------------------------------------------
Could this be committed?
--------------------------------------------------------------------------------
Committed in r14640 with link on tracker name removed (same as open count link).
--------------------------------------------------------------------------------
Thank you for merging the patch!
> Committed in r14640 with link on tracker name removed (same as open count link).
I think that link on tracker names is required for consistency with "issues summary":http://www.redmine.org/projects/redmine/issues/report . And sometimes open count link is a little bit hard to click when the number is small (for example: 1, 2, ... 9).
--------------------------------------------------------------------------------
"label_x_open_issues_abbr_on_total" is no longer used since r14640. Please apply attachment:remove-label_x_open_issues_abbr_on_total.diff to remove it from config/locales/*.yml.
--------------------------------------------------------------------------------
Done.
--------------------------------------------------------------------------------