kumakore / kumakore-sdk

Kumakore SDK
http://www.kumakore.com
3 stars 0 forks source link

Show rank change in leaderboards from local cache #5

Open chbfiv opened 10 years ago

chbfiv commented 10 years ago

leaderboards generally - our co-development partner wants the ability on leaderboards to show a movement from last rank arrows. So, for example, if a user was ranked 1, then he's ranked 10th it should show a downward arrow with number 9. I think this is probably a good client side feature. We'd just have to store all the user's in an list and then when we get the new list, do the compares and return the results.