diff --git a/docs/ManageTasks.rst b/docs/ManageTasks.rst index 6155e27e..b542495e 100644 --- a/docs/ManageTasks.rst +++ b/docs/ManageTasks.rst @@ -48,31 +48,44 @@ My Tasks TASKS tab is where you can find the tasks assigned to you and tasks where you are set as coworker. -The list of my tasks could be displayed in two views: List or Cards. +The list of my tasks could be displayed in a LIST view. |NewTask00| The LIST view displays in a list form the tasks I created either in a project or not, my assigned tasks and those I am set as coworker. -|NewTask01| - -CARDS view of my tasks displays the same tasks in a different view. Each task is represented by a card. - -Both views, i.e. list and cards display the same details: +These details are shown for each task: - Task's title -- Task's ID -- Task's project if it belongs to a project, otherwise display the label 'No project' -- The avatars of participants to the project i.e. the assignee and coworkers if they exist -- The number of associated labels if they exist otherwise, display the label 'No label' -- The number of comments and attachments -- The task's status in its project, otherwise display the label 'No status' -- The task's due date if it is set, otherwise display the label 'No due date' +- Task's project if it belongs to a project, otherwise nothing is displayed +- The avatars of participants to the task i.e. the assignee and coworkers if they exist +- The associated label or the number of assiciated labels and they appears in a popup on hover |NewTask01| +- The number of comments if they exist +- The task's status in its project, otherwise display nothing +- The task's due date if it is set, otherwise display nothing When a task has many coworkers, you just need to click on the +x label over the avatar to open a drawer with the whole list of assignee and coworkers. |NewTask05| +.. note:: In mobile devices, tasks appear in CARDs forms + + |NewTask17| + + +.. _PrimaryFilterstaskstab: + +Primary filters in TASKS tab +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +To facilitate and make smooth your work in TASKS tab, a primary filter is introduced allowing you to filter tasks assigned to you or where you are set as a coworker +or overdue ones or those which overdue today or tomorrow. + + +|NewTask18| + +.. tip:: Primary filter is cumulated with other filters i.e. when you first select a primary filter and then want to more refine search results, you can do it with the + :ref:`filter button ` or the :ref:`filter field `. .. _Myprojects: @@ -1288,7 +1301,7 @@ it on your own. .. |image82| image:: images/taskmanagement/edit_status.png .. |image83| image:: images/taskmanagement/delete_status.png .. |NewTask00| image:: images/NewTask/TasksList.png -.. |NewTask01| image:: images/NewTask/TasksCARDS.png +.. |NewTask01| image:: images/NewTask/LabelsOnHOver.png .. |NewTask02| image:: images/NewTask/ProejctCARDS.png .. |NewTask03| image:: images/NewTask/piechart.png .. |NewTask04| image:: images/NewTask/AddProjectdrawer.png @@ -1304,3 +1317,5 @@ it on your own. .. |NewTask14| image:: images/NewTask/FinishTaskList.png .. |NewTask15| image:: images/NewTask/GroupSort.png .. |NewTask16| image:: images/NewTask/LabelsTab.png +.. |NewTask17| image:: images/NewTask/mobileTASKS.png +.. |NewTask18| image:: images/NewTask/PrimaryFiltersTasks.png diff --git a/docs/images/NewTask/LabelsOnHOver.png b/docs/images/NewTask/LabelsOnHOver.png new file mode 100644 index 00000000..d702c806 Binary files /dev/null and b/docs/images/NewTask/LabelsOnHOver.png differ diff --git a/docs/images/NewTask/ManyCoworkersDrawer.png b/docs/images/NewTask/ManyCoworkersDrawer.png index 66d43dcb..b682808d 100644 Binary files a/docs/images/NewTask/ManyCoworkersDrawer.png and b/docs/images/NewTask/ManyCoworkersDrawer.png differ diff --git a/docs/images/NewTask/PrimaryFiltersTasks.png b/docs/images/NewTask/PrimaryFiltersTasks.png new file mode 100644 index 00000000..dfa112ca Binary files /dev/null and b/docs/images/NewTask/PrimaryFiltersTasks.png differ diff --git a/docs/images/NewTask/ProejctCARDS.png b/docs/images/NewTask/ProejctCARDS.png index bdc39b1e..100bacd4 100644 Binary files a/docs/images/NewTask/ProejctCARDS.png and b/docs/images/NewTask/ProejctCARDS.png differ diff --git a/docs/images/NewTask/TasksCARDS.png b/docs/images/NewTask/TasksCARDS.png deleted file mode 100644 index 72ece670..00000000 Binary files a/docs/images/NewTask/TasksCARDS.png and /dev/null differ diff --git a/docs/images/NewTask/TasksList.png b/docs/images/NewTask/TasksList.png index 5945be81..c160cf06 100644 Binary files a/docs/images/NewTask/TasksList.png and b/docs/images/NewTask/TasksList.png differ diff --git a/docs/images/NewTask/mobileTASKS.png b/docs/images/NewTask/mobileTASKS.png new file mode 100644 index 00000000..ceca53d1 Binary files /dev/null and b/docs/images/NewTask/mobileTASKS.png differ