I understand what you're saying, but don't you think that it's much
more usable to have my actions separated in contexts on the home
screen than to have them in a "Next Action" context, regardless of
context!
The problem:
- there are a bunch of tasks in my next action contexts, that are *not
actionable* by me *at the current place*, because next actions context
disregard location contexts, and
- there are another bunch of actions in different contexts that are
*not actionable* by me *at the current time* because they are not next
actions in a project.
So basically you have two messed up list where there are a lot of
actions that is not actionable. And as I understand, the goal of this
program would be to display me a home screen that has only and all the
actionable actions at the current place and time, making life easier.
However the current implementation can even lead to DEATH! A simple
explanation follows (neither "Show Next Actions Only" and "Show sub
actions" is checked):
Let's assume I have a location context called "OnThePlane", and
(ignore that planes move, so it can't really be a location context,
for the sake of drama).
I add an action "Put on parachute" to a project called "Sky diving"
and mark it as "OnThePlane" and "Next Action".
Next, I add another action to "Sky diving", called "Jump off
airplane", and mark it as "OnThePlane" too.
Now there are too scenarios. First I check my "Next Action" list when
I wake up in the morning and see "Put on parachute". My brain is still
foggy from waking up, but I do as it says. I go to wash my teeth,
check my next actions again, and see (if next actions automatic
selection would work, which don't at the moment, of course) that I
should jump of some airplane, but I'm not on one.
Second scenarios is that I get on an airplane, the context
"OnThePlane" comes up. I have a lot of actions on a plane, so I
randomly grab one, not really caring whether there's a small (Next) to
one or not, because there could be actions without projects too, that
doesn't have (Next) behind them. So I happen to choose "Jump of
airplane" before "Put on parachute" and I plummet to my death.
Poor me. RIP:
--Attila