MukeshKapoor25's picture
widget changes
1519172
"""Customers category KPI widget definitions."""
CUSTOMERS_WIDGETS: dict = {
"wid_customer_growth_001": {
"title": "Customer Growth",
"category": "customers",
"unit": "count",
"description": "New customers added in the period",
"drill_down_url": "/retail/customers",
},
"wid_repeat_customer_rate_001": {
"title": "Repeat Customer Rate",
"category": "customers",
"unit": "%",
"description": "Percentage of customers with more than one purchase",
"drill_down_url": "/retail/customers",
},
}