Project Timeline Scaffold

This scaffold creates a simple project-timeline with milestones, due dates and states (open, in progress, closed). Example preview:

Workitem/ Milestone Description Due Date State
Startup Let's meet to discuss the recommendations 01.09.2005 closed
Development Do what we have planned at Startup 15.09.2005 in progress
Release Now let's upload it to our FTP-Server 17.09.2005 open

If you only want to have single-line descriptions, just remove type=area from Description-field. Mind that you may also want to change the format of the date according to your local requirements.

{scaffold:ProjectTimeline}

{table-data:Milestones}
|| Workitem/ Milestone || Description || Due Date || State ||
| {text-data:Name} | {text-data:name=Description|type=area} | {date-data:Due Date|format=dd.MM.yyyy} | {list-data:Status}
{list-option}open{list-option}
{list-option}in progress{list-option}
{list-option}closed{list-option}
{list-data} |
{table-data}

{scaffold}

Labels