From: Verdon V. <ve...@us...> - 2009-02-19 23:17:22
|
Update of /cvsroot/phpwebsite-comm/modules/elections/docs In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19786/docs Added Files: README TODO Log Message: prep for 2.0.0 --- NEW FILE: README --- <p>This is the first release of elections for the new 1.x series phpwebsite. </p> <p>Elections is a module that allows you to run one or more elections (ballots). A ballot may have a title, a description, an image, and any number of candidates. Ballots may be set to be public viewable (or not), public may vote (or not), min and max selections settings, and many other options. Ballots may also be set to allow ranking of candidates (assign points to candidates).</p> <p>Candidates may have a title, description and image, as well as up to four optional custom fields.</p> <p>Although voting is logged, only the fact that a vote was cast is logged. All voting is secret. At this time, a recorded vote is not supported.<p> <p>There are many options, settings and reports. Please explore.</p> --- NEW FILE: TODO --- what about deleting related pics from FC when deleting candidate? think about if I should be checking canvote for each candidate or if I should just once for the ballot i.e. will I ever need to know at a candidate level when not looking at a ballot further test ALL can vote case tests think about including custom fields in results export, is it possible, is it needed messages not returning when purging logs do js tests around js calls and provide non-js options (in view/post ballot) |