templates/about/mentor.html
changeset 218 59107ce0a618
parent 185 f65e62255e47
equal deleted inserted replaced
217:307f699e6102 218:59107ce0a618
     1 {% extends 'base.html' %}
     1 {% extends 'base.html' %}
     2 {% block title %}
     2 {% block title %}
     3     PyTasks - About - Mentor
     3     PyTasks - About - Reviewer
     4 {% endblock %}
     4 {% endblock %}
     5 {% block content %}
     5 {% block content %}
     6     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 
     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 
     7     other <sup><a href="/about/addmentors/" target="_blank">learn more</a></sup> users also to mentor the task.
     7     other <sup><a href="/about/addreviewers/" target="_blank">learn more</a></sup> users also to reviewer the task.
     8     Mentor is a person who mentors the task.  Mentor has all the rights over the task.<br />
     8     Reviewer is a person who reviewers the task.  Reviewer has all the rights over the task.<br />
     9     
     9     
    10     <ul>
    10     <ul>
    11     <li>Mentor can view the task even if it is unpublished.</li>
    11     <li>Reviewer can view the task even if it is unpublished.</li>
    12     <li>Mentor can edit the task when it is in unpublished state.</li>
    12     <li>Reviewer can edit the task when it is in unpublished state.</li>
    13     <li>Mentor can add/remove subtasks/dependencies to a task.</li>
    13     <li>Reviewer can add/remove subtasks/dependencies to a task.</li>
    14     <li>Mentor decides whom to assign the task (choose from claimed users).</li>
    14     <li>Reviewer decides whom to assign the task (choose from claimed users).</li>
    15     <li>Mentor also has the rights to remove a working user from a task.</li>
    15     <li>Reviewer also has the rights to remove a working user from a task.</li>
    16     <li>Mentor requests assigning of pynts to users/mentors for the task.</li>
    16     <li>Reviewer requests assigning of pynts to users/reviewers for the task.</li>
    17     <li>Mentor has the rights to close a task or mark the task as complete.</li>
    17     <li>Reviewer has the rights to close a task or mark the task as complete.</li>
    18     <li>Publishing/Deleting an unpublished task is a special right available only to the creator of the task.</li>
    18     <li>Publishing/Deleting an unpublished task is a special right available only to the creator of the task.</li>
    19     </ul>
    19     </ul>
    20     <a href="/about/tasklife/" target="_blank">click here</a> to know the complete life cycle of a task.
    20     <a href="/about/tasklife/" target="_blank">click here</a> to know the complete life cycle of a task.
    21 {% endblock %}
    21 {% endblock %}