1
+ Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
2
+ exports . summaryData = [
3
+ {
4
+ taskID : 1 ,
5
+ taskName : 'Planning' ,
6
+ startDate : new Date ( '02/03/2017' ) ,
7
+ endDate : new Date ( '02/07/2017' ) ,
8
+ progress : 100 ,
9
+ duration : 5 ,
10
+ priority : 'Normal' ,
11
+ approved : false ,
12
+ subtasks : [
13
+ { taskID : 2 , taskName : 'Plan timeline' , startDate : new Date ( '02/03/2017' ) ,
14
+ endDate : new Date ( '02/07/2017' ) , duration : 5 , progress : 100 , priority : 'Normal' , approved : false } ,
15
+ { taskID : 3 , taskName : 'Plan budget' , startDate : new Date ( '02/03/2017' ) ,
16
+ endDate : new Date ( '02/07/2017' ) , duration : 5 , progress : 100 , priority : 'Low' , approved : true } ,
17
+ { taskID : 4 , taskName : 'Allocate resources' , startDate : new Date ( '02/03/2017' ) ,
18
+ endDate : new Date ( '02/07/2017' ) , duration : 5 , progress : 100 , priority : 'Critical' , approved : false } ,
19
+ { taskID : 5 , taskName : 'Planning complete' , startDate : new Date ( '02/07/2017' ) ,
20
+ endDate : new Date ( '02/07/2017' ) , duration : 0 , progress : 0 , priority : 'Low' , approved : true }
21
+ ]
22
+ } ,
23
+ {
24
+ taskID : 6 ,
25
+ taskName : 'Design' ,
26
+ startDate : new Date ( '02/10/2017' ) ,
27
+ endDate : new Date ( '02/14/2017' ) ,
28
+ duration : 3 ,
29
+ progress : 86 ,
30
+ priority : 'High' ,
31
+ approved : false ,
32
+ subtasks : [
33
+ { taskID : 7 , taskName : 'Software Specification' , startDate : new Date ( '02/10/2017' ) ,
34
+ endDate : new Date ( '02/12/2017' ) , duration : 3 , progress : 60 , priority : 'Normal' , approved : false } ,
35
+ { taskID : 8 , taskName : 'Develop prototype' , startDate : new Date ( '02/10/2017' ) ,
36
+ endDate : new Date ( '02/12/2017' ) , duration : 3 , progress : 100 , priority : 'Critical' , approved : false } ,
37
+ { taskID : 9 , taskName : 'Get approval from customer' , startDate : new Date ( '02/13/2017' ) ,
38
+ endDate : new Date ( '02/14/2017' ) , duration : 2 , progress : 100 , priority : 'Low' , approved : true } ,
39
+ { taskID : 10 , taskName : 'Design Documentation' , startDate : new Date ( '02/13/2017' ) ,
40
+ endDate : new Date ( '02/14/2017' ) , duration : 2 , progress : 100 , priority : 'High' , approved : true } ,
41
+ { taskID : 11 , taskName : 'Design complete' , startDate : new Date ( '02/14/2017' ) ,
42
+ endDate : new Date ( '02/14/2017' ) , duration : 0 , progress : 0 , priority : 'Normal' , approved : true }
43
+ ]
44
+ } ,
45
+ {
46
+ taskID : 12 ,
47
+ taskName : 'Implementation Phase' ,
48
+ startDate : new Date ( '02/17/2017' ) ,
49
+ endDate : new Date ( '02/27/2017' ) ,
50
+ priority : 'Normal' ,
51
+ approved : false ,
52
+ duration : 11 ,
53
+ progress : 66 ,
54
+ subtasks : [
55
+ {
56
+ taskID : 13 ,
57
+ taskName : 'Phase 1' ,
58
+ startDate : new Date ( '02/17/2017' ) ,
59
+ endDate : new Date ( '02/27/2017' ) ,
60
+ priority : 'High' ,
61
+ approved : false ,
62
+ progress : 50 ,
63
+ duration : 11 ,
64
+ subtasks : [ {
65
+ taskID : 14 ,
66
+ taskName : 'Implementation Module 1' ,
67
+ startDate : new Date ( '02/17/2017' ) ,
68
+ endDate : new Date ( '02/27/2017' ) ,
69
+ priority : 'Normal' ,
70
+ duration : 11 ,
71
+ progress : 10 ,
72
+ approved : false ,
73
+ subtasks : [
74
+ { taskID : 15 , taskName : 'Development Task 1' , startDate : new Date ( '02/17/2017' ) ,
75
+ endDate : new Date ( '02/19/2017' ) , duration : 3 , progress : '50' , priority : 'High' , approved : false } ,
76
+ { taskID : 16 , taskName : 'Development Task 2' , startDate : new Date ( '02/17/2017' ) ,
77
+ endDate : new Date ( '02/19/2017' ) , duration : 3 , progress : '50' , priority : 'Low' , approved : true } ,
78
+ { taskID : 17 , taskName : 'Testing' , startDate : new Date ( '02/20/2017' ) ,
79
+ endDate : new Date ( '02/21/2017' ) , duration : 2 , progress : '0' , priority : 'Normal' , approved : true } ,
80
+ { taskID : 18 , taskName : 'Bug fix' , startDate : new Date ( '02/24/2017' ) ,
81
+ endDate : new Date ( '02/25/2017' ) , duration : 2 , progress : '0' , priority : 'Critical' , approved : false } ,
82
+ { taskID : 19 , taskName : 'Customer review meeting' , startDate : new Date ( '02/26/2017' ) ,
83
+ endDate : new Date ( '02/27/2017' ) , duration : 2 , progress : '0' , priority : 'High' , approved : false } ,
84
+ { taskID : 20 , taskName : 'Phase 1 complete' , startDate : new Date ( '02/27/2017' ) ,
85
+ endDate : new Date ( '02/27/2017' ) , duration : 0 , progress : '50' , priority : 'Low' , approved : true }
86
+ ]
87
+ } ]
88
+ } ,
89
+ {
90
+ taskID : 21 ,
91
+ taskName : 'Phase 2' ,
92
+ startDate : new Date ( '02/17/2017' ) ,
93
+ endDate : new Date ( '02/28/2017' ) ,
94
+ priority : 'High' ,
95
+ approved : false ,
96
+ duration : 12 ,
97
+ progress : 60 ,
98
+ subtasks : [ {
99
+ taskID : 22 ,
100
+ taskName : 'Implementation Module 2' ,
101
+ startDate : new Date ( '02/17/2017' ) ,
102
+ endDate : new Date ( '02/28/2017' ) ,
103
+ priority : 'Critical' ,
104
+ approved : false ,
105
+ duration : 12 ,
106
+ progress : 90 ,
107
+ subtasks : [
108
+ { taskID : 23 , taskName : 'Development Task 1' , startDate : new Date ( '02/17/2017' ) ,
109
+ endDate : new Date ( '02/20/2017' ) , duration : 4 , progress : '50' , priority : 'Normal' , approved : true } ,
110
+ { taskID : 24 , taskName : 'Development Task 2' , startDate : new Date ( '02/17/2017' ) ,
111
+ endDate : new Date ( '02/20/2017' ) , duration : 4 , progress : '50' , priority : 'Critical' , approved : true } ,
112
+ { taskID : 25 , taskName : 'Testing' , startDate : new Date ( '02/21/2017' ) ,
113
+ endDate : new Date ( '02/24/2017' ) , duration : 2 , progress : '0' , priority : 'High' , approved : false } ,
114
+ { taskID : 26 , taskName : 'Bug fix' , startDate : new Date ( '02/25/2017' ) ,
115
+ endDate : new Date ( '02/26/2017' ) , duration : 2 , progress : '0' , priority : 'Low' , approved : false } ,
116
+ { taskID : 27 , taskName : 'Customer review meeting' , startDate : new Date ( '02/27/2017' ) ,
117
+ endDate : new Date ( '02/28/2017' ) , duration : 2 , progress : '0' , priority : 'Critical' , approved : true } ,
118
+ { taskID : 28 , taskName : 'Phase 2 complete' , startDate : new Date ( '02/28/2017' ) ,
119
+ endDate : new Date ( '02/28/2017' ) , duration : 0 , progress : '50' , priority : 'Normal' , approved : false }
120
+ ]
121
+ } ]
122
+ } ,
123
+ {
124
+ taskID : 29 ,
125
+ taskName : 'Phase 3' ,
126
+ startDate : new Date ( '02/17/2017' ) ,
127
+ endDate : new Date ( '02/27/2017' ) ,
128
+ priority : 'Normal' ,
129
+ approved : false ,
130
+ duration : 11 ,
131
+ progress : 30 ,
132
+ subtasks : [ {
133
+ taskID : 30 ,
134
+ taskName : 'Implementation Module 3' ,
135
+ startDate : new Date ( '02/17/2017' ) ,
136
+ endDate : new Date ( '02/27/2017' ) ,
137
+ priority : 'High' ,
138
+ approved : false ,
139
+ duration : 11 ,
140
+ progress : 60 ,
141
+ subtasks : [
142
+ { taskID : 31 , taskName : 'Development Task 1' , startDate : new Date ( '02/17/2017' ) ,
143
+ endDate : new Date ( '02/19/2017' ) , duration : 3 , progress : '50' , priority : 'Low' , approved : true } ,
144
+ { taskID : 32 , taskName : 'Development Task 2' , startDate : new Date ( '02/17/2017' ) ,
145
+ endDate : new Date ( '02/19/2017' ) , duration : 3 , progress : '50' , priority : 'Normal' , approved : false } ,
146
+ { taskID : 33 , taskName : 'Testing' , startDate : new Date ( '02/20/2017' ) ,
147
+ endDate : new Date ( '02/21/2017' ) , duration : 2 , progress : '0' , priority : 'Critical' , approved : true } ,
148
+ { taskID : 34 , taskName : 'Bug fix' , startDate : new Date ( '02/24/2017' ) ,
149
+ endDate : new Date ( '02/25/2017' ) , duration : 2 , progress : '0' , priority : 'High' , approved : false } ,
150
+ { taskID : 35 , taskName : 'Customer review meeting' , startDate : new Date ( '02/26/2017' ) ,
151
+ endDate : new Date ( '02/27/2017' ) , duration : 2 , progress : '0' , priority : 'Normal' , approved : true } ,
152
+ { taskID : 36 , taskName : 'Phase 3 complete' , startDate : new Date ( '02/27/2017' ) ,
153
+ endDate : new Date ( '02/27/2017' ) , duration : 0 , progress : '50' , priority : 'Critical' , approved : false } ,
154
+ ]
155
+ } ]
156
+ }
157
+ ]
158
+ }
159
+ ]
0 commit comments