Project

General

Profile

PluginBasicPolls » History » Version 3

Victor Dulepov, 2010-05-21 14:32

1 1 Victor Dulepov
h1. Basic Polls plugin 
2
3
h2. Features
4
5
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:
6
7
*  *@{{poll(id)}}@* - show poll;
8
*  *@{{poll_result(id)}}@* - show detailed poll results;
9
10
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_.
11
Deleting a poll option already voted for by some users deletes their votes.
12
 
13
Permissions added: _Edit polls_, _Vote polls_.
14
15 3 Victor Dulepov
Requires [[PluginBlocksLayout|Blocks Layout] plugin to run.
16
17 1 Victor Dulepov
h2. Compatibility
18
19
|_. Plugin Version|_. Redmine compatibility|
20
|0.0.1|0.9.4|
21
22
h2. Credits
23
24
* Author: "_Pavel Vinokurov_":mailto:vinokurov@axmor.com
25
* Inspired by "Confluence Survey plugin":https://plugins.atlassian.com/plugin/details/195
26
* Work sponsored by "Axmor Software":http://www.axmor.com
27
28
h2. Screenshots
29 2 Victor Dulepov
30
h3. Poll and poll results in WIKI:
31
!polls_in_wiki.png!
32
33
h3. Poll in issue description:
34
!poll_in_issue_description.png!
35
36
h3. Polls listing:
37
!polls_list.png!
38
39
h3. Editing a poll:
40
!polls_edit_poll.png!
41
42
h3. Editing a poll option:
43
!polls_edit_choice.png !