Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secondary Sorting Criteria #1510

Open
Skilly146 opened this issue Jan 14, 2025 · 0 comments
Open

Secondary Sorting Criteria #1510

Skilly146 opened this issue Jan 14, 2025 · 0 comments

Comments

@Skilly146
Copy link

Is your feature request related to a problem? Please describe.
I would like to be able to primarily sort my tasks by due date so that they are in the order they need to be done, but also break ties by using priority so that tasks are "grouped" by due date and sorted in the "groups" by priority

Describe the solution you'd like
I propose adding a tiebreaker or secondary sort option that is a copy of the existing one except it chooses the tiebreaking method when sorting tasks.

Describe alternatives you've considered
You can technically get this behavior as is by first sorting by priority and then by due date since tasks are sorted in place, but this doesn't persist very well after adding or removing tasks or sorting any other way. Soring by priority in the scheduled or today view does also work since tasks are already grouped by due date but that doesn't help when looking through specific projects.

Additional context
I'm sorry if this is a duplicate of anything, I tried searching issues and discussions but couldn't find anything relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant