Open rhhub opened 1 year ago
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.
This feature request is made to satisfy the following statement: Grab the next task then get all tasks that share context with it. If I have tasks labeled #grocerystore, it would be helpful to get all tags that share grocerystore.
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:
#grocerystore
to indicate the tasks that you need to do, or would like to do, when you are at the grocery store.#grocerystore
#grocerystore
. What limitation?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 sort by
instructions in tasks blocks. The first sort line takes precedence, but where 2 or more tasks have the same value for the first sort line, they are compared/sorted by the second sort line, and so on...
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: I want to sort the groups. When I "group by", each of those groups contain tasks. Steps to sort groups:
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.
⚠️ Please check that this feature request hasn't been suggested before.
🔖 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: