templates/about/addmentors.html
author nishanth
Wed, 03 Mar 2010 04:08:15 +0530
changeset 185 f65e62255e47
parent 140 7bdcbb4f2c27
child 218 59107ce0a618
permissions -rw-r--r--
added a few more learn more pages.
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: 140
diff changeset
     3
    PyTasks - About - Add Mentors
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
     
185
f65e62255e47 added a few more learn more pages.
nishanth
parents: 140
diff changeset
     7
    A Mentor <sup><a href="/about/mentor/" target="_blank">learn more</a></sup>
127
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     8
    of the task can request other users to mentor the task by clicking the link "Add more mentors" available on the task page.
185
f65e62255e47 added a few more learn more pages.
nishanth
parents: 140
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 mentor.
f65e62255e47 added a few more learn more pages.
nishanth
parents: 140
diff changeset
    10
    If the requested user accepts the request, he will also become the mentor of the task.<br /><br />
f65e62255e47 added a few more learn more pages.
nishanth
parents: 140
diff changeset
    11
    
f65e62255e47 added a few more learn more pages.
nishanth
parents: 140
diff changeset
    12
    Since mentors can view unpublished tasks, mentors can be requested to view, edit and comment upon unpublished tasks.
f65e62255e47 added a few more learn more pages.
nishanth
parents: 140
diff changeset
    13
    They can also add or remove subtasks/dependencies in unpublished state. Thereby, the creator of task can fix on the task.
f65e62255e47 added a few more learn more pages.
nishanth
parents: 140
diff changeset
    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
    
185
f65e62255e47 added a few more learn more pages.
nishanth
parents: 140
diff changeset
    16
    Users can also be requested to mentor an published task. If the user accepts the request, he also becomes the mentor of the task.
f65e62255e47 added a few more learn more pages.
nishanth
parents: 140
diff changeset
    17
    In this case, the mentor is equivalent to the creator of the task. He can select/remove users; request pynts; close/complete the task.
f65e62255e47 added a few more learn more pages.
nishanth
parents: 140
diff changeset
    18
    He will have complete control over the task.<br /><br />
f65e62255e47 added a few more learn more pages.
nishanth
parents: 140
diff changeset
    19
    
f65e62255e47 added a few more learn more pages.
nishanth
parents: 140
diff changeset
    20
    If a mentor requests a user to act as a mentor, he cannot make the same request to the same user again untill the previous one is 
f65e62255e47 added a few more learn more pages.
nishanth
parents: 140
diff changeset
    21
    rejected. However, another mentor in the task can request the same user to be a mentor, unless there is already a similar request to the user
f65e62255e47 added a few more learn more pages.
nishanth
parents: 140
diff changeset
    22
    from this mentor also.
140
7bdcbb4f2c27 now learn more pages open in a new window.
nishanth
parents: 127
diff changeset
    23
127
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
    24
{% endblock %}