diff -r 8ca20bacc78e -r f65e62255e47 templates/about/addmentors.html --- a/templates/about/addmentors.html Tue Mar 02 22:50:17 2010 +0530 +++ b/templates/about/addmentors.html Wed Mar 03 04:08:15 2010 +0530 @@ -1,12 +1,24 @@ {% extends 'base.html' %} {% block title %} - {{task.title}} + PyTasks - About - Add Mentors {% endblock %} {% block content %} - A Mentorlearn more + A Mentor learn more of the task can request other users to mentor the task by clicking the link "Add more mentors" available on the task page. - A request will be sent to the user and he will also become the mentor of the task if he accepts it.
+ 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. + If the requested user accepts the request, he will also become the mentor of the task.

+ + Since mentors can view unpublished tasks, mentors can be requested to view, edit and comment upon unpublished tasks. + They can also add or remove subtasks/dependencies in unpublished state. Thereby, the creator of task can fix on the task. + Publishing/Deleting of an unpublished task is available only to the creator of the task.

+ Users can also be requested to mentor an published task. If the user accepts the request, he also becomes the mentor of the task. + In this case, the mentor is equivalent to the creator of the task. He can select/remove users; request pynts; close/complete the task. + He will have complete control over the task.

+ + 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 + 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 + from this mentor also. {% endblock %}