quite simple question: many of our tasks are linked sequentially (must be done one after the other... the second dependent on the first) or in a parallel way (many to accomplish a project, but order is not important); in the first case: will you write two separate tasks on two separate lines (risk of loosing the dependencies) or one line with may be a second indented (to be carried on when the first task is finished?) In other words: it is "allowed" to outline tasks?
quite simple question:
many of our tasks are linked sequentially (must be done one after the other... the second dependent on the first) or in a parallel way (many to accomplish a project, but order is not important);
in the first case: will you write two separate tasks on two separate lines (risk of loosing the dependencies) or one line with may be a second indented (to be carried on when the first task is finished?)
In other words: it is "allowed" to outline tasks?
Thanks
Alessandro