1. Software Development Lifecycle
Project ManagerBackground
Managing a 3-month software development project with multiple phases and hand-offs.
Problem
Difficulty in visualizing how the design phase impacts the development start date.
How to use
Input the phase names, dates, and dependencies into the task JSON field, then enable 'Show Dependencies'.
[{"name": "Design", "startDate": "2024-01-01", "endDate": "2024-01-15", "progress": 100}, {"name": "Development", "startDate": "2024-01-16", "endDate": "2024-02-28", "progress": 60, "dependencies": ["task-0"]}]Outcome
A clear timeline showing the development phase starting immediately after the design phase, with progress bars reflecting current status.