Feature #2181
open
Display more statistics about a user on the account page
Added by Eric Davis about 16 years ago.
Updated almost 12 years ago.
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
Files
Here's my try. This patch also show how much wiki edits and news comments a user has...
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 => ????
- Assignee deleted (
Eric Davis)
I added some relations. I think those two tickets (#4864 and #2181) would complement each other greatly.
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.
Also available in: Atom
PDF