mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Feature request] Show cards count by board and by column #655
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mathieu-coingt on GitHub (Feb 19, 2025).
Is this a feature for the backend or frontend?
Frontend
What would you like?
I would like to know how many cards are in my board, and how many by each column.
This count has to be updated with filter.
Why is this needed?
For some projects I need to know ho many card have been created, globally, or by column, and / or by filter (search and tag).
Other information
It could be rendered as a badge next to the board title and next to the columns titles.
@Hentioe commented on GitHub (Mar 2, 2025):
This is a great suggestion. For example, I would move completed cards to a list called "Done." If the "Done" list could display the number of cards, I would know how many tasks I have completed. It would be best if this is configurable (can choose to show/hide the count).