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

Investigate custom sorting with a list #975

Open
alanvardy opened this issue Jan 13, 2025 · 0 comments
Open

Investigate custom sorting with a list #975

alanvardy opened this issue Jan 13, 2025 · 0 comments

Comments

@alanvardy
Copy link
Owner

alanvardy commented Jan 13, 2025

From original comment:

I think this sorting works well but is non-intuitive in that it sorts based on total weight, not in a consistent order.

I have had tasks that meet multiple of these and figuring out how to sort consistently can be a pain.

I would prefer to sort based on a simple list-based comparator, so rather than assigning points to each item, you simply list the order you would like the sort to happen, for example:
example:
now, priority (asc), due (asc), date (asc), title (alphabetical ascending)

Basically just be able to provide a list and then it custom sorts on that.

Down the road something I can look at :)

Originally posted by @stacksjb in #804 (comment)

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