I m tasked to create (or better yet incorporate if available) a thumbs up / thumbs down widget that will display the percentage of people who have voted for a particular item.
Logic wise it would be fairly simple, users can vote on a node, a thumbs up adds 1 to the total vote score and total votes. A thumb down adds 0 to total vote score and 1 to total votes. I take the value of total votes divided by total vote score and express as a percentage.
I would ideally like to be able to sort the nodes (that are rated) by total votes and best percentage of thumbs up.
Is there a module out there that has this sort of functionality or is my best bet to roll my own and utilize the voting api?
Any suggestions are appriciated on how you think the project should be attacked.
Read »








