author | Nishanth Amuluru <nishanth@fossee.in> |
Wed, 05 Jan 2011 22:22:10 +0530 | |
changeset 218 | 59107ce0a618 |
parent 185 | f65e62255e47 |
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 - Add Reviewers |
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 %} |
71888e23f323
created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff
changeset
|
6 |
|
218
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
7 |
A Reviewer <sup><a href="/about/reviewer/" target="_blank">learn more</a></sup> |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
8 |
of the task can request other users to reviewer the task by clicking the link "Add more reviewers" available on the task page. |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
9 |
A request will be sent to the user. If a user has claimed the task or is working on the task, he cannot be requested to be a reviewer. |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
10 |
If the requested user accepts the request, he will also become the reviewer of the task.<br /><br /> |
185 | 11 |
|
218
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
12 |
Since reviewers can view unpublished tasks, reviewers can be requested to view, edit and comment upon unpublished tasks. |
185 | 13 |
They can also add or remove subtasks/dependencies in unpublished state. Thereby, the creator of task can fix on the task. |
14 |
Publishing/Deleting of an unpublished task is available only to the creator of the task.<br /><br /> |
|
127
71888e23f323
created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff
changeset
|
15 |
|
218
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
16 |
Users can also be requested to reviewer an published task. If the user accepts the request, he also becomes the reviewer of the task. |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
17 |
In this case, the reviewer is equivalent to the creator of the task. He can select/remove users; request pynts; close/complete the task. |
185 | 18 |
He will have complete control over the task.<br /><br /> |
19 |
||
218
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
20 |
If a reviewer requests a user to act as a reviewer, he cannot make the same request to the same user again untill the previous one is |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
21 |
rejected. However, another reviewer in the task can request the same user to be a reviewer, unless there is already a similar request to the user |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
185
diff
changeset
|
22 |
from this reviewer also. |
140 | 23 |
|
127
71888e23f323
created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff
changeset
|
24 |
{% endblock %} |