aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/dashboard/dashboard.component.html
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-04-03 07:58:13 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-04-03 07:58:52 -0400
commitd7cbf88df5d8cb9e5b8feb563b787a3ac20816aa (patch)
tree3abb53e386aaa70b72118ae1b30301aba0c0bab7 /ufund-ui/src/app/components/dashboard/dashboard.component.html
parentcb6463630446503d441b37f3d62ec2d064b00269 (diff)
downloadJellySolutions-d7cbf88df5d8cb9e5b8feb563b787a3ac20816aa.tar.gz
JellySolutions-d7cbf88df5d8cb9e5b8feb563b787a3ac20816aa.tar.bz2
JellySolutions-d7cbf88df5d8cb9e5b8feb563b787a3ac20816aa.zip
Updated statistics on dashboard
Diffstat (limited to 'ufund-ui/src/app/components/dashboard/dashboard.component.html')
-rw-r--r--ufund-ui/src/app/components/dashboard/dashboard.component.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.html b/ufund-ui/src/app/components/dashboard/dashboard.component.html
index 2d7b4c3..69ae66e 100644
--- a/ufund-ui/src/app/components/dashboard/dashboard.component.html
+++ b/ufund-ui/src/app/components/dashboard/dashboard.component.html
@@ -4,7 +4,12 @@
<!--<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>_ Needs in peoples baskets</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>