diff --git a/project_task_deadline_from_project/README.rst b/project_task_deadline_from_project/README.rst index 1df518ed..55a22738 100644 --- a/project_task_deadline_from_project/README.rst +++ b/project_task_deadline_from_project/README.rst @@ -2,8 +2,19 @@ Project Task Deadline From Project ================================== This module automatically sets the deadline on a task from the project's deadline. +As a project manager, I set a deadline date on the project form view + +.. image:: static/description/deadline_date.png + + +When a task is created on the project, deadline date will automatically set tfrom the project's deadline. + +.. image:: static/description/deadline_task.png + When changing the task from one project to another, the deadline is automatically changed. +.. image:: static/description/new_project_deadline.png + If the destination project has no deadline, then, the deadline on the task is emptied. The deadline on a task can always be changed manually. diff --git a/project_task_deadline_from_project/static/description/deadline_date.png b/project_task_deadline_from_project/static/description/deadline_date.png new file mode 100644 index 00000000..c968ba8b Binary files /dev/null and b/project_task_deadline_from_project/static/description/deadline_date.png differ diff --git a/project_task_deadline_from_project/static/description/deadline_task.png b/project_task_deadline_from_project/static/description/deadline_task.png new file mode 100644 index 00000000..2cf65ba4 Binary files /dev/null and b/project_task_deadline_from_project/static/description/deadline_task.png differ diff --git a/project_task_deadline_from_project/static/description/new_project_deadline.png b/project_task_deadline_from_project/static/description/new_project_deadline.png new file mode 100644 index 00000000..b13f2012 Binary files /dev/null and b/project_task_deadline_from_project/static/description/new_project_deadline.png differ