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
- The number of followers
I don't need it to be super complex, just functional and believable. I am seeking help both on the "math" side, but also if there are gems they do pieces of it on the user-interface and data-model side.
Thanks!