49 | | * All members can vote on the number of points a task is worth (0-5). The value of the task is the average of those votes. If there are no votes, a task gets 1 point. |
50 | | * Tasks are often assigned value by the person who creates them. I think that's a good way to establish not just their difficulty but also their priority level. Additionally, it would be nice if the person who completes the task also indicates the amount of time they put into that task. Both factors could be recorded to create more useful information about community members and their contributions. |
51 | | * When a task is completed, the member that the task is assigned to gets the average value of their votes (although their own vote is ignored) |
| 49 | * All contributors can vote on the number of points a task is worth (0-5). The value of the task is the average of those votes. If there are no votes, a task gets 1 point. |
| 50 | * Tasks are often assigned value by the person who creates them. I think that's a good way to establish not just their difficulty but also their priority level. Additionally, it would be nice if the person who completes the task also indicates the amount of time they put into that task. Both factors could be recorded to create more useful information about community contributors and their contributions. |
| 51 | * When a task is completed, the contributors that the task is assigned to gets the average value of their votes (although their own vote is ignored) |
| 123 | |
| 124 | ==== Report a Bug ==== |
| 125 | |
| 126 | === Users === |
| 127 | ==== Public ==== |
| 128 | All users will be able to do the following (whether or not they are logged in): |
| 129 | * View All Information |
| 130 | * Add a Task / Bug Report |
| 131 | |
| 132 | ==== Contributors ==== |
| 133 | Any person who has registered in and had their account approved by an admin will be able to edit: |
| 134 | * Projects |
| 135 | * Tasks |
| 136 | * Deployments |
| 137 | * Their own profile information |
| 138 | |
| 139 | ==== Peer Organisation ==== |
| 140 | Any person who has registered as a part of an organization and had their account approved by an admin from the organisation will be able to edit: |
| 141 | * Projects |
| 142 | * Tasks |
| 143 | * Deployments |
| 144 | * Their own Profile Information |
| 145 | * Their Organisation Profile |
| 146 | |
| 147 | ==== Admin ==== |
| 148 | Admins will be able to do everything |