aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/dashboard/dashboard.component.html
blob: 69ae66ee896f0c967f9549436ae3cd0b44dbfd75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h1>Admin Dashboard</h1>
<!--<app-mini-need-list [needList]="topNeeds" jtitle="Top needs" url="/cupboard"/>-->
<!--<app-mini-need-list [needList]="almostThere" jtitle="Almost there" url="/cupboard"/>-->
<!--<app-mini-need-list [needList]="inBasket" jtitle="In your basket" url="/basket"/>-->
<span>_ Registered users</span>
<span *ngIf="count"> {{count | async}} </span>
<span>_ Needs with overflow</span>
<span>_ Fulfilled needs</span>
<span *ngIf="fulfilledNeeds"> {{fulfilledNeeds | async}} </span>
<span>_ Most fulfilled needs</span>
<app-mini-need-list [needList]="mostFulfilledNeeds.getValue()" jtitle="Most fulfilled"> </app-mini-need-list>
<span>_ Total monetary contributions</span>
<span *ngIf="totalDonations">${{totalDonations | async}} </span>
<span>_ </span>