williamflaherty / pearing

KCSW project
Other
1 stars 0 forks source link

Saving Favorites History #23

Open williamflaherty opened 9 years ago

williamflaherty commented 9 years ago

Favoriting could be done completely client side, however I want to keep a "history" of favorites so that way we don't have a situation where a user favorites someone, doesn't message them the time left on the favorite expires they shuffle and then that favorite reappears. This would defeat the purpose of favoriting. So, favoriting needs to be something we store server side, maybe current favorites, the history of favorites, and the time left before the favorite expires. These can just be small JSON objects.