hhroc / yellr-server

Server for yellr project
GNU Affero General Public License v3.0
6 stars 5 forks source link

Implement method for 'upvoting' posts (for clients) #179

Closed thequbit closed 9 years ago

thequbit commented 9 years ago

This was feedback from the RIT class, that viewing what's been posted in their area, and being able to 'up vote' that post would be really great... And would continue to promote app usage.

This would not change anything on the moderator site to start with. We would want to be able to sort by 'up votes', as well as display the number of upvote on each post tile.

The number of upvote will be included in the post json response.

thequbit commented 9 years ago

Implemented in #201.