Project

General

Profile

PluginBasicPolls » History » Version 2

Victor Dulepov, 2010-05-21 12:31

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
h2. Compatibility
16
17
|_. Plugin Version|_. Redmine compatibility|
18
|0.0.1|0.9.4|
19
20
h2. Credits
21
22
* Author: "_Pavel Vinokurov_":mailto:vinokurov@axmor.com
23
* Inspired by "Confluence Survey plugin":https://plugins.atlassian.com/plugin/details/195
24
* Work sponsored by "Axmor Software":http://www.axmor.com
25
26
h2. Screenshots
27 2 Victor Dulepov
28
h3. Poll and poll results in WIKI:
29
!polls_in_wiki.png!
30
31
h3. Poll in issue description:
32
!poll_in_issue_description.png!
33
34
h3. Polls listing:
35
!polls_list.png!
36
37
h3. Editing a poll:
38
!polls_edit_poll.png!
39
40
h3. Editing a poll option:
41
!polls_edit_choice.png !