hhroc / yellr-server

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

Add end point to get poll results #206

Closed thequbit closed 9 years ago

thequbit commented 9 years ago

I think this should be it's own end point, rather than returning the results with the assignment. That way it keeps the get_assignments.json end point clean, and we can force the 'you need to vote to see the results' methodology (if we want to).

thequbit commented 9 years ago

Implemented in new server rewrite.