Complete workplan state model cleanup
This commit is contained in:
parent
98b2cb6484
commit
d6522a9a40
42 changed files with 789 additions and 310 deletions
|
|
@ -19,9 +19,12 @@ class TopicTotals(BaseModel):
|
|||
|
||||
|
||||
class WorkstreamTotals(BaseModel):
|
||||
proposed: int = 0
|
||||
ready: int = 0
|
||||
active: int = 0
|
||||
blocked: int = 0
|
||||
completed: int = 0
|
||||
backlog: int = 0
|
||||
finished: int = 0
|
||||
archived: int = 0
|
||||
total: int = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue