Feature request: Order task tags alphabetically
Open
Nobody has claimed this yet.
0. to triage
enhancement
- Dominant language
- JavaScript
- Stars
- 706
- Forks
- 117
- Avg merge
- 8h 50m
- Merged PRs (30d)
- 18
Description
Adding tags to a task appends them to said task's existing tag list, which can make their order inconsistent across tasks. Instead, a task's tags should always be ordered alphabetically, and the order in which tags are added to a task should be ignored.
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 file or test is named. Locate the task tag handling and any existing tests for tag ordering, then verify how tags are stored and displayed. Done means tags are alphabetized consistently, regardless of insertion order, with tests covering adding tags in different orders.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100