-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Administration - Workflows
-
None
Hi,
When opening the https://\{domain}/secure/admin/ViewWorkflowSchemes.jspa, it loads all the projects belonging to the workflows. And this cause the page cannot be operated until all the data is loaded.
If my target workflow is at the bottom of the page, then I'll wait for the page to finish loading all data, and this behavior waist time since I don't need to care about whether the other projects display or not.
Could you make the projects appear with a lazy loading method? E.g. just display 5 or 10 projects for the workflow initially and append an arrow if there are more projects belonging to the workflow. When the user clicks the arrow, it shows all the remaining projects belong to the workflow.
Thus this saves time for the user to find the workflow he wants and easier to see all workflows without scrolling the page a lot if there are lots of projects belonging to the same workflow.
Thanks.