Skip to content

Feature: Tasks details openable for started tasks #34

@monofox

Description

@monofox

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

Image

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:

  1. we put an "details" button near to "stop" or
  2. we try to change sorting by bringing started entries at top
  3. (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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions