-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample-data.json
More file actions
594 lines (594 loc) · 19.3 KB
/
Copy pathsample-data.json
File metadata and controls
594 lines (594 loc) · 19.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
{
"project": {
"name": "Cloud Migration Platform",
"description": "Enterprise cloud migration and modernization initiative",
"startDate": "2026-01-15",
"endDate": "2026-08-30",
"manager": "Sarah Chen",
"budget": 2500000,
"actualSpend": 1650000
},
"tasks": [
{
"id": "T-001",
"name": "Requirements Gathering",
"description": "Conduct workshops with stakeholders to document system requirements and dependencies",
"startDate": "2026-01-15",
"endDate": "2026-02-15",
"plannedStartDate": "2026-01-15",
"plannedEndDate": "2026-02-10",
"duration": 31,
"percentComplete": 100,
"assignee": "Sarah Chen",
"dependencies": [],
"priority": "high",
"status": "completed",
"milestone": false,
"category": "Planning",
"estimatedEffort": 240,
"actualEffort": 280,
"notes": "Requirements gathering took longer than planned due to conflicting stakeholder availability."
},
{
"id": "T-002",
"name": "Cloud Architecture Design",
"description": "Design target multi-region cloud architecture and landing zone spec",
"startDate": "2026-02-10",
"endDate": "2026-02-28",
"plannedStartDate": "2026-02-10",
"plannedEndDate": "2026-02-25",
"duration": 18,
"percentComplete": 100,
"assignee": "Sarah Chen",
"dependencies": ["T-001"],
"priority": "high",
"status": "completed",
"milestone": false,
"category": "Planning",
"estimatedEffort": 160,
"actualEffort": 180,
"notes": "Architectural reviews added minor delays but resulted in a more robust multi-region design."
},
{
"id": "T-003",
"name": "Migration Strategy Definition",
"description": "Formulate applications assessment matrix (Rehost, Replatform, Refactor)",
"startDate": "2026-02-20",
"endDate": "2026-03-05",
"plannedStartDate": "2026-02-20",
"plannedEndDate": "2026-03-05",
"duration": 13,
"percentComplete": 100,
"assignee": "James Smith",
"dependencies": ["T-001"],
"priority": "medium",
"status": "completed",
"milestone": false,
"category": "Planning",
"estimatedEffort": 100,
"actualEffort": 90,
"notes": "Completed slightly ahead of estimated effort."
},
{
"id": "T-004",
"name": "Target Architecture Signoff",
"description": "Obtain security and compliance approvals for target architecture design",
"startDate": "2026-03-01",
"endDate": "2026-03-10",
"plannedStartDate": "2026-03-01",
"plannedEndDate": "2026-03-08",
"duration": 9,
"percentComplete": 100,
"assignee": "Sarah Chen",
"dependencies": ["T-002", "T-003"],
"priority": "high",
"status": "completed",
"milestone": false,
"category": "Planning",
"estimatedEffort": 80,
"actualEffort": 90,
"notes": "Governance committee requested extra documentation on data encryption keys."
},
{
"id": "T-005",
"name": "VPC and Subnet Setup",
"description": "Provision virtual private networks, subnets, and transit gateway configurations",
"startDate": "2026-03-10",
"endDate": "2026-03-25",
"plannedStartDate": "2026-03-10",
"plannedEndDate": "2026-03-25",
"duration": 15,
"percentComplete": 100,
"assignee": "Emma Davis",
"dependencies": ["T-004"],
"priority": "high",
"status": "completed",
"milestone": false,
"category": "Infrastructure",
"estimatedEffort": 120,
"actualEffort": 120,
"notes": ""
},
{
"id": "T-006",
"name": "Security Groups & IAM Roles",
"description": "Implement Identity & Access Management rules, directory services, and network ACLs",
"startDate": "2026-03-26",
"endDate": "2026-04-10",
"plannedStartDate": "2026-03-26",
"plannedEndDate": "2026-04-08",
"duration": 15,
"percentComplete": 100,
"assignee": "Emma Davis",
"dependencies": ["T-005"],
"priority": "high",
"status": "completed",
"milestone": false,
"category": "Infrastructure",
"estimatedEffort": 80,
"actualEffort": 95,
"notes": "Required additional security review cycles which delayed the completion."
},
{
"id": "T-007",
"name": "Compute Instance Provisioning",
"description": "Launch target virtual machine scale sets and Kubernetes host clusters",
"startDate": "2026-04-11",
"endDate": "2026-04-25",
"plannedStartDate": "2026-04-10",
"plannedEndDate": "2026-04-24",
"duration": 14,
"percentComplete": 100,
"assignee": "Emma Davis",
"dependencies": ["T-006"],
"priority": "medium",
"status": "completed",
"milestone": false,
"category": "Infrastructure",
"estimatedEffort": 100,
"actualEffort": 100,
"notes": ""
},
{
"id": "T-008",
"name": "Database Migration Setup",
"description": "Configure database replication services and execute initial schema migrations",
"startDate": "2026-04-26",
"endDate": null,
"plannedStartDate": "2026-04-25",
"plannedEndDate": "2026-05-15",
"duration": 20,
"percentComplete": 75,
"assignee": "Alex Rivera",
"dependencies": ["T-007"],
"priority": "critical",
"status": "delayed",
"category": "Development",
"estimatedEffort": 160,
"actualEffort": 220,
"notes": "Encountered serious schema mapping errors and data sync speed drops. Overdue by more than two weeks."
},
{
"id": "T-009",
"name": "API Gateway Configuration",
"description": "Establish routing, rate limiting, and SSL endpoints for API Gateway",
"startDate": "2026-05-05",
"endDate": null,
"plannedStartDate": "2026-05-01",
"plannedEndDate": "2026-05-15",
"duration": 14,
"percentComplete": 40,
"assignee": "Alex Rivera",
"dependencies": ["T-007"],
"priority": "high",
"status": "at-risk",
"category": "Development",
"estimatedEffort": 80,
"actualEffort": 110,
"notes": "Progress is slow because assignee is overallocated and primary effort has been diverted to debug T-008."
},
{
"id": "T-010",
"name": "Auth Integration",
"description": "Integrate single sign-on (SSO) and OAuth2 identity providers",
"startDate": "2026-05-12",
"endDate": null,
"plannedStartDate": "2026-05-10",
"plannedEndDate": "2026-05-28",
"duration": 18,
"percentComplete": 50,
"assignee": "Alex Rivera",
"dependencies": ["T-006"],
"priority": "medium",
"status": "in-progress",
"category": "Development",
"estimatedEffort": 120,
"actualEffort": 100,
"notes": "Currently active but at risk of delaying if other dependencies do not clear."
},
{
"id": "T-011",
"name": "CI/CD Pipeline Construction",
"description": "Build deployment pipelines for containerized microservices",
"startDate": "2026-05-18",
"endDate": null,
"plannedStartDate": "2026-05-15",
"plannedEndDate": "2026-06-05",
"duration": 21,
"percentComplete": 30,
"assignee": "Alex Rivera",
"dependencies": ["T-007"],
"priority": "medium",
"status": "in-progress",
"category": "Development",
"estimatedEffort": 100,
"actualEffort": 80,
"notes": "Overlaps with DB migration and API Gateway configs. Resources are stretched."
},
{
"id": "T-012",
"name": "Backend Services Migration",
"description": "Deploy core service containers to staging and link with cloud database",
"startDate": null,
"endDate": null,
"plannedStartDate": "2026-05-16",
"plannedEndDate": "2026-06-10",
"duration": 25,
"percentComplete": 0,
"assignee": "James Smith",
"dependencies": ["T-008"],
"priority": "high",
"status": "delayed",
"category": "Development",
"estimatedEffort": 200,
"actualEffort": 0,
"notes": "Blocked until Database Migration Setup (T-008) finishes. Planned start date is missed."
},
{
"id": "T-013",
"name": "Frontend Application Migration",
"description": "Migrate web portal assets to CDN hosting and configure routing",
"startDate": null,
"endDate": null,
"plannedStartDate": "2026-06-11",
"plannedEndDate": "2026-07-02",
"duration": 21,
"percentComplete": 0,
"assignee": "Emma Davis",
"dependencies": ["T-012", "T-009"],
"priority": "medium",
"status": "not-started",
"category": "Development",
"estimatedEffort": 160,
"actualEffort": 0,
"notes": ""
},
{
"id": "T-014",
"name": "System Integration Testing",
"description": "Perform end-to-end integration tests between cloud backend and frontend layers",
"startDate": null,
"endDate": null,
"plannedStartDate": "2026-07-03",
"plannedEndDate": "2026-07-20",
"duration": 17,
"percentComplete": 0,
"assignee": "Sophia Taylor",
"dependencies": ["T-013"],
"priority": "high",
"status": "not-started",
"category": "Testing",
"estimatedEffort": 120,
"actualEffort": 0,
"notes": ""
},
{
"id": "T-015",
"name": "Performance & Load Testing",
"description": "Verify platform responsiveness and stress limits under simulated peak user volumes",
"startDate": null,
"endDate": null,
"plannedStartDate": "2026-07-21",
"plannedEndDate": "2026-08-05",
"duration": 15,
"percentComplete": 0,
"assignee": "Sophia Taylor",
"dependencies": ["T-014"],
"priority": "medium",
"status": "not-started",
"category": "Testing",
"estimatedEffort": 100,
"actualEffort": 0,
"notes": ""
},
{
"id": "T-016",
"name": "Security & Compliance Audit",
"description": "Conduct external penetration testing and vulnerability scanning",
"startDate": null,
"endDate": null,
"plannedStartDate": "2026-07-21",
"plannedEndDate": "2026-08-10",
"duration": 20,
"percentComplete": 0,
"assignee": "Emma Davis",
"dependencies": ["T-014"],
"priority": "high",
"status": "not-started",
"category": "Testing",
"estimatedEffort": 80,
"actualEffort": 0,
"notes": ""
},
{
"id": "T-017",
"name": "User Acceptance Testing",
"description": "Coordinate stakeholder reviews and gather feedback for staging deployment approval",
"startDate": null,
"endDate": null,
"plannedStartDate": "2026-08-06",
"plannedEndDate": "2026-08-20",
"duration": 14,
"percentComplete": 0,
"assignee": "Sophia Taylor",
"dependencies": ["T-015"],
"priority": "high",
"status": "not-started",
"category": "Testing",
"estimatedEffort": 120,
"actualEffort": 0,
"notes": ""
},
{
"id": "T-018",
"name": "Cutover & Deployment Execution",
"description": "Execute final sync, redirect DNS traffic to the cloud environment, and monitor",
"startDate": null,
"endDate": null,
"plannedStartDate": "2026-08-21",
"plannedEndDate": "2026-08-25",
"duration": 4,
"percentComplete": 0,
"assignee": "Alex Rivera",
"dependencies": ["T-017", "T-016"],
"priority": "critical",
"status": "not-started",
"category": "Deployment",
"estimatedEffort": 80,
"actualEffort": 0,
"notes": ""
},
{
"id": "T-019",
"name": "Post-Migration Support",
"description": "Provide hypercare support, triage critical production issues, and optimize resource scaling",
"startDate": null,
"endDate": null,
"plannedStartDate": "2026-08-26",
"plannedEndDate": "2026-09-10",
"duration": 15,
"percentComplete": 0,
"assignee": "James Smith",
"dependencies": ["T-018"],
"priority": "medium",
"status": "not-started",
"category": "Deployment",
"estimatedEffort": 160,
"actualEffort": 0,
"notes": ""
},
{
"id": "T-020",
"name": "Operations Training",
"description": "Train target DevOps and support engineers on platform monitoring and troubleshooting tools",
"startDate": null,
"endDate": null,
"plannedStartDate": "2026-08-15",
"plannedEndDate": "2026-08-25",
"duration": 10,
"percentComplete": 0,
"assignee": "Sarah Chen",
"dependencies": ["T-017"],
"priority": "low",
"status": "not-started",
"category": "Training",
"estimatedEffort": 60,
"actualEffort": 0,
"notes": ""
},
{
"id": "T-021",
"name": "User Documentation & Guides",
"description": "Publish internal wikis and user guides outlining new system topology and user access patterns",
"startDate": null,
"endDate": null,
"plannedStartDate": "2026-08-10",
"plannedEndDate": "2026-08-24",
"duration": 14,
"percentComplete": 0,
"assignee": "Sophia Taylor",
"dependencies": ["T-014"],
"priority": "low",
"status": "not-started",
"category": "Training",
"estimatedEffort": 80,
"actualEffort": 0,
"notes": ""
},
{
"id": "T-022",
"name": "Final Project Closeout",
"description": "Conduct post-mortem sessions, document lessons learned, and release project resources",
"startDate": null,
"endDate": null,
"plannedStartDate": "2026-08-26",
"plannedEndDate": "2026-08-30",
"duration": 4,
"percentComplete": 0,
"assignee": "Sarah Chen",
"dependencies": ["T-019", "T-020", "T-021"],
"priority": "low",
"status": "not-started",
"category": "Planning",
"estimatedEffort": 40,
"actualEffort": 0,
"notes": ""
}
],
"milestones": [
{
"id": "M-001",
"name": "Infrastructure Ready",
"plannedDate": "2026-04-15",
"actualDate": "2026-04-20",
"status": "completed",
"dependentTasks": ["T-005", "T-006", "T-007"]
},
{
"id": "M-002",
"name": "Core Migration & Services Integration",
"plannedDate": "2026-06-15",
"actualDate": null,
"status": "at-risk",
"dependentTasks": ["T-008", "T-009", "T-010", "T-011", "T-012"]
},
{
"id": "M-003",
"name": "Platform Cutover & Go-Live",
"plannedDate": "2026-08-25",
"actualDate": null,
"status": "not-started",
"dependentTasks": ["T-018", "T-019", "T-022"]
}
],
"logs": [
{
"id": "L-001",
"date": "2026-01-20",
"type": "progress",
"severity": "low",
"message": "Requirements gathering sessions kicked off with key stakeholders.",
"taskId": "T-001",
"author": "Sarah Chen"
},
{
"id": "L-002",
"date": "2026-02-12",
"type": "risk",
"severity": "medium",
"message": "Stakeholder availability delays requirements sign-off by 5 days.",
"taskId": "T-001",
"author": "Sarah Chen"
},
{
"id": "L-003",
"date": "2026-03-25",
"type": "decision",
"severity": "low",
"message": "Decided to use cloud provider native network architecture for multi-VPC connectivity.",
"taskId": "T-005",
"author": "Emma Davis"
},
{
"id": "L-004",
"date": "2026-04-05",
"type": "issue",
"severity": "medium",
"message": "IAM role configuration changes requested by security auditor; required additional review iterations.",
"taskId": "T-006",
"author": "Emma Davis"
},
{
"id": "L-005",
"date": "2026-04-28",
"type": "risk",
"severity": "high",
"message": "Database migration complexity was underestimated; legacy schema mapping is non-trivial.",
"taskId": "T-008",
"author": "Alex Rivera"
},
{
"id": "L-006",
"date": "2026-05-12",
"type": "issue",
"severity": "high",
"message": "Database replication lag exceeding acceptable threshold; temporarily pausing live sync testing.",
"taskId": "T-008",
"author": "Alex Rivera"
},
{
"id": "L-007",
"date": "2026-05-18",
"type": "risk",
"severity": "high",
"message": "Alex Rivera is overallocated on API Gateway, Auth, and CI/CD setup; progress on all development tasks slowing down.",
"taskId": "T-009",
"author": "Sarah Chen"
},
{
"id": "L-008",
"date": "2026-05-22",
"type": "decision",
"severity": "medium",
"message": "Approve temporary compute instance upgrades to accelerate database indexing and migration tests.",
"taskId": "T-008",
"author": "Sarah Chen"
},
{
"id": "L-009",
"date": "2026-05-28",
"type": "issue",
"severity": "critical",
"message": "Database Migration Setup (T-008) missed its planned completion date of May 15. Backend services migration (T-012) cannot start, threatening the June 15 Core Migration milestone.",
"taskId": "T-008",
"author": "Sarah Chen"
},
{
"id": "L-010",
"date": "2026-05-30",
"type": "change",
"severity": "medium",
"message": "Requested additional DevOps resource support to offload pipeline configuration tasks from Alex Rivera.",
"taskId": "T-011",
"author": "Sarah Chen"
}
],
"statusReports": [
{
"id": "SR-001",
"date": "2026-03-01",
"period": "February 2026",
"overallStatus": "on-track",
"completedTasks": ["T-001", "T-002"],
"risksIdentified": 1,
"summary": "Requirements gathered successfully and target architecture designed. Project is proceeding on schedule with minor delays in requirements signoff which were absorbed."
},
{
"id": "SR-002",
"date": "2026-04-01",
"period": "March 2026",
"overallStatus": "on-track",
"completedTasks": ["T-003", "T-004", "T-005"],
"risksIdentified": 1,
"summary": "Migration strategy finalized and target architecture signed off. Infrastructure VPC setup completed. Security IAM configurations are underway."
},
{
"id": "SR-003",
"date": "2026-05-01",
"period": "April 2026",
"overallStatus": "on-track",
"completedTasks": ["T-006", "T-007"],
"risksIdentified": 2,
"summary": "Infrastructure phase completed with the provisioning of compute instances and security groups. Milestone 1 (Infrastructure Ready) achieved. Database migration setup has commenced, but early complexity concerns have been raised by the technical lead."
},
{
"id": "SR-004",
"date": "2026-06-01",
"period": "May 2026",
"overallStatus": "at-risk",
"completedTasks": [],
"risksIdentified": 4,
"summary": "Project status has degraded to at-risk. The Database Migration Setup (T-008) is delayed due to schema mapping complexities. This has blocked the Backend Services Migration (T-012). Additionally, resource overallocation on Alex Rivera is slowing down API Gateway config, Auth Integration, and CI/CD pipelines. Active mitigation plans are in progress including recruiting extra DevOps capacity."
}
]
}