feat(loyalty): register Loyalty app in catalog and architecture docs
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
10c3c43a75
commit
f89ca52e02
@ -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.
|
||||
|
||||
@ -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: "مرکز ورزشی",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user