-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe your improvement idea or feature request
Currently, when tasks are sorted by priority, tasks with the same priority are not ordered further, which can lead to inaccurate or confusing ordering.
For example, multiple tasks with priority H appear in an arbitrary order instead of being ordered by urgency or due date.
How would you like to see it implemented?
- Sort tasks by priority as the primary key (H > M > L).
- When two tasks have the same priority, sort them by due date.
- Tasks without a due date should appear after tasks with a due date.
- Keep the logic local to each sorting implementation to match existing patterns and avoid cross-layer refactors.
Put here any screenshots or videos (optional)
How can we contact you (optional)
No response
Would you like to work on this issue?
Yes
By submitting this issue, I have confirmed that:
- I have starred the repo ⭐ and watched 👀 it on GitHub and followed the contribution guidelines.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request

