Skip to content

Commit

Permalink
Issue 75: add internal count to stats
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladay committed May 12, 2020
1 parent e6f5356 commit b4c33ac
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<th>Defect Count</th>
<th>Request Count</th>
<th>Issue Count</th>
<th>Internal Count</th>
</tr>
<tr ng-repeat="product in products | orderBy: '-stats.backlogItemCount'">
<td title="'Product'">{{product.name}}</td>
Expand All @@ -104,6 +105,7 @@
<td title="'Defect Count'">{{product.stats.defectCount}}</td>
<td title="'Request Count'">{{product.stats.requestCount}}</td>
<td title="'Issue Count'">{{product.stats.issueCount}}</td>
<td title="'Internal Count'">{{product.stats.internalCount}}</td>
</tr>
</table>

Expand Down

0 comments on commit b4c33ac

Please sign in to comment.