agoragames / leaderboard

Leaderboards backed by Redis in Ruby
https://rubygems.org/gems/leaderboard
MIT License
480 stars 65 forks source link

Ability to store extra data for leaderboard score #10

Closed jgadbois closed 12 years ago

jgadbois commented 12 years ago

I would like to be able to add some additional information about a score when I add it (for instance a date and associated id). This could be accomplished by having a hash keyed to the member_id. Is this something you would consider pulling if I implemented it?

czarneckid commented 12 years ago

Hopefully this won't close the other items, but happy to integrate this. Please check out the member-data branch for the updates to the original pull request.