unclean SPARC
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user