diff -r 307f699e6102 -r 59107ce0a618 templates/about/mentor.html
--- a/templates/about/mentor.html Wed Jan 05 18:52:48 2011 +0530
+++ b/templates/about/mentor.html Wed Jan 05 22:22:10 2011 +0530
@@ -1,20 +1,20 @@
{% extends 'base.html' %}
{% block title %}
- PyTasks - About - Mentor
+ PyTasks - About - Reviewer
{% endblock %}
{% block content %}
- Mentoring is a right specific to the task. The user who creates a task will become the mentor for the task. A Mentor can request
- other learn more users also to mentor the task.
- Mentor is a person who mentors the task. Mentor has all the rights over the task.
+ 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
+ other learn more users also to reviewer the task.
+ Reviewer is a person who reviewers the task. Reviewer has all the rights over the task.
- - Mentor can view the task even if it is unpublished.
- - Mentor can edit the task when it is in unpublished state.
- - Mentor can add/remove subtasks/dependencies to a task.
- - Mentor decides whom to assign the task (choose from claimed users).
- - Mentor also has the rights to remove a working user from a task.
- - Mentor requests assigning of pynts to users/mentors for the task.
- - Mentor has the rights to close a task or mark the task as complete.
+ - Reviewer can view the task even if it is unpublished.
+ - Reviewer can edit the task when it is in unpublished state.
+ - Reviewer can add/remove subtasks/dependencies to a task.
+ - Reviewer decides whom to assign the task (choose from claimed users).
+ - Reviewer also has the rights to remove a working user from a task.
+ - Reviewer requests assigning of pynts to users/reviewers for the task.
+ - Reviewer has the rights to close a task or mark the task as complete.
- Publishing/Deleting an unpublished task is a special right available only to the creator of the task.
click here to know the complete life cycle of a task.