mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
add card and member assignment totals
This commit is contained in:
parent
d1179de20c
commit
da6e3b0e11
3 changed files with 14 additions and 1 deletions
|
@ -13,7 +13,10 @@ package trello
|
|||
|
||||
const membersTemplate = `
|
||||
<h3>Member Stats</h3>
|
||||
<p> There are {{len .MemberBoardAssign}} members assigned to ##9 cards across {{len .Boards}} boards.</p>
|
||||
<p>
|
||||
There are {{len .MemberBoardAssign}} members assigned to {{.CardAssignTotal}} cards
|
||||
of the total {{.CardTotal}} cards across {{len .Boards}} boards.
|
||||
</p>
|
||||
|
||||
<div class="section-trello-render non-printable">
|
||||
<table class="trello-table" class="width-100">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue