返回列表 发帖

bigger activity

PROBLEM  you have to schedule several activities(one after the other) that make part of a BIGGER activity and I want toknow how the bigger activity was solved alltogether.  For Example "Makea Cake" is made up of several smaller activities like 1) getingredientes, 2) mix them, 3) bake and 4) eat the cake.

 

MY SOLUTIONinstead of creating 4 different activities and clearing them out one byone, I create a one activity and write the BIG TASK followed by thesmaller task.  As I advance in the process, I change the smaller taskand re-schedule the next task and ALWAYS record my advance in the"Details"  In this way I only control 1 task rather than 4 (in thisexample) and at the end I get my BIG task completed.  Example:  MAKE ACAKE - get ingredientes.  When this is accomplished I then rename thetask MAKE A CAKE - mix ingredientes (and will register in the "Details,with a time stamp what I already did)

返回列表