One of the initial release objectives is to have some sort of point tracking. StackExchange's reputation system is explained here.
Questions
- Maximum point value?
- Track points by category (code, site-building, etc...)?
- Anything else?
Here's a template to use (add your own new exciting things to this):
trigger | action
------------ | ----------
answer is voted up | +10
question is voted up | +5
answer is accepted | +15 (+2 to acceptor)
post is voted down | -2 (-1 to voter)
gain 15 points | vote up privilege granted
gain 15 points | flag question / answer / comment privilege grantedHere's how it looks:
| trigger | action |
|---|---|
| answer is voted up | +10 |
| question is voted up | +5 |
| answer is accepted | +15 (+2 to acceptor) |
| post is voted down | -2 (-1 to voter) |
| gain 15 points | vote up privilege granted |
| gain 15 points | flag question / answer / comment privilege granted |