Skip to content
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

Merged
merged 12 commits into from
Dec 30, 2021

Conversation

TOsmanov
Copy link
Contributor

@TOsmanov TOsmanov commented Dec 24, 2021

Related #3788

Motivation and context

This PR added documentation about using organizations in CVAT with using UI.

How has this been tested?

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

@TOsmanov TOsmanov requested a review from nmanovic as a code owner December 24, 2021 08:24
@bsekachev bsekachev added the documentation Documentation should be updated label Dec 24, 2021
### 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):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
as well as create and comment issues.

Comment on lines 38 to 39
- `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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `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.

Comment on lines 40 to 42
- `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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `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`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You can enter the `Full Name`, the `Description` and the contact details
You can specify other fields: `Full Name`, `Description` and the organization contacts.

@bsekachev bsekachev merged commit 877daa4 into cvat-ai:develop Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation should be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants