templates/about/addmentors.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 - Add Mentors
     3     PyTasks - About - Add Reviewers
     4 {% endblock %}
     4 {% endblock %}
     5 {% block content %}
     5 {% block content %}
     6      
     6      
     7     A Mentor <sup><a href="/about/mentor/" target="_blank">learn more</a></sup>
     7     A Reviewer <sup><a href="/about/reviewer/" target="_blank">learn more</a></sup>
     8     of the task can request other users to mentor the task by clicking the link "Add more mentors" available on the task page.
     8     of the task can request other users to reviewer the task by clicking the link "Add more reviewers" available on the task page.
     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.
     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.
    10     If the requested user accepts the request, he will also become the mentor of the task.<br /><br />
    10     If the requested user accepts the request, he will also become the reviewer of the task.<br /><br />
    11     
    11     
    12     Since mentors can view unpublished tasks, mentors can be requested to view, edit and comment upon unpublished tasks.
    12     Since reviewers can view unpublished tasks, reviewers can be requested to view, edit and comment upon unpublished tasks.
    13     They can also add or remove subtasks/dependencies in unpublished state. Thereby, the creator of task can fix on the task.
    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 />
    14     Publishing/Deleting of an unpublished task is available only to the creator of the task.<br /><br />
    15     
    15     
    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.
    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.
    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.
    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.
    18     He will have complete control over the task.<br /><br />
    18     He will have complete control over the task.<br /><br />
    19     
    19     
    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 
    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 
    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
    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
    22     from this mentor also.
    22     from this reviewer also.
    23 
    23 
    24 {% endblock %}
    24 {% endblock %}