
| Key: |
SQ-361
|
| Type: |
Feature
|
| Status: |
Closed
|
| Resolution: |
Complete
|
| Priority: |
Normal
|
| Assignee: |
teefal
|
| Reporter: |
teefal
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Mostly done already ... here's the details, some have changed:
1. every account has mojo, which is a positive or negative integer
2. when someone ranks one of your projects or comments, you gain or lose mojo
3. when you rank a comment, you can give or take 1 mojo point
3. when you rank a project, you can give or take 10 mojo points
4. every entry in overall, region, age, subject, and tag can earn or lose mojo (adding to 10)
5. every project or comment can be ranked by as many as 10 people
6. every time you rank, you gain 5 mojo points on the first day, 4 on the next, etc.
7. after 5 days, another ranker is chosen as a replacement
8. your current mojo is the sum of all mojo for your projects and comments and rankings
10. projectMojo = projectMojo + ( ( personalMojoBonus * 0.2 ) * projectMojo )
11. projectMojo = projectMojo + ( ( groupMojoBonus * 0.1 ) * projectMojo )
12. mojoLevel = FLOOR((((myMojo - avgMojo)/(maxMojo - avgMojo))*100-1)/20,1)+1
13. rankDaysLevel = FLOOR((((myDays - avgDays)/(maxDays - avgDays))*100-1)/20,1)+1
14. rankCountLevel = FLOOR(5-(((myRanks - avgRanks)/(maxRanks - avgRanks))*100+1)/20,1)+1
15. ranker potential = 3* mojoBonus + 2*daysBonus + 1* ranksBonus
16. level colors: purple (5), blue (4), green (3), yellow (2), orange (1), red (0), gray (negative)
... public comment, private comment
... allow comments (checkbox)
|
|
Description
|
Mostly done already ... here's the details, some have changed:
1. every account has mojo, which is a positive or negative integer
2. when someone ranks one of your projects or comments, you gain or lose mojo
3. when you rank a comment, you can give or take 1 mojo point
3. when you rank a project, you can give or take 10 mojo points
4. every entry in overall, region, age, subject, and tag can earn or lose mojo (adding to 10)
5. every project or comment can be ranked by as many as 10 people
6. every time you rank, you gain 5 mojo points on the first day, 4 on the next, etc.
7. after 5 days, another ranker is chosen as a replacement
8. your current mojo is the sum of all mojo for your projects and comments and rankings
10. projectMojo = projectMojo + ( ( personalMojoBonus * 0.2 ) * projectMojo )
11. projectMojo = projectMojo + ( ( groupMojoBonus * 0.1 ) * projectMojo )
12. mojoLevel = FLOOR((((myMojo - avgMojo)/(maxMojo - avgMojo))*100-1)/20,1)+1
13. rankDaysLevel = FLOOR((((myDays - avgDays)/(maxDays - avgDays))*100-1)/20,1)+1
14. rankCountLevel = FLOOR(5-(((myRanks - avgRanks)/(maxRanks - avgRanks))*100+1)/20,1)+1
15. ranker potential = 3* mojoBonus + 2*daysBonus + 1* ranksBonus
16. level colors: purple (5), blue (4), green (3), yellow (2), orange (1), red (0), gray (negative)
... public comment, private comment
... allow comments (checkbox)
|
Show » |
Sort Order:
|