liftedmedia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-May-17 17:10 UTC
Approaching a ranking system (concept)
I''m making a music recommendation site and on the front page I''d like to show the latest 10 albums based on activity. Instead of just sorting by votes Id like a more accurate approach to what gets on the front page (like digg). I''d like some recommendations on how to approach creating this system, specificly: -the difficulty of implementing this system (new to ruby) - easier ways of approaching this Current concept: Conditions would be based on the most active items sorted by value, limit 10. Value is determined by: +/- Votes (+50 value) + Comments (+10 value) + Page Views (+1 value) - Red Flag Button (-100 value) Activity is determined by: Amount of increases / decreases in value in the last 24 hours *Since the value is weighted would activity have to be also? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---