Project

General

Profile

PluginBasicPolls » History » Revision 6

Revision 5 (Felix Schäfer, 2010-05-21 14:41) → Revision 6/15 (Victor Dulepov, 2010-05-24 14:31)

h1. Basic Polls plugin  

 h2. Features 

 Adds basic polls management to Redmine (the *Polls* tab at the project level). Create and edit polls and poll choices. Insert the resulting polls and poll results as Wiki macros: 

 *    *@{{poll(id)}}@* - show poll; 
 *    *@{{poll_result(id)}}@* - show detailed poll results; 

 Polls not yet voted by the current user are shown on Home (all projects) and on project's Overview in a box similar to _Latest News_. 
 Deleting a poll option already voted for by some users deletes their votes. 
 
 Permissions added: _Edit polls_, _Vote polls_. 

 Requires [[PluginBlocksLayout|Blocks Layout]] plugin to run. 

 h2. Compatibility 

 |_. Plugin Version|_. Redmine compatibility| 
 |0.0.1|0.9.4| 

 Requires [[PluginBlocksLayout|Blocks Layout]] plugin to run. 

 h2. Credits 

 * Author: "_Pavel Vinokurov_":mailto:vinokurov@axmor.com 
 * Inspired by "Confluence Survey plugin":https://plugins.atlassian.com/plugin/details/195 
 * Work sponsored by "Axmor Software":http://www.axmor.com 

 h2. Screenshots 

 h3. Poll and poll results in WIKI: 

 !polls_in_wiki.png! 

 h3. Poll in issue description: 

 !poll_in_issue_description.png! 

 h3. Polls listing: 

 !polls_list.png! 

 h3. Editing a poll: 

 !polls_edit_poll.png! 

 h3. Editing a poll option: 

 !polls_edit_choice.png !