Feature #2181
Display more statistics about a user on the account page
| Status: | New | Start date: | 2008-11-13 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - | |||
| Resolution: |
Description
I think it would be interesting to see some more activity statistics on a user's account page (/account/show/n).
- Number of forum messages
- Number of issue notes
- Number of SCM changesets
Related issues
History
#1 Updated by Markus Knittig over 4 years ago
- File user-statistics.diff
added
Here's my try. This patch also show how much wiki edits and news comments a user has...
#2 Updated by William Knak over 4 years ago
How to setup /account/show/<id> as Welcome Page?
I've found some map.connect on routers.rb, but I don't know how to pass ID as parameter.
// works for fixed ID=3
map.home '', :controller => 'account', :action => 'show', :id => '3'
// works for fixed ID=3
map.home '', :controller => 'account', :action => 'show', :id => ????
#3 Updated by Eric Davis over 2 years ago
- Assignee deleted (
Eric Davis)
#4 Updated by Fernando Hartmann 7 months ago
+1
#5 Updated by Daniel Felix 7 months ago
#6 Updated by Kacper Wysocki 3 months ago
- File user-stats.diff
added
User stats create an air of aspiration, and make the users want to contribute more. Here's a patch that applies to debian redmine (1.0.2).
Even cooler if one could give users "rank" like in other boards, attainable only by contributing more.
#7 Updated by Kacper Wysocki 3 months ago
- File user-stats.diff
added