marckunze / rancor

Ranked Choice voting tool repo
https://rancor.herokuapp.com
Other
0 stars 0 forks source link

Code Results page #44

Closed marckunze closed 9 years ago

marckunze commented 9 years ago

Back end to #26 results page, given poll parameters and proper access (user or link) respond with results page data for poll in question.

MarkHammondJr commented 9 years ago

This one is actually pretty easy to do. It will end up looking almost exactly like the all_users page from the backend side

marckunze commented 9 years ago

Agreed, it should be similar to the all users, but still needs to be done. I can see parameter passing and making sure only people associated with the vote actually seeing it being the hard parts.

MarkHammondJr commented 9 years ago

If we're allowing anonymous voting, we don't have to worry about who can see the vote. That's only an issue if we have private polls.

Do we want to allow private polls as an option? I had not even considered that before now.

marckunze commented 9 years ago

Well it's not necessarily truly anonymous, more like secret and throwaway. It wouldn't be a major issue if we couldn't nail it down. But I could see users being a little weirded out by random people looking at their poll. Of course if you pass a long enough random poll hash ID it's tough to find which should be enough.

marckunze commented 9 years ago

Same as the other main pages. Are we ok to close, or are we missing issues?

marckunze commented 9 years ago

Closed as I think we're done with the big stuff. Open issues for any enhancements or bugs.