1====== My Gantt Page ======
2
3aaa
4
5~~NOCACHE~~
6~~~~GANTT~~~~
7{
8    "pageId": "asd",
9    "version": "1.0",
10    "dsn": ":embedded:",
11    "increment": {
12        "task": 12,
13        "link": 8
14    },
15    "gantt": {
16        "data": [
17            {
18                "id": 2,
19                "text": "Create Gantt plugin",
20                "start_date": "02-02-2020 00:00",
21                "duration": 6,
22                "progress": 0.6254681647940075,
23                "parent": 0,
24                "open": true,
25                "order": 0,
26                "target": ""
27            },
28            {
29                "id": 3,
30                "text": "Research Gannt solutions",
31                "start_date": "02-02-2020 00:00",
32                "duration": 2,
33                "progress": 1,
34                "parent": 2,
35                "open": true,
36                "order": 0,
37                "target": ""
38            },
39            {
40                "id": 4,
41                "text": "1st prototype \nwith embedded database",
42                "start_date": "04-02-2020 00:00",
43                "duration": 1,
44                "progress": 1,
45                "parent": 2,
46                "open": true,
47                "order": 0,
48                "target": ""
49            },
50            {
51                "id": 5,
52                "text": "UI tweaks",
53                "start_date": "05-02-2020 00:00",
54                "duration": 1,
55                "progress": 0,
56                "parent": 2,
57                "open": true,
58                "order": 0,
59                "target": ""
60            },
61            {
62                "id": 6,
63                "text": "Release 0.1",
64                "start_date": "07-02-2020 00:00",
65                "duration": 1,
66                "progress": 0,
67                "parent": 2,
68                "open": true,
69                "order": 0,
70                "target": ""
71            },
72            {
73                "id": 7,
74                "text": "Gannt Support",
75                "start_date": "05-02-2020 00:00",
76                "duration": 3,
77                "progress": 0,
78                "parent": 0,
79                "open": true,
80                "order": 0,
81                "target": "next:10"
82            },
83            {
84                "id": 8,
85                "text": "create plugin repository, docs",
86                "start_date": "02-02-2020 00:00",
87                "duration": 1,
88                "progress": 0,
89                "parent": 1580811589330,
90                "open": true,
91                "order": 0,
92                "target": null
93            },
94            {
95                "id": 9,
96                "text": "dokuwiki account",
97                "start_date": "05-02-2020 00:00",
98                "duration": 1,
99                "progress": 0,
100                "parent": 1580811589330,
101                "open": true,
102                "order": 0,
103                "target": null
104            },
105            {
106                "id": 10,
107                "text": "dokuwiki account",
108                "start_date": "07-02-2020 00:00",
109                "duration": 1,
110                "progress": 0,
111                "parent": 7,
112                "open": true,
113                "order": 0,
114                "target": "11"
115            },
116            {
117                "id": 11,
118                "text": "github, readme",
119                "start_date": "05-02-2020 00:00",
120                "duration": 2,
121                "progress": 0,
122                "parent": 7,
123                "open": true,
124                "order": 0,
125                "target": "10"
126            }
127        ],
128        "links": [
129            {
130                "id": 1,
131                "source": 3,
132                "target": 4,
133                "type": "0"
134            },
135            {
136                "id": 2,
137                "source": 4,
138                "target": 5,
139                "type": "0"
140            },
141            {
142                "id": 3,
143                "source": 5,
144                "target": 6,
145                "type": "0"
146            },
147            {
148                "id": 4,
149                "source": 2,
150                "target": 7,
151                "type": "1"
152            },
153            {
154                "id": 5,
155                "source": 11,
156                "target": 10,
157                "type": "0"
158            },
159            {
160                "id": 6,
161                "source": 10,
162                "target": 7,
163                "type": "2"
164            },
165            {
166                "id": 7,
167                "source": 7,
168                "target": 6,
169                "type": "2"
170            }
171        ]
172    }
173}
174~~~~~~~~~~~
175
176
177zzz
178