Hi all,
While working on a bug, I found an interesting thing and hence am
asking you this question:
When you make a tag a subtag of another, do you want all the tasks
having the child tag to also have the parent tag?
To make myself clear:
you have 2 tags @a and @b with the structure:
--a
--b
now you drag drop b into a so the structure becomes:
-a
--b
would you want all the tasks having 'b' as their tag to also have 'a' ?
Current GTG implementation,simply drags and drops the tags and does
not make any changes to the tasks.
Personally, I feel that 'a' should be added to all tasks having 'b'.