equal
deleted
inserted
replaced
1 {% extends 'base.html' %} |
|
2 {% block title %} |
|
3 PyTasks - About - Request |
|
4 {% endblock %} |
|
5 {% block content %} |
|
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 |
|
7 for a task ( goes to all the admins only ). |
|
8 You can accept or reject a request. You can also provide optional remarks when rejecting. When you respond to a request, it is |
|
9 automatically removed from your requests and you will be redirected to browse requests page. |
|
10 Redundant requests are automatically removed.<br /><br /> |
|
11 The following can be redundant requests. |
|
12 <ul> |
|
13 <li>You are requested to act as a mentor and the task is published or deleted or closed or completed</li> |
|
14 <li>There are requests for assigning pynts to a user for a task and the task is closed or completed</li> |
|
15 <li>There are requests for assigning pynts to a user and the user is removed from the working users of the task</li> |
|
16 </ul> |
|
17 These redundant requests when removed, a notification is sent to the requested user. |
|
18 <ul> |
|
19 <li>You accept a request to act as mentor for a task and there are similar requests </li> |
|
20 <li>You accept a request to act as an admin and there are similar or less privileged requests ("Manager", "Developer")</li> |
|
21 <li>You accept a request to act as a manager and there are similar or less privileged requests ("Developer")</li> |
|
22 <li>You accept a request to act as a developer and there are similar requests</li> |
|
23 </ul> |
|
24 |
|
25 {% endblock %} |
|