Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally display the number of tasks in groups #1627

Open
2 tasks done
claremacrae opened this issue Feb 2, 2023 · 0 comments
Open
2 tasks done

Optionally display the number of tasks in groups #1627

claremacrae opened this issue Feb 2, 2023 · 0 comments
Labels
scope: grouping Changes to the grouping capabilities type: enhancement New feature or request

Comments

@claremacrae
Copy link
Collaborator

⚠️ Please check that this feature request hasn't been suggested before.

  • I searched previous Ideas in Discussions didn't find any similar feature requests.
  • I searched previous Issues didn't find any similar feature requests.

🔖 Feature description

The request in #1604 was for:

group by (due date|priority|...) with task count - allows including a group task count in the group by header.

That is certainly one option. If there were multiple group by lines in a query, something would need to keep track of which ones needed counts and which not.

And alternative option would be to have something like this, which would apply to all levels of grouping:

show/hide group task count

similar to the existing:

show/hide task count

✔️ Solution

Complexity:

  • Because tasks with multiple tags show up multiple times when grouped by tag, it will need to be clear whether it is counting unique tasks, or tasks displayed.
    • the task count shows unique tasks, so I think this feature should too.

❓ Alternatives

No response

📝 Additional Context

This was originally suggested in #1604, which proposed a more complex template-based approach.

Display of the task counts inside groups has also been requested by at least one user, soon after group by was released, but I cannot find the reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: grouping Changes to the grouping capabilities type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant