Skip to content

Commit

Permalink
Merge pull request #233 from ynput/232-Task-Progress-Page-Docs
Browse files Browse the repository at this point in the history
Task Progress page docs
  • Loading branch information
Innders committed Sep 9, 2024
2 parents 547c0c7 + c0476f5 commit ec8aed5
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 0 deletions.
49 changes: 49 additions & 0 deletions website/docs/artist_task_progress_page.mdx
Original file line number Diff line number Diff line change
@@ -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";

<video controls width="100%">
<source src={showcase} />
</video>

### 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.
:::
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
1 change: 1 addition & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ module.exports = {
"artist_activity_feed",
"artist_reviewables",
"artist_inbox",
"artist_task_progress_page"
],
},
],
Expand Down

0 comments on commit ec8aed5

Please sign in to comment.