nextcloud / nextcloud/deck

Feature to sort cards by tags

Open
#2,561 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Like many people I am sorting my cards with either low, medium, high, or urgent. I often feel that the cards are disorganized. And I might have a low card high up in my view, while a urgent task is hidden from view.

To solve this, it would be really nice to sort the cards automatically based on tags.

You can input that you want the sorting of:

  1. Urgent
  2. High
  3. Medium
  4. Low
  5. University
  6. Personal

Then the sorting would first prioritize the urgency level, and as a bonus, inside the urgency levels the lower level of tags can get sorted.

  1. [Medium] [University] deadline task
  2. [Medium] [Personal] grocieries task

This could be enabled with a toggle of automatic sorting where you chose to sort by tags.

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

No files, tests, or entry points are named. Start by reviewing the requested tag-priority order and the automatic-sorting toggle, then identify where card ordering and tag display are handled. Done means cards can be sorted by a chosen urgency order, with lower-level tags used within each urgency level.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.