@@ -10,18 +10,27 @@ There are primary, secondary, and tertiary states.
1010- ` Open ` - Waits to be done
1111- ` Closed ` - Nothing left to be done
1212
13- ** 9 exclusive secondary states:**
14-
15- - ` Asleep ` - Is hidden because it's not relevant yet
16- - ` Awake ` - Has become relevant or will become soon
17- - ` Ready ` - Is ready to be done (similar to Open)
18- - ` Waiting ` - It's still unclear if the task needs to be done or really has been
19- done. Regular checks are necessary until situation clears up.
13+ ** 8 secondary states:**
14+
15+ They are not fully exclusive, as a task that should be reviewed is also ready.
16+ The info command, however, only shows the most relevant one.
17+
18+ - ` Asleep ` - Is hidden because it's not relevant yet. \
19+ E.g. the parcel can only be sent after ` awake_utc ` .
20+ - ` Awake ` - Has become relevant or will become soon. \
21+ E.g. the parcel could be sent now.
22+ - ` Ready ` - Is now ready to be done and should be started as soon as possible. \
23+ E.g. the parcel should be sent now.
24+ - ` Waiting ` -
25+ It is unclear if the task really has been done.
26+ Regular checks are necessary until situation clears up. \
27+ E.g. the parcel was sent and waiting for confirmation of receipt.
2028- ` Review ` - It's necessary to check if the task can finally be started or
21- if it has finally been completed.
22- - ` Done ` - Has been done
23- - ` Obsolete ` - Has become obsolete or impossible to finish
24- - ` Deletable ` - Not needed anymore and can be deleted (item in the trash)
29+ if it has finally been completed. \
30+ E.g. investigate if the parcel has been sent or received.
31+ - ` Done ` - Has been done.
32+ - ` Obsolete ` - Has become obsolete or impossible to finish.
33+ - ` Deletable ` - Not needed anymore and can be deleted (item in the trash).
2534
2635<!--
2736TODO: Add Blocked
@@ -37,16 +46,16 @@ Table row:
3746
3847State\Field|` awake_utc ` |` ready_utc ` |` waiting_utc ` |` review_utc ` |` closed_utc ` |` state `
3948-----------|:---------:|:---------:|:----------:|:---------:|:--------:|:------:
40- ** ` Open ` ** | ❔ | ❔ | ❔ | ❔ | ❌ | ❌
41- ` └─Asleep ` | > now | > now or ❌| ❌ | ❌ | ❌ | ❌
42- ` └─Awake ` | < now | > now or ❌| ❌ | ❌ | ❌ | ❌
43- ` └─Ready ` |< now or ❌| < now | ❌ | ❌ | ❌ | ❌
44- ` └─Waiting ` | ❔ | ❔ | < now | > now or ❌| ❌ | ❌
45- ` └─Review ` | ❔ | ❔ | ❔ | < now | ❌ | ❌
46- ** ` Closed ` ** | ❔ | ❔ | ❔ | ❔ | ✅ | ❔
47- ` └─Done ` | ❔ | ❔ | ❔ | ❔ | ✅ |` Done `
48- ` └─Obsolete ` | ❔ | ❔ | ❔ | ❔ | ✅ |` Obsolete `
49- ` └─Deletable ` | ❔ | ❔ | ❔ | ❔ | ✅ |` Deletable `
49+ ** ` Open ` ** | ❔ | ❔ | ❔ | ❔ | ❌ | ❌
50+ ` └─Asleep ` | > now | > now or ❌| ❌ | ❌ | ❌ | ❌
51+ ` └─Awake ` | < now | > now or ❌| ❌ | ❌ | ❌ | ❌
52+ ` └─Ready ` | < now or ❌| < now | ❌ | < now or ❌ | ❌ | ❌
53+ ` └─Waiting ` | ❔ | ❔ | < now | > now or ❌| ❌ | ❌
54+ ` └─Review ` | ❔ | ❔ | ❔ | < now | ❌ | ❌
55+ ** ` Closed ` ** | ❔ | ❔ | ❔ | ❔ | ✅ | ❔
56+ ` └─Done ` | ❔ | ❔ | ❔ | ❔ | ✅ |` Done `
57+ ` └─Obsolete ` | ❔ | ❔ | ❔ | ❔ | ✅ |` Obsolete `
58+ ` └─Deletable ` | ❔ | ❔ | ❔ | ❔ | ✅ |` Deletable `
5059
5160</small >
5261
@@ -58,7 +67,7 @@ Legend:
5867
5968** 3 exclusive tertiary states:**
6069
61- - ` Repeating ` - If this task get completed, a duplicate will be created
70+ - ` Repeating ` - If this task gets completed, a duplicate will be created
6271 with the specified time offset.
6372 I.e. subsequent tasks get delayed
6473 (e.g. mowing the lawn)
0 commit comments