Add Oudelaa dashboard API integration
فشلت بعض الفحوصات
Deploy To Ghaymah / deploy (push) Has been cancelled
فشلت بعض الفحوصات
Deploy To Ghaymah / deploy (push) Has been cancelled
هذا الالتزام موجود في:
34
oudelaa_dashboard/lib/mock/analytics.ts
Normal file
34
oudelaa_dashboard/lib/mock/analytics.ts
Normal file
@@ -0,0 +1,34 @@
|
||||
import type { Insight, SettingsNotifications, SettingsProfile } from "@/types";
|
||||
|
||||
export const retentionCurve: Insight[] = [
|
||||
{ label: "الأسبوع 1", value: 100 },
|
||||
{ label: "الأسبوع 2", value: 84 },
|
||||
{ label: "الأسبوع 3", value: 73 },
|
||||
{ label: "الأسبوع 4", value: 64 },
|
||||
{ label: "الأسبوع 5", value: 58 },
|
||||
{ label: "الأسبوع 6", value: 53 },
|
||||
];
|
||||
|
||||
export const cityPerformance: Insight[] = [
|
||||
{ label: "الرياض", value: 34 },
|
||||
{ label: "جدة", value: 22 },
|
||||
{ label: "الدمام", value: 15 },
|
||||
{ label: "المدينة", value: 11 },
|
||||
{ label: "مكة", value: 9 },
|
||||
{ label: "أخرى", value: 9 },
|
||||
];
|
||||
|
||||
export const profileDefaults: SettingsProfile = {
|
||||
businessName: "Oudelaa Music Experience",
|
||||
supportEmail: "support@oudelaa.com",
|
||||
supportPhone: "+966 50 111 2233",
|
||||
city: "Riyadh",
|
||||
currency: "SAR",
|
||||
};
|
||||
|
||||
export const notificationDefaults: SettingsNotifications = {
|
||||
orders: true,
|
||||
newUsers: true,
|
||||
payouts: false,
|
||||
weeklyDigest: true,
|
||||
};
|
||||
المرجع في مشكلة جديدة
حظر مستخدم