nextcloud / nextcloud/deck

Feature request: show total vs. filtered card count per list

Open
#7,627 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement feature: stacks needs discussion
Dominant language
JavaScript
Stars
1.4k
Forks
354
Avg merge
1d 10h
Merged PRs (30d)
43

Description

In boards with many cards per list, it would be very helpful to display both the total number of cards and the number of cards matching the current filter per list.

For example, at the top of each list show something like 16 / 31, where:

  • 31 is the total number of cards in the list
  • 16 is the number of cards currently visible due to active filters

This allows users to instantly see how many actions or tasks are relevant to them without having to manually scan the list, especially when filtering by assignee, label, or status.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the list rendering and card-filtering entry points in the Deck frontend, then trace how each list obtains its visible cards and total cards. Done means each list displays both counts, including when assignee, label, or status filters are active, with the counts updating consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.