1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

add card and member assignment totals

This commit is contained in:
Elliott Stoneham 2016-09-08 15:28:25 +01:00
parent d1179de20c
commit da6e3b0e11
3 changed files with 14 additions and 1 deletions

View file

@ -263,4 +263,6 @@ type trelloRender struct {
SharedLabels []trelloSharedLabel
MembersByID map[string]trelloMember
MemberBoardAssign []trelloBoardAssign
CardAssignTotal int
CardTotal int
}