Closed marckunze closed 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
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.
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.
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.
Same as the other main pages. Are we ok to close, or are we missing issues?
Closed as I think we're done with the big stuff. Open issues for any enhancements or bugs.
Back end to #26 results page, given poll parameters and proper access (user or link) respond with results page data for poll in question.