How can I handle a list of the couple of next actions on a project?
I got my project and I know the next 5 steps. But of course I need to do them one by one...
Should I solve this by putting the 4 last steps in a waiting-for list? and move them one by one when the next is solved? Or is there a easy way to "hide" them until the next action is complete?
Now I only enter the next step and "forget" about the next after that on until the first is complete.. But Im afraid to forget about the upcoming actions if the next step is a complex and long one..
I got my project and I know the next 5 steps. But of course I need to do them one by one...
Should I solve this by putting the 4 last steps in a waiting-for list? and move them one by one when the next is solved? Or is there a easy way to "hide" them until the next action is complete?
Now I only enter the next step and "forget" about the next after that on until the first is complete.. But Im afraid to forget about the upcoming actions if the next step is a complex and long one..