Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion docs/source/guide/dashboard_annotator.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,15 @@ You can use the **Export** drop-down to export the following:

* **Comments Added** - Download a CSV file with all of the comments that the user has left.

## Filter by date range
## Filters

### Filter by project and workspace

Select one or more workspaces or individual projects. To see all projects, select **All Workspaces** at the top of the workspace filter.

This does not include Personal Sandbox projects.

### Filter by date range

You can select a date range to apply to the performance metrics. If you want to be precise, you can also include time.

Expand All @@ -69,6 +77,17 @@ For example, say you select a date range of 2 days: Monday and Tuesday. If an an

Similarly, if a reviewer opens an annotation on Tuesday but then doesn't accept it until Wednesday, that annotation is not counted in their total reviews or accepted annotation metrics.

### Save views

You can save your member, date range, and project filters as custom views. Saved views makes it easier for you to group member and project combos you want to readily access.

Note the following:

* You can save, update, and delete views.
* Views are only visible to you (meaning they are not shared with other users within your organization).

!!! note
If you click **Apply** after saving your date and project/workspace filters, your selections will propogate to other Analytics pages. You can reapply your view or incorporate those filters into a new or updated view.

## Annotations

Expand Down
11 changes: 11 additions & 0 deletions docs/source/guide/dashboard_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ Note that annotation and acceptance metrics are calculated on when they are **co

For example, say you select a date range of 2 days: Monday and Tuesday. If an annotator opens an annotation on Tuesday, begins working on it, and then submits it on Wednesday, then that annotation and the time they spent on it will **not** be included in the metrics.

### Save views

You can save your date range and project filters as custom views. Saved views makes it easier for you to group dates and projects you want to readily access.

Note the following:

* You can save, update, and delete views.
* Views are only visible to you (meaning they are not shared with other users within your organization).

!!! note
If you click **Apply** after saving your date and project/workspace filters, your selections will propogate to other Analytics pages. You can reapply your view or incorporate those filters into a new or updated view.

## Tasks and project states

Expand Down
Loading