We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment REST API for dataset_repo doesn't correspond our guidelines: https://github.com/openvinotoolkit/cvat/blob/eac5b60d9b3b316d1ec7875b5a525813d507ab87/cvat/apps/dataset_repo/urls.py#L11
Also it is not protected by IAM: https://github.com/openvinotoolkit/cvat/blob/eac5b60d9b3b316d1ec7875b5a525813d507ab87/cvat/apps/dataset_repo/views.py#L39. In many cases only logic_required decorator is used and some functions use old permissions system (which was deleted).
The text was updated successfully, but these errors were encountered:
@Marishka17 , refactoring of REST API need to start from the issue.
Sorry, something went wrong.
The app was removed, not relevant
Marishka17
No branches or pull requests
My actions before raising this issue
Possible Solution
At the moment REST API for dataset_repo doesn't correspond our guidelines: https://github.com/openvinotoolkit/cvat/blob/eac5b60d9b3b316d1ec7875b5a525813d507ab87/cvat/apps/dataset_repo/urls.py#L11
Also it is not protected by IAM: https://github.com/openvinotoolkit/cvat/blob/eac5b60d9b3b316d1ec7875b5a525813d507ab87/cvat/apps/dataset_repo/views.py#L39. In many cases only logic_required decorator is used and some functions use old permissions system (which was deleted).
The text was updated successfully, but these errors were encountered: