mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Card counter #271
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 @ghost on GitHub (Jan 6, 2023).
It would be very useful to have a card counter, for example that tells me the total number of cards in each of the columns, for example in the "pending" column there are 25 cards, in the "in process" column 10 cards. Or instead, a search bar that allows you to perform these actions
@RARgames commented on GitHub (Jan 11, 2023):
Hey, I also think that it would be great idea.
I'm working on it right now and I'll create a PR soon (The main functionality [column counts and filtering counts] is ready however I'd like to extend it and add board and project counts + better dashboard with some stats - extended version probably in the next PR).
@ghost commented on GitHub (Jan 15, 2023):
When do you think the improvement to implement the card counter will be available? I need to use that functionality. Thank you.
@RARgames commented on GitHub (Jan 16, 2023):
Idk, I've already implemented it, however Planka devs want to add some changes related to the translations and an option to turn counters off in settings.
@emmguyot-adscom commented on GitHub (Dec 27, 2024):
Oh yes, it is useful.
The PR is #489 and the implementation looks simple enough to report it in my repo.
Thank you @RARgames