Skip to content

Commit 39f103e

Browse files
authored
docs(tasks): document task scope, column display, and refresh filters (#801)
- Add Task Scope (Original vs Current scope) to Project Tasks and User Tasks - Document All Tasks column visibility control - Clarify Board "Group by language" toggle (Enterprise) - Refresh filter and sort lists; note Board vs All Tasks filter differences
1 parent 501069c commit 39f103e

4 files changed

Lines changed: 42 additions & 8 deletions

File tree

src/content/docs/crowdin/tasks/tasks.mdx

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ Use the **Search tasks** field to search for tasks by name or [filter tasks](#fi
222222

223223
The **All Tasks** section provides a list view of all project tasks. It is particularly useful for efficiently managing large volumes of tasks. From this view, you can select multiple tasks to perform bulk actions, such as changing assignees, updating statuses, or deleting tasks.
224224

225-
Similar to the **Board** section, the **All Tasks** view also allows you to use the **Search tasks** field and [filter](#filtering-tasks). Additionally, you can sort the task list in ascending or descending order using the available sort options (ID, Created at, Resolved at, Due Date).
225+
Similar to the **Board** section, the **All Tasks** view also allows you to use the **Search tasks** field and [filter](#filtering-tasks). Additionally, you can sort the task list in ascending or descending order using the available sort options (ID, Created at, Started at, Resolved at, Due Date).
226+
227+
You can also choose which columns are displayed. Click <Icon name="mdi:view-column" class="inline-icon" /> **Columns** to show or hide optional columns &ndash; **Created at**, **Started at**, and **Resolved at** are hidden by default. The **Type**, **ID**, and **Title** columns are always visible and can't be hidden.
226228

227229
#### Generating Reports for Multiple Tasks
228230

@@ -259,6 +261,15 @@ To change the task details, follow these steps:
259261
If the source file is restored to the revision containing the removed strings, they will reappear in the task.
260262
</QuestionAnswer>
261263

264+
### Task Scope
265+
266+
When you open a task, its details display the word scope:
267+
268+
* **Original scope** &ndash; the number of words included in the task when it was created.
269+
* **Current scope** &ndash; the number of words currently included in the task.
270+
271+
After a task is created, its scope may change if the source strings included in the task are edited or removed in the project. When the current scope differs from the original one, a <Icon name="mdi:help-circle-outline" class="inline-icon" /> icon appears next to the **Current scope** value. Hover over it to see how much the scope has changed (e.g., *Scope reduced by 30 words*).
272+
262273
### Viewing Tasks Created Together
263274

264275
When you create tasks for multiple languages at once, they are generated as a single batch. To easily find and navigate between all tasks from the same batch, you can use the **Tasks Created Together** option.
@@ -277,14 +288,18 @@ You will be redirected to the **All Tasks** section with a `batchId` filter (e.g
277288

278289
By default, all project tasks are displayed in the **Tasks** tab either in the **Board** or **All Tasks** sections. If necessary, you can filter tasks using the available filter options:
279290

291+
* Type: All types, Translate by own translators, Proofread by own proofreaders, Translate by vendor, Proofread by vendor.
280292
* Assignee: All users or particular user.
281293
* Created by: All users or particular user.
282294
* Language: All languages or particular language.
283295
* File: All files or particular file or folder.
284296
* Due date: All, Overdue now, Custom Range.
285297
* Created at: All, Today, Yesterday, Last 7 days, Last 30 days, This month, Last month, Custom Range.
286-
* Type: All types, Translate by own translators, Proofread by own proofreaders, Translate by vendor, Proofread by vendor.
287-
* Status: All statuses, To Do, In Progress, Done, Closed.
298+
* Started at: same date options as Created at.
299+
* Resolved at: same date options as Created at.
300+
* Status: All statuses, To Do, In Progress, Done, Closed, Pending.
301+
302+
The **Started at**, **Resolved at**, and **Status** filters are available only in the **All Tasks** view.
288303

289304
<Image src={filter} alt="Filtering Tasks" />
290305

src/content/docs/crowdin/tasks/user-tasks.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ In addition to the details available when [viewing all of your assigned tasks](#
107107
* Modified &ndash; when the task was last modified.
108108
* Started &ndash; when work on the task began.
109109
* Resolved &ndash; when the task was completed.
110+
* Original scope &ndash; the number of words included in the task when it was created.
111+
* Current scope &ndash; the number of words currently included in the task. If it differs from the original scope, hover over the <Icon name="mdi:help-circle-outline" class="inline-icon" /> icon to see how much it has changed.
110112
* Strings modified &ndash; the modification period for strings included in the task.
111113
* Members &ndash; a list of assignees with the time spent, words assigned, and words left for each member.
112114
* Files &ndash; files associated with the task.

src/content/docs/enterprise/tasks/tasks.mdx

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ In the **Tasks** section, you can view all the project tasks in the following tw
208208

209209
### Board
210210

211-
In the **Board** section, tasks are organized into three columns: To Do, In Progress, and Done. This layout provides a clear view and visualization of the current status of all tasks. Within each column, tasks are further grouped by target languages. Each target language group can be collapsed to hide task cards or expanded to display them. This feature is particularly useful for decluttering the view and focusing on specific languages.
211+
In the **Board** section, tasks are organized into three columns: To Do, In Progress, and Done. This layout provides a clear view and visualization of the current status of all tasks. To group tasks by target language within each column, select the **Group by language** checkbox. Each target language group can then be collapsed to hide task cards or expanded to display them. This is particularly useful for decluttering the view and focusing on specific languages.
212212

213213
Use the **Search** field to search for tasks by name or [filter tasks](#filtering-tasks) using various filter options. To view the task details, open it by clicking on the task name.
214214

@@ -218,7 +218,9 @@ Use the **Search** field to search for tasks by name or [filter tasks](#filterin
218218

219219
The **All Tasks** section provides a list view of all project tasks. It is particularly useful for efficiently managing large volumes of tasks. From this view, you can select multiple tasks to perform bulk actions, such as changing assignees, updating statuses, or deleting tasks.
220220

221-
Similar to the **Board** section, the **All Tasks** view also allows you to use the **Search** field and [filter](#filtering-tasks). Additionally, you can sort the task list in ascending or descending order using the available sort options (ID, Created at, Resolved at, Due Date).
221+
Similar to the **Board** section, the **All Tasks** view also allows you to use the **Search** field and [filter](#filtering-tasks). Additionally, you can sort the task list in ascending or descending order using the available sort options (ID, Created, Start date, Resolved date, Due date).
222+
223+
You can also choose which columns are displayed. Click <Icon name="material-symbols:table-chart" class="inline-icon" /> **Select columns** to show or hide optional columns &ndash; **Workflow step**, **Created**, **Start date**, and **Resolved date** are hidden by default. The **ID**, **Type**, and **Title** columns are always visible and can't be hidden.
222224

223225
#### Generating Reports for Multiple Tasks
224226

@@ -254,6 +256,15 @@ To change the task details, follow these steps:
254256
If the source file is restored to the revision containing the removed strings, they will reappear in the task.
255257
</QuestionAnswer>
256258

259+
### Task Scope
260+
261+
When you open a task, its details display the word scope:
262+
263+
* **Original scope** &ndash; the number of words included in the task when it was created.
264+
* **Current scope** &ndash; the number of words currently included in the task.
265+
266+
After a task is created, its scope may change if the source strings included in the task are edited or removed in the project. When the current scope differs from the original one, a <Icon name="mdi:help-circle-outline" class="inline-icon" /> icon appears next to the **Current scope** value. Hover over it to see how much the scope has changed (e.g., *Scope reduced by 30 words*).
267+
257268
### Viewing Tasks Created Together
258269

259270
When you create tasks for multiple languages at once, they are generated as a single batch. To easily find and navigate between all tasks from the same batch, you can use the **Tasks Created Together** option.
@@ -272,15 +283,19 @@ You will be redirected to the **All Tasks** section with a `batchId` filter (e.g
272283

273284
By default, all project tasks are displayed in the **Tasks** section either in the **Board** or **All Tasks** sections. If necessary, you can filter tasks using the available filter options:
274285

286+
* Type: All types, Translate by own translators, Proofread by own proofreaders, Translate by vendor, Proofread by vendor.
275287
* Target language: All languages or particular language.
276288
* Assignee: All users or particular user.
277289
* Created by: All users or particular user.
278290
* Due date: All, Overdue now, Custom range.
279-
* Created: All, Custom range.
280-
* Type: All types, Translate by own translators, Proofread by own proofreaders, Translate by vendor, Proofread by vendor.
291+
* Created: All, Today, Yesterday, Last 7 days, Last 30 days, Last month, Custom range.
292+
* Start date: same date options as Created.
293+
* Resolved date: same date options as Created.
281294
* Workflow step: All, No workflow step, or particular workflow step.
282295
* File: All files or particular file or folder.
283-
* Status: All statuses, To Do, In Progress, Done, Closed.
296+
* Status: All statuses, To Do, In Progress, Done, Closed, Pending, For Approval.
297+
298+
The **Start date**, **Resolved date**, and **Status** filters are available only in the **All Tasks** view. On the **Board**, you can additionally filter by any [task fields](/enterprise/fields/) configured for your organization.
284299

285300
<Image src={filter} alt="Filtering Tasks" />
286301

src/content/docs/enterprise/tasks/user-tasks.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ The task opens directly within the project it's associated with. Alternatively,
110110
In addition to the details available when [viewing all of your assigned tasks](#searching-filtering-and-sorting-assigned-tasks), you will also see these details:
111111

112112
* Created by &ndash; the user who created the task.
113+
* Original scope &ndash; the number of words included in the task when it was created.
114+
* Current scope &ndash; the number of words currently included in the task. If it differs from the original scope, hover over the <Icon name="mdi:help-circle-outline" class="inline-icon" /> icon to see how much it has changed.
113115
* Created &ndash; when the task was created.
114116
* Started date &ndash; when the task moved to **In Progress**, **Done**, or **Closed**.
115117
* Resolved date &ndash; when the task moved to **Done** or **Closed**.

0 commit comments

Comments
 (0)