Patch #684
openAdd journal count on issues list
0%
Description
I think that viewing journal count is better than nothing.
Because it is easy to understand issues's activity.
so I make this patch.
Files
Related issues
Updated by Jean-Philippe Lang about 15 years ago
I think it would be much more efficient if a cache column was added on the issues
table (eg. journals_count
).
Updated by jinwoo lee about 15 years ago
So sorry, answer too late.
I agree your suggestion.
- decrease unnecessary query (related journal select)
- more clear design
Updated by Daniel Felix over 10 years ago
Well, this would be nice to have. Sometimes it helps to find "hot-topics" by ordering journal_count descending.
But I agree, a fixed column, which is just updated everytime a new note is added, would be much more efficient than calculating this value each time the list is displayed. :-)
Updated by Go MAEDA over 7 years ago
- Related to deleted (Feature #733: Journal count on issue list)
Updated by Go MAEDA over 7 years ago
- Is duplicate of Feature #733: Journal count on issue list added
Updated by Go MAEDA over 5 years ago
- Has duplicate Feature #27541: New optional column for issue list: number of comments/updates added
Updated by Go MAEDA over 5 years ago
- Category changed from Issues to Issues filter
Updated by Go MAEDA over 3 years ago
- Category changed from Issues filter to Issues list
Updated by Florian ROBERT about 3 years ago
+1, I have user requests on this feature
Updated by Marius BALTEANU about 3 years ago
Florian ROBERT wrote:
+1, I have user requests on this feature
We should count only the journals with notes? or all journals?
Updated by Go MAEDA about 3 years ago
Marius BALTEANU wrote:
We should count only the journals with notes? or all journals?
I think it should be the number of all journals.
Activities such as adding attachments without note and changing the target version are also important information to see the issue's activity.