author | Madhusudan.C.S <madhusudancs@gmail.com> |
Fri, 14 Jan 2011 00:57:39 +0530 | |
changeset 235 | e338eaeccad7 |
parent 218 | 59107ce0a618 |
permissions | -rw-r--r-- |
127
71888e23f323
created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff
changeset
|
1 |
{% extends 'base.html' %} |
71888e23f323
created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff
changeset
|
2 |
{% block title %} |
218
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
3 |
PyTasks - About - Reviewer |
127
71888e23f323
created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff
changeset
|
4 |
{% endblock %} |
71888e23f323
created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff
changeset
|
5 |
{% block content %} |
218
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
6 |
Reviewering is a right specific to the task. The user who creates a task will become the reviewer for the task. A Reviewer can request |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
7 |
other <sup><a href="/about/addreviewers/" target="_blank">learn more</a></sup> users also to reviewer the task. |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
8 |
Reviewer is a person who reviewers the task. Reviewer has all the rights over the task.<br /> |
185 | 9 |
|
10 |
<ul> |
|
218
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
11 |
<li>Reviewer can view the task even if it is unpublished.</li> |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
12 |
<li>Reviewer can edit the task when it is in unpublished state.</li> |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
13 |
<li>Reviewer can add/remove subtasks/dependencies to a task.</li> |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
14 |
<li>Reviewer decides whom to assign the task (choose from claimed users).</li> |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
15 |
<li>Reviewer also has the rights to remove a working user from a task.</li> |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
16 |
<li>Reviewer requests assigning of pynts to users/reviewers for the task.</li> |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
17 |
<li>Reviewer has the rights to close a task or mark the task as complete.</li> |
185 | 18 |
<li>Publishing/Deleting an unpublished task is a special right available only to the creator of the task.</li> |
19 |
</ul> |
|
20 |
<a href="/about/tasklife/" target="_blank">click here</a> to know the complete life cycle of a task. |
|
127
71888e23f323
created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff
changeset
|
21 |
{% endblock %} |