templates/about/task.html
author nishanth
Wed, 03 Mar 2010 04:08:15 +0530
changeset 185 f65e62255e47
child 218 59107ce0a618
permissions -rw-r--r--
added a few more learn more pages.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
185
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     2
{% block title %}
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     3
    PyTasks - About - Task
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     4
{% endblock %}
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     5
{% block content %}
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     6
    A task is an entity that people can work on and get pynts for their work. Every task has credits which are given to
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     7
    users working on the task. A task is created by a privileged user and he becomes a 
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     8
    mentor <sup><a href="/about/mentor/" target="_blank">learn more</a></sup> for the task. 
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     9
    The task if open, can be claimed by other users if they would like to work on the task.<br /><br />
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    10
    
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    11
    The task can be claimed by submitting a proposal in the view claims page. The link to view claims page is available on the task page. 
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    12
    By claiming the task, you are actually proposing that you would like to do the task and hence the mentor of the task will 
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    13
    be given an option to choose you for the task. A user can only submit one claim per task. But if a user is assigned a task
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    14
     and for some reason, is removed from the task later on, he can submit a second claim requesting to continue working on the task.<br /><br />
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    15
    
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    16
    A task can also have subtasks and dependencies.
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    17
    The task can only be calimed when it is open for people to work on. If the link is unavailable it implies that the task is locked 
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    18
    since it has subtasks or it has dependencies that are not complete or the task is closed or the task is complete.<br /><br />
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    19
    
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    20
    <a href="/about/tasklife/" target="_blank">click here</a> to know the complete life cycle of a task.
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    21
    
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    22
{% endblock %}