diff --git a/frontend/docs/frontend-architecture.md b/frontend/docs/frontend-architecture.md index ee2d7dc..2d729e1 100644 --- a/frontend/docs/frontend-architecture.md +++ b/frontend/docs/frontend-architecture.md @@ -117,7 +117,7 @@ frontend/ | Beauty | `/beauty` | `modules/beauty/` | `/api/beauty-business/*` | | Healthcare | `/healthcare` | `src/modules/healthcare/` | `/api/healthcare/*` | | Hospitality | `/hospitality` | `modules/hospitality/` | `/api/hospitality/*` | - +| Loyalty | `/loyalty` | `modules/loyalty/` | `/api/loyalty/*` | | CRM | `/crm` | `modules/crm/` | `/api/crm/*` | Delivery: healthcare pharmacy portal only. diff --git a/frontend/lib/apps-catalog.ts b/frontend/lib/apps-catalog.ts index 867af23..4c13430 100644 --- a/frontend/lib/apps-catalog.ts +++ b/frontend/lib/apps-catalog.ts @@ -49,6 +49,15 @@ export const PLATFORM_APPS: PlatformApp[] = [ status: "available", href: "/crm/hub", }, + { + id: "loyalty", + name: "تربت وفاداری", + description: "عضویت، امتیاز، پاداش و کمپین", + icon: "🎁", + gradient: "from-teal-500 to-emerald-600", + status: "available", + href: "/loyalty/hub", + }, { id: "sports_center", name: "مرکز ورزشی",