This commit is contained in:
2026-05-05 23:54:44 +03:30
parent 4e28bacad6
commit 35f4d09225
12 changed files with 1291 additions and 29 deletions
+37 -17
View File
@@ -10,31 +10,51 @@ FARM_OVERVIEW_KPIS = {
{
"id": "disease_risk",
"title": "ریسک بیماری",
"subtitle": "۷ روز اخیر",
"subtitle": "پیش بینی هوشمند",
"stats": "پایین",
"avatarColor": "success",
"avatarIcon": "tabler-bug",
"chipText": "5%",
"chipColor": "success",
},
{
"id": "yield_prediction",
"title": "پیش‌بینی عملکرد",
"subtitle": "این فصل",
"stats": "42 تن",
"avatarColor": "secondary",
"avatarIcon": "tabler-chart-bar",
"chipText": "+8%",
"avatarIcon": "tabler-biohazard",
"chipText": "32%",
"chipColor": "success",
},
{
"id": "pest_risk",
"title": "ریسک آفات",
"subtitle": "پیشبینی هوشمند",
"stats": "15%",
"subtitle": "پیش بینی هوشمند",
"stats": "پایین",
"avatarColor": "success",
"avatarIcon": "tabler-bug",
"chipText": "22%",
"chipColor": "success",
},
{
"id": "yield_prediction",
"title": "عملکرد پیش بینی شده",
"subtitle": "پیش بینی عملکرد این مزرعه",
"stats": "۰ تن",
"avatarColor": "primary",
"avatarIcon": "tabler-chart-arcs",
"chipText": "نیازمند بررسی",
"chipColor": "warning",
},
{
"id": "quality_score",
"title": "امتیاز کیفیت",
"subtitle": "برآورد کیفیت محصول",
"stats": "۵۹",
"avatarColor": "info",
"avatarIcon": "tabler-stars",
"chipText": "متوسط",
"chipColor": "warning",
},
{
"id": "days_until_harvest",
"title": "روز تا برداشت",
"subtitle": "زمان باقیمانده تا پنجره برداشت",
"stats": "۱۳۵",
"avatarColor": "warning",
"avatarIcon": "tabler-bug-off",
"chipText": "تحت نظر",
"avatarIcon": "tabler-calendar-event",
"chipText": "برنامه ریزی",
"chipColor": "warning",
},
]