Files
P42_UI/app/assets/json/workflows/wf-projects-funding.json
T
2025-08-27 07:03:09 +00:00

123 lines
3.5 KiB
JSON

{
"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" }
]
}