init: first commit of chatgpt prebuild

This commit is contained in:
2025-11-18 21:36:59 +01:00
parent e0d2689a9d
commit eeebdd72d5
12 changed files with 401 additions and 1 deletions

21
example/project.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Example Timeline Project",
"description": "Neutrales Beispielprojekt f\u00fcr die Timeline Engine.",
"dataSource": "sample.csv",
"stylesheet": "style.css",
"svgTemplate": "template.svg",
"settings": {
"timelineMonths": 18
},
"fieldMapping": {
"id": "ID",
"title": "Title",
"lane": "Lane",
"due": [
"Due"
],
"epic": null,
"type": null,
"color": null
}
}