templates/about/request.html
author Nishanth Amuluru <nishanth@fossee.in>
Thu, 06 Jan 2011 11:54:57 +0530
changeset 225 042dabb73a22
parent 218 59107ce0a618
permissions -rw-r--r--
the report page now displays url of the uploaded attachment

{% extends 'base.html' %}
{% block title %}
    PyTasks - About - Request
{% endblock %}
{% block content %}
    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
    for a task ( goes to all the admins only ).
    You can accept or reject a request. You can also provide optional remarks when rejecting. When you respond to a request, it is 
    automatically removed from your requests and you will be redirected to browse requests page.
    Redundant requests are automatically removed.<br /><br />
    The following can be redundant requests.
    <ul>
    <li>You are requested to act as a reviewer and the task is published or deleted or closed or completed</li>
    <li>There are requests for assigning pynts to a user for a task and the task is closed or completed</li>
    <li>There are requests for assigning pynts to a user and the user is removed from the working users of the task</li>
    </ul>
    These redundant requests when removed, a notification is sent to the requested user.
    <ul>
    <li>You accept a request to act as reviewer for a task and there are similar requests </li>
    <li>You accept a request to act as an admin and there are similar or less privileged requests ("Manager", "Developer")</li>
    <li>You accept a request to act as a manager and there are similar or less privileged requests ("Developer")</li>
    <li>You accept a request to act as a developer and there are similar requests</li>
    </ul>
    
{% endblock %}