I need to build a rating system for a project.

The idea is that a number of different user actions within the system
will contribute to an individual's standing.  Creating one kind of
thing, reviewing something that someone else has done, participating
in an activity...basically there are a set of disparate actions that
will all add up to rank a user.

I'm thinking that I'd like to accumulate these actions in a table so
that if I need to tweak the ranking algorithm I can do that based on
the existing data.

My question is, what is the best way to mesh this into my application?

Certainly I could add logic in each controller action as appropriate,
but that is messy.  I'd like something that has some separation from
the main structure of the app.

Joe
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to