docs: rename 'تخفیفی' to 'اعتباری' across all documentation
- 9 files updated: BUSINESS-01/02/03/04, TECH-02, OVERVIEW-01/03/04, MAGIC-WALLET-SPEC - فروشگاه تخفیفی → فروشگاه اعتباری - کیفپول تخفیفی → کیفپول اعتباری - Consistent naming with FrontOffice UI
This commit is contained in:
@@ -96,7 +96,7 @@ public class Inventory {
|
||||
}
|
||||
|
||||
// فیلد کلیدی در Product:
|
||||
public int MaxDiscountPercent { get; set; } // 0 تا 100 — درصد تخفیف در فروشگاه تخفیفی
|
||||
public int MaxDiscountPercent { get; set; } // 0 تا 100 — درصد تخفیف در فروشگاه اعتباری
|
||||
```
|
||||
|
||||
### ۳.۳ فلوی سفارش و موجودی
|
||||
@@ -188,7 +188,7 @@ flowchart TD
|
||||
/store/cart → سبد خرید
|
||||
/store/checkout → پرداخت
|
||||
|
||||
فروشگاه تخفیفی:
|
||||
فروشگاه اعتباری:
|
||||
/discount-store → لیست محصولات
|
||||
/discount-store/product/{id} → جزئیات
|
||||
/discount-store/cart → سبد (ترکیبی)
|
||||
@@ -222,7 +222,7 @@ graph TD
|
||||
| ماژول | وضعیت | درصد |
|
||||
|-------|--------|------|
|
||||
| فروشگاه عادی | ✅ کامل | 100% |
|
||||
| فروشگاه تخفیفی | ✅ کامل | 100% |
|
||||
| فروشگاه اعتباری | ✅ کامل | 100% |
|
||||
| Lazy Loading | ✅ کامل | 100% |
|
||||
| موجودی خودکار | ✅ کامل | 100% |
|
||||
| تصاویر مربعی | ✅ کامل | 100% |
|
||||
|
||||
Reference in New Issue
Block a user