Vote #73718
未完了Projects admin, show issues count
0%
journals
Here is the patch.
This patch adds too a projects count depending of the filters.
--------------------------------------------------------------------------------
+1
Showing issues count is convenient for admins especially when a admin is to delete projects.
Here is an updated patch applicable to current trunk (r15058).
!projects-with-issues-count.png!
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I would suggest to add the open and closed issue count to this colum as well. Ideally, as a link to that issues. I could imagine one would like to make sure that all issues of a project are closed before archiving it.
--------------------------------------------------------------------------------
Robert Schneider wrote:
> I would suggest to add the open and closed issue count to this colum as well. Ideally, as a link to that issues. I could imagine one would like to make sure that all issues of a project are closed before archiving it.
You're right, it can be helpful too, to have :
* Subprojects count
* Members count
To not overload the view we can display these fields only when a project filter is filled.
Here is what it can look like :
!redmine_projects_list.png!
--------------------------------------------------------------------------------
Here is what we use everyday, sorry it's not a clean patch and there is no tests.
--------------------------------------------------------------------------------
IMO, we rarely need to see this information on the project list.
When an admin needs to delete a project, he can easily check the open/closed issues on the project overview.
We'll add this as an optional column when the project list will be made configurable (like the issue list).
--------------------------------------------------------------------------------
Jean-Philippe Lang wrote:
> IMO, we rarely need to see this information on the project list.
> When an admin needs to delete a project, he can easily check the open/closed issues on the project overview.
> We'll add this as an optional column when the project list will be made configurable (like the issue list).
It's ok for me, for an optional column, I suppose a simple checkbox like *Show project details* would be perfect.
For project admins managing a Redmine with a lot of projets, it's very useful because in the same place you have all the informations gathered, to decide if a project can be deleted or has to be archived. It's a spare of time in the case he has to check a bunch of projects with sub-projects.
Thanks for your time.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,New,23954,Shows the date of the last activity on Projects administration.
relates,Closed,29482,Query system for Projects page