Docusaurus version update to 3.4.0, added doc page for annotation statuses administration
This commit is contained in:
parent
6744f94e9b
commit
9339f8253c
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
sidebar_position: 14
|
||||
description: Manage all annotation statuses
|
||||
---
|
||||
|
||||
# Annotation statuses
|
||||
|
||||
In this page, there is a listing where you can view details about all the available annotation statuses. You can view details about the annotation service [here](/docs/documentation/supplementary-services/annotations).
|
||||
|
||||
The information displayed by default is: the `label`, the `internal status` which is the system specific status, the `status` of the entity and timestamps for the `creation` and `updating` of the entites. At the top right corner of the listing you can also select which columns to display.
|
||||
|
||||
:::tip
|
||||
|
||||
For annotation statuses, all the columns are visible by default.
|
||||
|
||||
:::
|
||||
|
||||
You can edit or remove a status by clicking on the three dots on the far right corner of the records and then select `Edit` or `Delete` respectively.
|
||||
|
||||
## Authorization
|
||||
|
||||
Only users that have the global **Admin** role or the tenant specific **TenantAdmin** role can access this page.
|
||||
|
||||
## Navigation
|
||||
|
||||
This view is available when the user presses the `Annotation Statuses` link from the side navigation menu.
|
||||
|
||||
## Pagination
|
||||
|
||||
Not all the records are being displayed at once. By default, there is a pagination of 10 records applied to them.
|
||||
|
||||
You can control how many records are being displayed at any time, by adjusting the `items per page` control at the bottom left corner of the table.
|
||||
|
||||
## Filtering
|
||||
|
||||
There are some filtering options available for users.
|
||||
|
||||
- **Is Active**: By toggling this control you can view only the active or only the disabled annotation statuses.<br/>*By default, this option is set to true.*
|
||||
- **Internal Status**: You can filter statuses by the internal status they could relate with. You can select one or more statuses.<br/>*By default, no status is selected.*
|
||||
|
||||
In order for the filters to apply, you have to click the `Apply filters` button.
|
||||
|
||||
You can also clear any filters already applied, by pressing the `clear all filters` option, located at the top of the popup.
|
File diff suppressed because it is too large
Load Diff
|
@ -15,8 +15,8 @@
|
|||
"typecheck": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "3.1.1",
|
||||
"@docusaurus/preset-classic": "3.1.1",
|
||||
"@docusaurus/core": "^3.4.0",
|
||||
"@docusaurus/preset-classic": "^3.4.0",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"clsx": "^2.0.0",
|
||||
"prism-react-renderer": "^2.3.0",
|
||||
|
@ -24,9 +24,9 @@
|
|||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "3.1.1",
|
||||
"@docusaurus/tsconfig": "3.1.1",
|
||||
"@docusaurus/types": "3.1.1",
|
||||
"@docusaurus/module-type-aliases": "^3.4.0",
|
||||
"@docusaurus/tsconfig": "^3.4.0",
|
||||
"@docusaurus/types": "^3.4.0",
|
||||
"typescript": "~5.2.2"
|
||||
},
|
||||
"browserslist": {
|
||||
|
|
Loading…
Reference in New Issue