I want to make a poll system into my website like http://dilemmaplugin.com/
, this is what I want but is just for Wordpress...
I don't know if there is some plugin for Symfony2, I've searched but nothing... So I would like to ask you a walkthrough about how to make it, using caché/ip for not voting twice... This is where I'm lost, the vote is basic, I think:
Database would be like
id question option_a option_b
1 PS4 or Xbox One? 1523 1102
So if you press the two buttons, option fields will do +1, easy as ABC, but what about the caché/ip preventing duplicate votes?
I was also thinking about making some carousel div that contains random votes when you press next
but that can be done via Json I think, just querying the DB with Ajax...
Thank you