Update sample_data.py
Browse files- sample_data.py +3 -17
sample_data.py
CHANGED
@@ -407,11 +407,7 @@ WBS_DIAGRAM_JSON = """
|
|
407 |
]
|
408 |
}
|
409 |
]
|
410 |
-
}
|
411 |
-
{"id": "task_other_prep_1", "label": "Define Resources"},
|
412 |
-
{"id": "task_other_prep_2", "label": "Initial Data Fetch"},
|
413 |
-
{"id": "task_other_prep_3", "label": "Toolchain Setup"},
|
414 |
-
{"id": "task_other_prep_4", "label": "Kick-off Meeting"}
|
415 |
]
|
416 |
},
|
417 |
{
|
@@ -442,12 +438,7 @@ WBS_DIAGRAM_JSON = """
|
|
442 |
]
|
443 |
}
|
444 |
]
|
445 |
-
}
|
446 |
-
{"id": "task_other_plan_1", "label": "Evaluation Plan"},
|
447 |
-
{"id": "task_other_plan_2", "label": "Deployment Plan"},
|
448 |
-
{"id": "task_other_plan_3", "label": "Compliance Check"},
|
449 |
-
{"id": "task_other_plan_4", "label": "Ethical Review"},
|
450 |
-
{"id": "task_other_plan_5", "label": "Roadmap Finalization"}
|
451 |
]
|
452 |
},
|
453 |
{
|
@@ -478,12 +469,7 @@ WBS_DIAGRAM_JSON = """
|
|
478 |
]
|
479 |
}
|
480 |
]
|
481 |
-
}
|
482 |
-
{"id": "task_other_dev_1", "label": "Version Control"},
|
483 |
-
{"id": "task_other_dev_2", "label": "API Development"},
|
484 |
-
{"id": "task_other_dev_3", "label": "Integration Testing"},
|
485 |
-
{"id": "task_other_dev_4", "label": "Documentation"},
|
486 |
-
{"id": "task_other_dev_5", "label": "User Acceptance Testing"}
|
487 |
]
|
488 |
}
|
489 |
]
|
|
|
407 |
]
|
408 |
}
|
409 |
]
|
410 |
+
}
|
|
|
|
|
|
|
|
|
411 |
]
|
412 |
},
|
413 |
{
|
|
|
438 |
]
|
439 |
}
|
440 |
]
|
441 |
+
}
|
|
|
|
|
|
|
|
|
|
|
442 |
]
|
443 |
},
|
444 |
{
|
|
|
469 |
]
|
470 |
}
|
471 |
]
|
472 |
+
}
|
|
|
|
|
|
|
|
|
|
|
473 |
]
|
474 |
}
|
475 |
]
|