Please describe the feature you have in mind and explain what the current shortcomings are?
The task progress page currently has a 1000 task hard limit. This means that if a folder has more than 1000 tasks in it, there will be missing tasks loaded on the page.
Move to a more reasonable limit like 100 and lazily load new pages as the user scrolls down the page.
The hardest challenge is that we cannot predict how many tasks will be loaded for each row.
Additional context:
_This issue was automatically created from AYON ticket YN-0907
Please describe the feature you have in mind and explain what the current shortcomings are?
The task progress page currently has a 1000 task hard limit. This means that if a folder has more than 1000 tasks in it, there will be missing tasks loaded on the page.
Move to a more reasonable limit like 100 and lazily load new pages as the user scrolls down the page.
The hardest challenge is that we cannot predict how many tasks will be loaded for each row.
Additional context:
_This issue was automatically created from AYON ticket YN-0907