-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Project quality #9116
base: develop
Are you sure you want to change the base?
Project quality #9116
Conversation
cvat-ui/src/components/quality-control/task-quality/jobs-filter-configuration.ts
Show resolved
Hide resolved
@klakhov, merged with develop, added job filters and settings filters in server API. |
|
fieldSettings: { | ||
listValues: [ | ||
{ value: 'annotation', title: 'Annotation' }, | ||
{ value: 'ground_truth', title: 'Ground truth' }, |
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.
{ value: 'ground_truth', title: 'Ground truth' }, |
GT jobs are not allowed for quality checks.
project_name: { | ||
label: 'Project name', | ||
type: 'text', | ||
valueSources: ['value'], | ||
operators: ['like'], | ||
}, |
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 soon as we can launch quality checks no more than in just 1 project, project-level conditions seem to be extra.
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.
Consider adding filters like:
- job assignee == x or == None
Motivation and context
Obsoletes #6367
How has this been tested?
Checklist
develop
branchLicense
Feel free to contact the maintainers if that's a concern.