Patch #684
Add journal count on issues list
Status: | New | Start date: | 2008-02-18 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues list | |||
Target version: | - |
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.
Related issues
History
#1
Updated by Jean-Philippe Lang almost 15 years ago
I think it would be much more efficient if a cache column was added on the issues
table (eg. journals_count
).
#2
Updated by jinwoo lee almost 15 years ago
So sorry, answer too late.
I agree your suggestion.
- decrease unnecessary query (related journal select)
- more clear design
#3
Updated by Daniel Felix about 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. :-)
#4
Updated by Go MAEDA over 7 years ago
- Related to deleted (Feature #733: Journal count on issue list)
#5
Updated by Go MAEDA over 7 years ago
- Duplicates Feature #733: Journal count on issue list added
#6
Updated by Go MAEDA about 5 years ago
- Duplicated by Feature #27541: New optional column for issue list: number of comments/updates added
#7
Updated by Go MAEDA about 5 years ago
- Category changed from Issues to Issues filter
#8
Updated by Go MAEDA over 3 years ago
- Category changed from Issues filter to Issues list
#9
Updated by Florian ROBERT almost 3 years ago
+1, I have user requests on this feature
#10
Updated by Marius BALTEANU almost 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?
#11
Updated by Go MAEDA almost 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.