Feature to sort cards by tags
Nobody has claimed this yet.
- 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:
- Urgent
- High
- Medium
- Low
- University
- 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.
- [Medium] [University] deadline task
- [Medium] [Personal] grocieries task
This could be enabled with a toggle of automatic sorting where you chose to sort by tags.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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