diff --git a/website/docs/artist_task_progress_page.mdx b/website/docs/artist_task_progress_page.mdx new file mode 100644 index 00000000..b49c78a1 --- /dev/null +++ b/website/docs/artist_task_progress_page.mdx @@ -0,0 +1,49 @@ +--- +id: artist_task_progress_page +title: Task Progress Page +sidebar_label: Task Progress Page +--- + +:::info +The Task Progress page was introduced in `1.4.0`. +::: + +![Tasks for three folders](./assets/task_progress/task_progress_overview.png) + +### Overview + +The Task Progress page provides a clear overview of the status of all tasks within a project. + +It’s an ideal tool for assessing the overall progress of the entire project or focusing on specific areas. The page also allows for full task editing, with emphasis on updating task statuses and reassigning team members. + +### Focused On + +- Getting an overall feel of progression +- Managing statuses of many tasks +- Assigning users to tasks + +import showcase from "./assets/task_progress/task_progress_showcase_v002_min.mp4"; + + + +### Management + +To update a task's status or assignees, first select the task cell, then click on the left or middle section. + +![Editing the assignees of a task](./assets/task_progress/task_progress_editing.png) + +:::tip +When selecting multiple tasks and adding or removing a user, the original assignees for each task will be updated to include or exclude that user. For example, adding "John" to tasks will keep the current assignees intact while adding "John" to each task. +::: + +### Details + +For more details or additional changes to a task, open the details panel by double-clicking on the task. + +![Selected task with a panel open with more details](./assets/task_progress/task_progress_details_panel.png) + +:::tip +To quickly view a task's reviewables, press the `Spacebar` on a selected task. Tasks with available reviewables will display a play button in the top-right corner. +::: diff --git a/website/docs/assets/task_progress/task_progress_details_panel.png b/website/docs/assets/task_progress/task_progress_details_panel.png new file mode 100644 index 00000000..a8164f4c Binary files /dev/null and b/website/docs/assets/task_progress/task_progress_details_panel.png differ diff --git a/website/docs/assets/task_progress/task_progress_editing.png b/website/docs/assets/task_progress/task_progress_editing.png new file mode 100644 index 00000000..c5db45bc Binary files /dev/null and b/website/docs/assets/task_progress/task_progress_editing.png differ diff --git a/website/docs/assets/task_progress/task_progress_overview.png b/website/docs/assets/task_progress/task_progress_overview.png new file mode 100644 index 00000000..5052fc83 Binary files /dev/null and b/website/docs/assets/task_progress/task_progress_overview.png differ diff --git a/website/docs/assets/task_progress/task_progress_showcase_v002_min.mp4 b/website/docs/assets/task_progress/task_progress_showcase_v002_min.mp4 new file mode 100644 index 00000000..525aa123 Binary files /dev/null and b/website/docs/assets/task_progress/task_progress_showcase_v002_min.mp4 differ diff --git a/website/sidebars.js b/website/sidebars.js index 4f08de22..cf886ea6 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -110,6 +110,7 @@ module.exports = { "artist_activity_feed", "artist_reviewables", "artist_inbox", + "artist_task_progress_page" ], }, ],