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

4) Voting on recipes #4

Open
matisnape opened this issue Feb 12, 2018 · 0 comments
Open

4) Voting on recipes #4

matisnape opened this issue Feb 12, 2018 · 0 comments
Assignees

Comments

@matisnape
Copy link
Collaborator

matisnape commented Feb 12, 2018

  • dodanie nowego modelu Votes
  1. z kluczem obcym do recipe.id i relacją one to many (analogiczna jak między userem a przepisami) - jeden przepis może mieć wiele głosów
  2. z kluczem obcym do user.id i relacją one to one (?) - jeden user może oddać głos na dany przepis tylko raz ALE może go nadpisać
  • punktacja walidowana 1-5, integer

  • dodanie w modelu metody obliczającej średnią głosów i zapisującej tę wartość do nowego pola w modelu Recipe

  • dodanie osobnego formularza głosowania na show recipe (all recipes?)

  • if current_user voted on current_recipe: update recipe vote; else: create new vote

  • wyświetlanie średniej wartości głosów na show recipe/all recipes

  • usunięcie przepisu powinno kaskadowo usunąć głosy dla tego przepisu

  • zablokowanie głosowania na swoje przepisy?

@matisnape matisnape changed the title Voting on recipes 4) Voting on recipes Mar 5, 2018
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