-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Ability to sort groups by some user-defined property calculated from all the tasks in the group, such as most recent due date #1939
Comments
Hi @rhhub, Thank you for the write-up. I regret to say that I have read it multiple times and am not at all confident that I understand what exact change in Tasks functionality it is requesting.
For example, I am struggling to understand what "If I have tasks labeled #grocerystore, it would be helpful to get all tags that share grocerystore. " means... Especially as the example tasks you give do not mention #grocerystore - so I cannot see how the tags relate to the request. I think that what you are saying is:
If you could please provide a more concrete description of the real-world problem you are trying to solve, maybe I can make suggestions. Thanks. In case you don't know, it's possible to give multiple So you have a lot of control over the sort of tasks within groups. What is currently not yet possible is to control the order of the groups themselves. |
Hi, I updated the original post. It does require sorting groups. I think it's less ambiguous now. One example:
|
OK, I get it. Thank you very much indeed. I've updated the description/summary to try to make it fully reflect the request. Just to set expectations, the current code design is a long way off being able to sort this. |
That's fair. Your help in #1940 will get me by with use tag contexts more. Thank you. |
🔖 Feature description
This feature request encompasses using "group by" then sorting the groups by the content of each group.
Possible Usecases
For Comparison Image
#t/group2 should come first because item 1 has the soonest date ⏳ 2023-05-10
Desired Image
notice group2 is above group1
✔️ Solution
I'm not sure what the solution would be. I think it would be called on the group by line.
Tasks' Steps
Users Steps
Where user implements sort logic:
❓ Alternatives
I noticed #1421 had some functions added to the group by call. I'm not sure the extent of that addition.
📝 Additional Context
markdown of first screenshot:
The text was updated successfully, but these errors were encountered: