makinj / MeNext

Media request service with a hint of democracy!
MIT License
9 stars 3 forks source link

Implement voting #11

Closed makinj closed 9 years ago

makinj commented 10 years ago

store votes and return the total votes and status of a user's vote with each request for a video

makinj commented 9 years ago

I believe this is closed on the backend

jboulter11 commented 9 years ago

I also have it closed on iOS.— Sent from Mailbox

On Sun, Aug 3, 2014 at 4:11 PM, Joshua Makinen notifications@github.com wrote:

I believe this is closed on the backend

Reply to this email directly or view it on GitHub: https://github.com/makinj/MeNext/issues/11#issuecomment-51001495

makinj commented 9 years ago

on the web front end, we should use the functions I made called upvote, downvote, and unvote that should be associated with the thumb buttons that will be created when the list is generated. Each submission in the list has a rating and userRating that correspond to the total votes and the individual user's current vote.

makinj commented 9 years ago

fixed this a while ago