Dashboard Status compact în Kanban
- Header colapsabil cu rezumat (ANAF, Git) - Status row: ANAF, Git, ultimul raport cu timestamp - Cron jobs pe un singur rând - Colapsat by default - status.json actualizat de rapoartele zilnice
This commit is contained in:
21
kanban/status.json
Normal file
21
kanban/status.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"anaf": {
|
||||
"status": "OK",
|
||||
"ok": true,
|
||||
"lastCheck": "2026-01-30T13:50:00Z"
|
||||
},
|
||||
"git": {
|
||||
"status": "curat",
|
||||
"clean": true,
|
||||
"files": 0
|
||||
},
|
||||
"agents": {
|
||||
"count": 5,
|
||||
"list": ["echo-work", "echo-health", "echo-growth", "echo-sprijin", "echo-scout"]
|
||||
},
|
||||
"lastReport": {
|
||||
"type": "test",
|
||||
"summary": "Ecosistem configurat, totul în ordine",
|
||||
"time": "30 ian 2026, 13:55"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user