templates/about/mentor.html
author nishanth
Thu, 04 Mar 2010 19:08:47 +0530
changeset 205 0c317f68df49
parent 185 f65e62255e47
child 218 59107ce0a618
permissions -rw-r--r--
ditchaxed the claims model.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 %}
185
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
     3
    PyTasks - About - Mentor
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 %}
185
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
     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 
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
     7
    other <sup><a href="/about/addmentors/" target="_blank">learn more</a></sup> users also to mentor the task.
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
     8
    Mentor is a person who mentors the task.  Mentor has all the rights over the task.<br />
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
     9
    
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
    10
    <ul>
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
    11
    <li>Mentor can view the task even if it is unpublished.</li>
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
    12
    <li>Mentor can edit the task when it is in unpublished state.</li>
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
    13
    <li>Mentor can add/remove subtasks/dependencies to a task.</li>
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
    14
    <li>Mentor decides whom to assign the task (choose from claimed users).</li>
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
    15
    <li>Mentor also has the rights to remove a working user from a task.</li>
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
    16
    <li>Mentor requests assigning of pynts to users/mentors for the task.</li>
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
    17
    <li>Mentor has the rights to close a task or mark the task as complete.</li>
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
    18
    <li>Publishing/Deleting an unpublished task is a special right available only to the creator of the task.</li>
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
    19
    </ul>
f65e62255e47 added a few more learn more pages.
nishanth
parents: 163
diff changeset
    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 %}