[etoys-notify] [JIRA] Created: (SQ-361) showcase mojo filter

tracker at squeakland.org tracker at squeakland.org
Fri Sep 11 13:55:36 EDT 2009


showcase mojo filter
--------------------

         Key: SQ-361
         URL: http://tracker.immuexa.com/browse/SQ-361
     Project: squeakland
        Type: Feature
  Components: showcase  
    Reporter: timothy
 Assigned to: timothy 
    Priority: Critical
     Fix For: etoys 4.0 - summer 2009


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)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://tracker.immuexa.com/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the etoys-notify mailing list