AdminPanel/Netina.AdminPanel.PWA/Services/RestServices
Amir Hossein Khademi 46773d2505 Add sub-product management feature
Introduced a new feature for managing sub-products within the application. This includes:

- Added a new tab panel for "Sub Products" in `ProductActionDialogBox.razor`.
- Created `SubProductActionDialogBox` component for sub-product creation and editing.
- Updated `ProductActionDialogBoxViewModel` to handle sub-product operations.
- Modified `Address` class and `IProductRestApi` interface to support sub-products.
- Added `SubProductController` for API requests related to sub-products.
- Introduced command and query classes for sub-product operations.
- Created `SubProductSDto` for sub-product data transfer.
- Added `SubProduct` class inheriting from `Product` with additional properties.
- Introduced `ProductDiversity` and `ColorDiversity` enums.
- Added `SubProductMapper` for mapping between `SubProduct` and `SubProductSDto`.
- Implemented command handlers for sub-product CRUD operations.
- Added migration script `20241217212716_AddSubProduct` to update the database schema.
- Updated `ProductController`, `SiteMapService`, and `Product` class to support sub-products.
- Added `SubProductActionDialogBox.razor` for sub-product UI management.
2024-12-18 02:14:07 +03:30
..
IAuthRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
IBlogCategoryRestApi.cs feat : refactor , version 0.27.31.52 , fix issues 2024-05-07 11:01:57 +03:30
IBlogRestApi.cs add version 0.25.27.48 , fix richTextEditor issue , add marketer management 2024-04-25 02:48:37 +03:30
IBrandRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
ICrudApiRest.cs Refactor and enhance product and order handling 2024-12-06 17:37:40 +03:30
ICustomerRestApi.cs feat(MetaTags) , feat(ProductCategoryMetaTags) , VER 1.6.18.28 2024-10-25 14:36:19 +03:30
IDashboardApiRest.cs fix : order homepage informations 2024-05-16 13:52:55 +03:30
IDiscountRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
IDistrictApiRest.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
IFaqApiRest.cs feat(FaqInActions) , feat(FaqManagementPage) , feat(FaqController) 2024-08-07 16:15:52 +03:30
IFileRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
IOrderRestApi.cs fix(CancelOrder) 2024-08-06 10:30:01 +03:30
IPageRestApi.cs fix : order homepage informations 2024-05-16 13:52:55 +03:30
IPaymentRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
IProductCategoryRestApi.cs refactor(ProductCategoriesPage) , refactor(ICrudApiRest) 2024-06-07 23:03:55 +03:30
IProductRestApi.cs Add sub-product management feature 2024-12-18 02:14:07 +03:30
IRestWrapper.cs change to comment 2024-09-25 17:08:35 +03:30
IReviewRestApi.cs change to comment 2024-09-25 17:08:35 +03:30
IRoleRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
IScraperRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
ISettingRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
IUserRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
RestWrapper.cs change to comment 2024-09-25 17:08:35 +03:30