-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation. Add organization section #4080
Conversation
### Invite members into organization | ||
|
||
To add members, click `Invite members`. In the window that appears, | ||
enter the email of the user you want to add and select the role (set of rules): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enter the email of the user you want to add and select the role (set of rules): | |
enter the email of the user you want to add and select the role (the role defines a set of rules): |
To add members, click `Invite members`. In the window that appears, | ||
enter the email of the user you want to add and select the role (set of rules): | ||
|
||
- `Worker` - worker sees only the tasks and projects assigned to it. Worker can work in the task assigned to it, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `Worker` - worker sees only the tasks and projects assigned to it. Worker can work in the task assigned to it, | |
- `Worker` - workers have only access to tasks, projects, and jobs, assigned to them. |
enter the email of the user you want to add and select the role (set of rules): | ||
|
||
- `Worker` - worker sees only the tasks and projects assigned to it. Worker can work in the task assigned to it, | ||
as well as create and comment issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as well as create and comment issues. |
- `Supervisor` - supervisor role in addition to all the features of the worker, | ||
allows you to create and assign jobs, tasks and projects to members of the organization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `Supervisor` - supervisor role in addition to all the features of the worker, | |
allows you to create and assign jobs, tasks and projects to members of the organization. | |
- `Supervisor` - this role allows you to create and assign jobs, tasks and projects to members of the organization. |
- `Maintainer` - maintainer role has all the capabilities of the role supervisor, | ||
sees all tasks and projects created by other members of the organization, and can create, | ||
update and remove `Cloud Storage`, add and remove organization members and modify member roles. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `Maintainer` - maintainer role has all the capabilities of the role supervisor, | |
sees all tasks and projects created by other members of the organization, and can create, | |
update and remove `Cloud Storage`, add and remove organization members and modify member roles. | |
- `Maintainer` - a member with this role has all the capabilities of the role supervisor, | |
sees all the tasks and the projects created by other members of the organization, has full access to the `Cloud Storages` feature, and can modify members and their roles. |
There are three types of status: annotation, validation or completed. | ||
The status of the job is changes the progress bar of the task. | ||
- A stage of the job. The stage is specified by a drop-down list. | ||
There are three stage: `annotation`, `validation` or `acceptance`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are three stage: `annotation`, `validation` or `acceptance`. | |
There are three stages: `annotation`, `validation` or `acceptance`. |
The status of the job is changes the progress bar of the task. | ||
- A stage of the job. The stage is specified by a drop-down list. | ||
There are three stage: `annotation`, `validation` or `acceptance`. | ||
The stage of the job is changes the progress bar of the task. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The stage of the job is changes the progress bar of the task. | |
This value affects the task progress bar. |
- A stage of the job. The stage is specified by a drop-down list. | ||
There are three stage: `annotation`, `validation` or `acceptance`. | ||
The stage of the job is changes the progress bar of the task. | ||
- A state of the job. The status is specified by the user in the menu inside the job. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- A state of the job. The status is specified by the user in the menu inside the job. | |
- A state of the job. The state can be changed by an assigned user in the menu inside the job. |
There are three stage: `annotation`, `validation` or `acceptance`. | ||
The stage of the job is changes the progress bar of the task. | ||
- A state of the job. The status is specified by the user in the menu inside the job. | ||
There are four types of state: `new`, `in progress`, `rejected`, `completed`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are four types of state: `new`, `in progress`, `rejected`, `completed`. | |
There are several possible states: `new`, `in progress`, `rejected`, `completed`. |
|
||
Fill in the required information to create your organization. | ||
You need to enter a `Short name` of the organization, which will be displayed in the menu. | ||
You can enter the `Full Name`, the `Description` and the contact details |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can enter the `Full Name`, the `Description` and the contact details | |
You can specify other fields: `Full Name`, `Description` and the organization contacts. |
Related #3788
Motivation and context
This PR added documentation about using organizations in CVAT with using UI.
How has this been tested?
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.