Closed (fixed)
Project:
Decisions
Version:
6.x-1.x-dev
Component:
Code - Base Decisions module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2010 at 18:52 UTC
Updated:
20 Apr 2011 at 21:01 UTC
Similar than the "Show individual votes" checkbox on the node's "Decision settings" there should be an option to display WHO has voted (but not what each person voted for), along with the absolute number (eg. 15 out of 100 eligible voters) and relative percentage (eg. 15 % of eligible voters), as known from real-life political elections that everybody knows.
Comments
Comment #1
bryancasler commentedI could very much use this, what would it take to get the ball rolling on this request?
Comment #2
anarcat commentedSimply put, we need a patch here.
Comment #3
bryancasler commentedHi anarcat, The non-profit I work for is interested in sponsoring this. Since you're the maintainer I'd like to offer this work to you first. If you are not available for the work I'd appreciate it if you could suggest someone else who is familiar with the module.
Comment #4
anarcat commentedHi!
I'll reply to both requests at the same time with a short: yes of course! :) As I answered through email, Koumbit is available to answer your needs if your so require. Have you received that email? Otherwise we can continue the conversation personnally.
Comment #5
bryancasler commentedLets continue this conversation via email. If my org ends up sponsoring this we'll post the results.
Comment #6
btmash commentedI wrote out a small modification that appends whether the user has voted or not to the electoral list page. This was around line 445 (look for
while ($voter = db_fetch_object($result)) {- I am writing out the whole portion.Comment #7
roball commentedSeems to look good. I think if you attach this as a patch against the current CVS version, then the maintainers might commit it, so this feature would be officially available.
Comment #8
mvcThis looks like a good start, although a patch would also need to include the ability to turn this display on or off.
Comment #9
btmash commentedSeems like this made it into decisions 1.7. Marking as fixed.