62 lines
3.7 KiB
Markdown
62 lines
3.7 KiB
Markdown
|
|
---
|
||
|
|
title: 'Jobs page'
|
||
|
|
linkTitle: 'Jobs page'
|
||
|
|
weight: 4
|
||
|
|
---
|
||
|
|
|
||
|
|
On the **Jobs** page, users (for example, with the worker role)
|
||
|
|
can see the jobs that are assigned to them without having access to the task page,
|
||
|
|
as well as track progress, sort, and apply filters to the job list.
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
On the page, there is a list of jobs presented in the form of tiles, where each tile is one job.
|
||
|
|
Each element contains:
|
||
|
|
- job ID
|
||
|
|
- dimension `2D` or `3D`
|
||
|
|
- preview
|
||
|
|
- {{< ilink "/docs/manual/basics/vocabulary#stage" "stage" >}} and
|
||
|
|
{{< ilink "/docs/manual/basics/vocabulary#state" "state" >}}
|
||
|
|
- when hovering over an element, you can see:
|
||
|
|
- size
|
||
|
|
- assignee
|
||
|
|
- menu to navigate to a task, project, or bug tracker.
|
||
|
|
|
||
|
|
{{% alert title="Note" color="primary" %}}
|
||
|
|
To open the job in a new tab, click on the job by holding `Ctrl`.
|
||
|
|
{{% /alert %}}
|
||
|
|
|
||
|
|
In the upper left corner, there is a search bar, using which you can find the job by assignee, stage, state, etc.
|
||
|
|
In the upper right corner, there are {{< ilink "/docs/manual/advanced/filter#sort-by" "sorting" >}},
|
||
|
|
{{< ilink "/docs/manual/advanced/filter#quick-filters" "quick filters" >}}, and filter.
|
||
|
|
|
||
|
|
## Filter
|
||
|
|
|
||
|
|
{{% alert title="Note" color="primary" %}}
|
||
|
|
Applying a filter disables the {{< ilink "/docs/manual/advanced/filter#quick-filters" "quick filter" >}}.
|
||
|
|
{{% /alert %}}
|
||
|
|
|
||
|
|
The filter works similarly to the filters for annotation,
|
||
|
|
you can create rules from [properties](#supported-properties-for-jobs-list),
|
||
|
|
{{< ilink "/docs/manual/advanced/filter#supported-operators-for-properties" "operators" >}},
|
||
|
|
and values and group rules into {{< ilink "/docs/manual/advanced/filter#groups" "groups" >}}.
|
||
|
|
For more details, consult the {{< ilink "/docs/manual/advanced/filter#create-a-filter" "filter section" >}}.
|
||
|
|
Learn more about {{< ilink "/docs/manual/advanced/filter#date-and-time-selection" "date and time selection" >}}.
|
||
|
|
|
||
|
|
To clear all filters, select `Clear filters`.
|
||
|
|
|
||
|
|
### Supported properties for jobs list
|
||
|
|
|
||
|
|
| Properties | Supported values | Description |
|
||
|
|
| -------------- | -------------------------------------------- | ------------------------------------------- |
|
||
|
|
| `State` | all the state names | The state of the job <br>(can be changed in the menu inside the job) |
|
||
|
|
| `Stage` | all the stage names | The stage of the job <br>(is specified by a drop-down list on the task page) |
|
||
|
|
| `Dimension` | `2D` or `3D` | Depends on the data format <br>(read more in {{< ilink "/docs/manual/basics/create-annotation-task" "creating an annotation task" >}}) |
|
||
|
|
| `Assignee` | username | Assignee is the user who is working on the job. <br>(is specified on task page) |
|
||
|
|
| `Last updated` | last modified date and time (or value range) | The date can be entered in the `dd.MM.yyyy HH:mm` format <br>or by selecting the date in the window that appears <br>when you click on the input field |
|
||
|
|
| `ID` | number or range of job ID | |
|
||
|
|
| `Task ID` | number or range of task ID | |
|
||
|
|
| `Project ID` | number or range of project ID | |
|
||
|
|
| `Task name` | task name | Set when creating a task, <br>can be changed on the ({{< ilink "/docs/manual/basics/task-details" "task page" >}}) |
|
||
|
|
| `Project name` | project name | Specified when creating a project, <br>can be changed on the ({{< ilink "/docs/manual/advanced/projects" "project section" >}}) |
|