Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot change a rating once added #43

Closed
gabriel-alecu opened this issue Apr 7, 2016 · 3 comments
Closed

Cannot change a rating once added #43

gabriel-alecu opened this issue Apr 7, 2016 · 3 comments

Comments

@gabriel-alecu
Copy link

  • disliking something you liked doesn't remove it from the liked list.
  • liking something you disliked doesn't remove it from the disliked list.
  • and there's no way to remove a rating.

How is this module even supposed to be used? Am I supposed to re-make the whole redis database every time I want to change it? Because that defeats the point of using redis for its speed...

@guymorita
Copy link
Owner

@gabe-alex Hey, sorry for the late response. This feature makes sense. I'll build it in. No the point is to use a persistent redis store just like any other db.

@guymorita
Copy link
Owner

guymorita commented Jan 2, 2017

@gabe-alex added unliked and undisliked c674465

@guymorita
Copy link
Owner

What do you mean by remake the whole db? You can host it remotely. And everytime ratings come you decide whether to update recs or not. As for how they update, I'm working on making it more efficient now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants