-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+9.71 MB
website/docs/assets/task_progress/task_progress_showcase_v002_min.mp4
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters