unclean SPARC

This commit is contained in:
STEINNI
2025-08-27 07:03:09 +00:00
commit f308460931
430 changed files with 54426 additions and 0 deletions
@@ -0,0 +1,123 @@
{
"entities": [
{
"title": "Evaluations",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "eval"
}
},
{
"title": "Tech DDs",
"subtitle": "",
"severity": "primary",
"data": {
"id": "techdd"
},
"child": {
"entities": [
{
"title": "Draft",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "draft"
}
},
{
"title": "Reopened",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "reopen"
}
},
{
"title": "Integrity check",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "integrity"
}
},
{
"title": "EIB Consultation",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "eib"
}
},
{
"title": "Review",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "review"
}
},
{
"title": "Approval",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "approval"
}
},
{
"title": "Finalized",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "finalized"
}
}
],
"relations": [
{ "source": "draft", "target": "integrity" }
]
}
},
{
"title": "GAP",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "gap"
}
},
{
"title": "KYC",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "kyc"
}
},
{
"title": "Progress Meetings",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "meeting"
}
},
{
"title": "Final",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "final"
}
}
],
"relations": [
{ "source": "eval", "target": "gap" },
{ "source": "eval", "target": "techdd" },
{ "source": "techdd", "target": "kyc" },
{ "source": "kyc", "target": "meeting" },
{ "source": "meeting", "target": "final" }
]
}