ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
FeatureGTDNext.com implementationTaskScale.net implementation
2
AreasImplemented as an attribute of a top-level node.
All child nodes inherit Area from parent.
Outline can be filtered by Area
First entry of Area -> Workspace -> Node Tree (Outline) relation
Allows to organize data on the top level. (20,000 foot view)
3
Workspacesnot implementedSplits Area into more detaied categories.
4
Node Tree (Outline)Contains all the nodes (Projects and Actions) of the userContains nodes for the selected Workspace only
5
Node Tree item type: Nodenot implementedNode is a basic type in the outline.
It can't be marked as completed/cancelled.
It does not appear in the Next Actions list
6
Node Tree item type: Project, ActionAny node is automatically Action or Project.
Node without children is an Action
Node with at least one child is a Project
First (not completed) Action of any Project appears in the Next Actions list
Any node is Node. Node can be turned into Project with user action.
Only direct children of Project are Actions.
Children of Action are Nodes.
First (not completed) Action of any Project appears in the Next Actions list
7
Node Tree item type: Checklistnot implemented
Checklist is a special node type. Any descendant of a Checklist type is a Checklist.
Two main differences from Node are:
- it can be marked as completed/cancelled
- it will appear under the Next Action list if it is a part of a Project
Only top-level checklist can get into the Next Action list
8
InboxSpecial status for any Action in the outline
Can be seen in the special list from the main menu
Separate page for inbox nodes.
Inbox is global, meaning it does not depend on selected Area/Workspace
9
Waiting and Someday statusSpecial status for any node of the Outline
Can be seen in special lists from the main menu
No special status implemented.
Imports from GTDNext as tags #waiting, #someday
Can be found with standard search functionality
10
TagsImplemented as a separate attribute that can be added to node
Can be filtered by a Tag Filter
Implemented as a part of the node's text prfixed with #
Can be filtered/found by a standard search functionality
11
Today/Daily Planner pageLimited functionality.
User can drag some node to today list
Contains two parts:
- Free node entry where user can add daily plan manually
- Scheduled/Due items that are to be execued today or on past days
12
FocusSpecial attribute on the node.
Can be filtered
not implemented
Suggested replacement is Priority
13
Repeating NodesGets copied as a self child on the scheduled dateGets copied as a self child on the scheduled date
All children of the scheduled node are copied
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100