generated from coulomb/repo-seed
init: first commit of chatgpt prebuild
This commit is contained in:
22
my-project/project.json
Normal file
22
my-project/project.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
6
my-project/sample.csv
Normal file
6
my-project/sample.csv
Normal file
@@ -0,0 +1,6 @@
|
||||
"Schlüssel","Vorgangstyp","Übergeordnet","Zusammenfassung","Status","Zugewiesene Person","Start date","Abgeleitetes Startdatum","Fälligkeitsdatum","Abgeleitetes Fälligkeitsdatum","Issue color"
|
||||
"AN-121","Epic","","Benutzerauthentifizierung mit Entra-ID","Zu Erledigen","Axel Hörnke","2025/10/01","2025/10/01","2026/01/31","2026/01/31","purple"
|
||||
"AN-124","Epic","","Binect IDP (Smartdoc) MVP","Zu Erledigen","","2026/02/01","2026/02/01","2026/03/31","2026/03/31","green"
|
||||
"AN-123","Epic","","Multi-Tenant-Fähigkeit ONE und Dynamic ","In Arbeit","","2025/09/01","2025/09/01","2025/10/31","2025/10/31","purple"
|
||||
"AN-122","Epic","","Zusammenführen von Entwürfen","In Arbeit","","2025/09/01","2025/09/01","2025/11/30","2025/11/30","dark_blue"
|
||||
"AN-111","Epic","","👑🖊 Internet-/Paket-Marke","In Arbeit","Bernhard Hirmer","2025/11/01","2025/11/01","2026/02/27","2026/02/27","dark_blue"
|
||||
|
1
my-project/style.css
Normal file
1
my-project/style.css
Normal file
@@ -0,0 +1 @@
|
||||
body { background:#f5f7fa; }
|
||||
5
my-project/template.svg
Normal file
5
my-project/template.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="100%" height="100%" fill="#FFFFFF"/>
|
||||
{{MONTHS}}
|
||||
{{LANES}}
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 125 B |
Reference in New Issue
Block a user