If a task is started, at top of the page, the corresponding task is shown and the timer is running:

But: the corresponding tasks is not necessarily at the top of the page.
Means: if i want now to open the task details (again), i need to search the task again.
Two possible solutions:
- we put an "details" button near to "stop" or
- we try to change sorting by bringing started entries at top
- (we temporarily assign a tag on start, which is ensuring, that the priority is very, very, very high and which we remove on stop. This sounds a bit too dirty for me).
For option 2, we would need to think on different scenarios (custom queries, ...). I'm not sure, if we can control the sort for export or if we need to do the sort manually (if no custom query is running, which might give a report with sort configurations).
What do you think?
If a task is started, at top of the page, the corresponding task is shown and the timer is running:
But: the corresponding tasks is not necessarily at the top of the page.
Means: if i want now to open the task details (again), i need to search the task again.
Two possible solutions:
For option 2, we would need to think on different scenarios (custom queries, ...). I'm not sure, if we can control the sort for export or if we need to do the sort manually (if no custom query is running, which might give a report with sort configurations).
What do you think?