feat(loyalty): register Loyalty app in catalog and architecture docs

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Mortezakoohjani 2026-07-27 11:17:07 +03:30
parent 10c3c43a75
commit f89ca52e02
2 changed files with 10 additions and 1 deletions

View File

@ -117,7 +117,7 @@ frontend/
| Beauty | `/beauty` | `modules/beauty/` | `/api/beauty-business/*` | | Beauty | `/beauty` | `modules/beauty/` | `/api/beauty-business/*` |
| Healthcare | `/healthcare` | `src/modules/healthcare/` | `/api/healthcare/*` | | Healthcare | `/healthcare` | `src/modules/healthcare/` | `/api/healthcare/*` |
| Hospitality | `/hospitality` | `modules/hospitality/` | `/api/hospitality/*` | | Hospitality | `/hospitality` | `modules/hospitality/` | `/api/hospitality/*` |
| Loyalty | `/loyalty` | `modules/loyalty/` | `/api/loyalty/*` |
| CRM | `/crm` | `modules/crm/` | `/api/crm/*` | | CRM | `/crm` | `modules/crm/` | `/api/crm/*` |
Delivery: healthcare pharmacy portal only. Delivery: healthcare pharmacy portal only.

View File

@ -49,6 +49,15 @@ export const PLATFORM_APPS: PlatformApp[] = [
status: "available", status: "available",
href: "/crm/hub", href: "/crm/hub",
}, },
{
id: "loyalty",
name: "تربت وفاداری",
description: "عضویت، امتیاز، پاداش و کمپین",
icon: "🎁",
gradient: "from-teal-500 to-emerald-600",
status: "available",
href: "/loyalty/hub",
},
{ {
id: "sports_center", id: "sports_center",
name: "مرکز ورزشی", name: "مرکز ورزشی",