author | nishanth |
Wed, 03 Mar 2010 11:19:42 +0530 | |
changeset 191 | 3bfe70742aa8 |
parent 186 | c083ebb6f8d7 |
child 218 | 59107ce0a618 |
permissions | -rw-r--r-- |
186
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
1 |
{% extends 'base.html' %} |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
2 |
{% block title %} |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
3 |
PyTasks - About - Request |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
4 |
{% endblock %} |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
5 |
{% block content %} |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
6 |
Request is a request made by a user, requesting you to become someone else. It can also be request of assigning pynts to a user |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
7 |
for a task ( goes to all the admins only ). |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
8 |
You can accept or reject a request. You can also provide optional remarks when rejecting. When you respond to a request, it is |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
9 |
automatically removed from your requests and you will be redirected to browse requests page. |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
10 |
Redundant requests are automatically removed.<br /><br /> |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
11 |
The following can be redundant requests. |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
12 |
<ul> |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
13 |
<li>You are requested to act as a mentor and the task is published or deleted or closed or completed</li> |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
14 |
<li>There are requests for assigning pynts to a user for a task and the task is closed or completed</li> |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
15 |
<li>There are requests for assigning pynts to a user and the user is removed from the working users of the task</li> |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
16 |
</ul> |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
17 |
These redundant requests when removed, a notification is sent to the requested user. |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
18 |
<ul> |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
19 |
<li>You accept a request to act as mentor for a task and there are similar requests </li> |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
20 |
<li>You accept a request to act as an admin and there are similar or less privileged requests ("Manager", "Developer")</li> |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
21 |
<li>You accept a request to act as a manager and there are similar or less privileged requests ("Developer")</li> |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
22 |
<li>You accept a request to act as a developer and there are similar requests</li> |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
23 |
</ul> |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
24 |
|
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
25 |
{% endblock %} |