ZahirJS commited on
Commit
d321b13
·
verified ·
1 Parent(s): b7bc2f1

Update sample_data.py

Browse files
Files changed (1) hide show
  1. sample_data.py +24 -192
sample_data.py CHANGED
@@ -391,76 +391,20 @@ WBS_DIAGRAM_JSON = """
391
  "label": "Identify Vision",
392
  "children": [
393
  {
394
- "id": "level_4_analysis",
395
- "label": "Stakeholder Analysis",
396
  "children": [
397
  {
398
- "id": "level_5_requirements",
399
- "label": "Requirements Gathering",
400
  "children": [
401
  {
402
- "id": "level_6_validation",
403
- "label": "Validation Process",
404
  "children": [
405
  {
406
- "id": "level_7_final",
407
- "label": "Final Documentation"
408
- }
409
- ]
410
- }
411
- ]
412
- }
413
- ]
414
- }
415
- ]
416
- },
417
- {
418
- "id": "level_3_design",
419
- "label": "Design and Staffing",
420
- "children": [
421
- {
422
- "id": "level_4_architecture",
423
- "label": "AI Architecture",
424
- "children": [
425
- {
426
- "id": "level_5_model_selection",
427
- "label": "Model Selection",
428
- "children": [
429
- {
430
- "id": "level_6_benchmarking",
431
- "label": "Performance Benchmarking",
432
- "children": [
433
- {
434
- "id": "level_7_optimization",
435
- "label": "Model Optimization"
436
- }
437
- ]
438
- }
439
- ]
440
- }
441
- ]
442
- }
443
- ]
444
- },
445
- {
446
- "id": "level_3_other_prep",
447
- "label": "<Other Task>",
448
- "children": [
449
- {
450
- "id": "level_4_data_prep",
451
- "label": "Data Preparation",
452
- "children": [
453
- {
454
- "id": "level_5_data_collection",
455
- "label": "Data Collection",
456
- "children": [
457
- {
458
- "id": "level_6_data_cleaning",
459
- "label": "Data Cleaning",
460
- "children": [
461
- {
462
- "id": "level_7_data_validation",
463
- "label": "Data Validation"
464
  }
465
  ]
466
  }
@@ -481,76 +425,20 @@ WBS_DIAGRAM_JSON = """
481
  "label": "Cost Analysis",
482
  "children": [
483
  {
484
- "id": "level_4_budget",
485
- "label": "Budget Planning",
486
- "children": [
487
- {
488
- "id": "level_5_resource_alloc",
489
- "label": "Resource Allocation",
490
- "children": [
491
- {
492
- "id": "level_6_cost_tracking",
493
- "label": "Cost Tracking",
494
- "children": [
495
- {
496
- "id": "level_7_budget_review",
497
- "label": "Budget Review"
498
- }
499
- ]
500
- }
501
- ]
502
- }
503
- ]
504
- }
505
- ]
506
- },
507
- {
508
- "id": "level_3_benefit",
509
- "label": "Benefit Analysis",
510
- "children": [
511
- {
512
- "id": "level_4_roi",
513
- "label": "ROI Calculation",
514
  "children": [
515
  {
516
- "id": "level_5_metrics",
517
- "label": "Success Metrics",
518
  "children": [
519
  {
520
- "id": "level_6_kpi",
521
- "label": "KPI Definition",
522
  "children": [
523
  {
524
- "id": "level_7_measurement",
525
- "label": "Measurement Plan"
526
- }
527
- ]
528
- }
529
- ]
530
- }
531
- ]
532
- }
533
- ]
534
- },
535
- {
536
- "id": "level_3_risk",
537
- "label": "Risk Assessment",
538
- "children": [
539
- {
540
- "id": "level_4_risk_id",
541
- "label": "Risk Identification",
542
- "children": [
543
- {
544
- "id": "level_5_mitigation",
545
- "label": "Mitigation Strategies",
546
- "children": [
547
- {
548
- "id": "level_6_contingency",
549
- "label": "Contingency Planning",
550
- "children": [
551
- {
552
- "id": "level_7_risk_monitoring",
553
- "label": "Risk Monitoring"
554
  }
555
  ]
556
  }
@@ -571,76 +459,20 @@ WBS_DIAGRAM_JSON = """
571
  "label": "Change Management",
572
  "children": [
573
  {
574
- "id": "level_4_process",
575
- "label": "Process Definition",
576
- "children": [
577
- {
578
- "id": "level_5_workflow",
579
- "label": "Workflow Design",
580
- "children": [
581
- {
582
- "id": "level_6_automation",
583
- "label": "Process Automation",
584
- "children": [
585
- {
586
- "id": "level_7_monitoring",
587
- "label": "Process Monitoring"
588
- }
589
- ]
590
- }
591
- ]
592
- }
593
- ]
594
- }
595
- ]
596
- },
597
- {
598
- "id": "level_3_implementation",
599
- "label": "Implementation",
600
- "children": [
601
- {
602
- "id": "level_4_deployment",
603
- "label": "Model Deployment",
604
- "children": [
605
- {
606
- "id": "level_5_integration",
607
- "label": "System Integration",
608
- "children": [
609
- {
610
- "id": "level_6_api",
611
- "label": "API Development",
612
- "children": [
613
- {
614
- "id": "level_7_documentation",
615
- "label": "API Documentation"
616
- }
617
- ]
618
- }
619
- ]
620
- }
621
- ]
622
- }
623
- ]
624
- },
625
- {
626
- "id": "level_3_testing",
627
- "label": "Beta Testing",
628
- "children": [
629
- {
630
- "id": "level_4_validation",
631
- "label": "Model Validation",
632
  "children": [
633
  {
634
- "id": "level_5_performance",
635
- "label": "Performance Testing",
636
  "children": [
637
  {
638
- "id": "level_6_user_testing",
639
- "label": "User Acceptance Testing",
640
  "children": [
641
  {
642
- "id": "level_7_release",
643
- "label": "Release Preparation"
644
  }
645
  ]
646
  }
 
391
  "label": "Identify Vision",
392
  "children": [
393
  {
394
+ "id": "level_4_design",
395
+ "label": "Design and Staffing",
396
  "children": [
397
  {
398
+ "id": "level_5_task1",
399
+ "label": "<Other Task>",
400
  "children": [
401
  {
402
+ "id": "level_6_task1",
403
+ "label": "<Other Task>",
404
  "children": [
405
  {
406
+ "id": "level_7_task1",
407
+ "label": "<Other Task>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
408
  }
409
  ]
410
  }
 
425
  "label": "Cost Analysis",
426
  "children": [
427
  {
428
+ "id": "level_4_benefit",
429
+ "label": "Benefit Analysis",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
430
  "children": [
431
  {
432
+ "id": "level_5_risk",
433
+ "label": "Risk Assessment",
434
  "children": [
435
  {
436
+ "id": "level_6_task2",
437
+ "label": "<Other Task>",
438
  "children": [
439
  {
440
+ "id": "level_7_task2",
441
+ "label": "<Other Task>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
442
  }
443
  ]
444
  }
 
459
  "label": "Change Management",
460
  "children": [
461
  {
462
+ "id": "level_4_implementation",
463
+ "label": "Implementation",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
464
  "children": [
465
  {
466
+ "id": "level_5_testing",
467
+ "label": "Beta Testing",
468
  "children": [
469
  {
470
+ "id": "level_6_task3",
471
+ "label": "<Other Task>",
472
  "children": [
473
  {
474
+ "id": "level_7_task3",
475
+ "label": "<Other Task>"
476
  }
477
  ]
478
  }