1. Software Development Roadmap
Project ManagerBackground
The manager needs to present a quarterly development plan to stakeholders.
Problem
Manual drawing of timelines is slow and difficult to update when dates shift.
How to use
Input the phase names, dates, and progress percentages in JSON format, then set the orientation to horizontal.
[{"name": "Alpha", "date": "2024-01-01", "status": "completed", "progress": 100}, {"name": "Beta", "date": "2024-03-01", "status": "in-progress", "progress": 50}]Outcome
A clean, professional horizontal timeline showing completed and active development phases.