Files
timeline-svg/my-project/project.json

23 lines
513 B
JSON

{
"name": "My Project Roadmap Timeline",
"description": "Roadmap-Timeline for My Project",
"dataSource": "sample.csv",
"stylesheet": "style.css",
"svgTemplate": "template.svg",
"settings": {
"timelineMonths": 18
},
"fieldMapping": {
"id": "Schlüssel",
"title": "Zusammenfassung",
"lane": "Übergeordnet",
"due": [
"Abgeleitetes Fälligkeitsdatum",
"Fälligkeitsdatum"
],
"epic": "Übergeordnet",
"type": "Vorgangstyp",
"color": "Issue color"
}
}