Tagged Questions
8
votes
3answers
541 views
Reputation and point system models
I'm looking to implement a reputation-based point system for a QA site. I like Stack Overflow's model, but I was wondering if there's anything else like this out there. I was doing some research on ...
2
votes
2answers
159 views
How can I create a “reputation” system similar to StackOverflow using Rails?
I have users in my system and I want to create a reputation system where they begin to accumulate points based on a few, simpler inputs:
The ratings of their reviews
The number of reviews they have
...