dalesaul / FUnight

Activity Planning App for family/friend fun night suggestions
0 stars 0 forks source link

Upvote/ Downvote buttons on Activities #6

Open dalesaul opened 5 years ago

dalesaul commented 5 years ago

Story

As a user, who wants to vote on activity suggestions, I should be able to click on an upvote or downvote button that will add +1 to the activity rating

Acceptance Criteria Given the user wants to vote for or against a suggestion When the user clicks on the upvote or downvote button the rating for the associated suggestion should change by +1 or -1 respectively in the database via PATCH

Progress

[ ] upvote button

[ ] downvote button

[ ] incriment rating +1 or -1 based on button clicked

dalesaul commented 5 years ago

closed and merged to master.