cvat
cvat copied to clipboard
Be able to track project status and filter for incomplete projects
My actions before raising this issue
- [x ] Read/searched the docs
- [x ] Searched past issues
Expected Behaviour
Users will be assigned multiple projects, with each project having multiple tasks. When tasks inside a project are completed, the task status is changed to "completed" and progress bar is filled in green. However, when all tasks in the project completes, the PROJECT status itself has no status change or visual indication.
This makes it difficult to determine the next Project on the project list that has pending tasks.
Current Behaviour
Currently when all tasks in a project is completed, there is no status or progress change. Projects with all tasks completed are indistinguishable from projects with pending tasks. This makes it difficult to filter for the next project with pending tasks.
Possible Solution
When all tasks for a Project is Completed, the Project status should also be updated to Completed, and the same progress bar that is displayed for completed tasks should be displayed for completed projects (with it filled out in green).
Context
Images/Videos are often grouped together into Projects. For example, all images and videos for a patient can be grouped in a project. So users will work through one patient/project at a time, then go to the next. There can be 1000s of patients/projects, so having a way to filter out which projects are pending would be useful (the same way we can filter out tasks which are pending).
@rphila, Hi, the project status stays the same after all tasks in the project are completed - it's a bug. But advanced filtration implemented in PR can be used to determine the next Project on the project list that has pending tasks.