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

65 lines
1.6 KiB
JSON

{
"entities": [
{
"title": "",
"subtitle": "Priorities",
"severity": "info",
"badge": 42,
"data": {
"id": "priorities"
}
},
{
"title": "",
"subtitle": "Coach selection",
"severity": "primary",
"badge": 65,
"data": {
"id": "invitations"
}
},
{
"title": "",
"subtitle": "Plan definition",
"badge": 2,
"severity": "primary",
"data": {
"id": "plans"
}
},
{
"title": "",
"subtitle": "Timesheet",
"severity": "primary",
"badge": 27,
"data": {
"id": "timesheets"
}
},
{
"title": "",
"subtitle": "Evaluation",
"severity": "primary",
"badge": 69,
"data": {
"id": "evaluations"
}
},
{
"title": "",
"subtitle": "Closed",
"severity": "success",
"badge": 259,
"data": {
"id": "closed"
}
}
],
"relations": [
{ "source": "priorities", "target": "invitations" },
{ "source": "invitations", "target": "plans" },
{ "source": "plans", "target": "timesheets" },
{ "source": "timesheets", "target": "evaluations" },
{ "source": "evaluations", "target": "closed" }
]
}