generated from coulomb/repo-seed
Complete workplan state model cleanup
This commit is contained in:
@@ -19,7 +19,16 @@ except urllib.error.URLError as e:
|
||||
"generated_at": None,
|
||||
"totals": {
|
||||
"topics": {"active": 0, "paused": 0, "archived": 0, "total": 0},
|
||||
"workstreams": {"active": 0, "blocked": 0, "completed": 0, "archived": 0, "total": 0},
|
||||
"workstreams": {
|
||||
"proposed": 0,
|
||||
"ready": 0,
|
||||
"active": 0,
|
||||
"blocked": 0,
|
||||
"backlog": 0,
|
||||
"finished": 0,
|
||||
"archived": 0,
|
||||
"total": 0,
|
||||
},
|
||||
"tasks": {"todo": 0, "in_progress": 0, "blocked": 0, "done": 0, "cancelled": 0, "total": 0},
|
||||
"decisions": {"open": 0, "resolved": 0, "escalated": 0, "superseded": 0, "total": 0},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user