Api/Netina.Repository/Handlers
Amir Hossein Khademi 7d94e8cd47 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
..
Accounting fix files 2024-08-09 21:55:16 +03:30
Addresses fix files 2024-08-09 21:55:16 +03:30
Blogs fix files 2024-08-09 21:55:16 +03:30
Brands Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Comments change to comment 2024-09-25 17:08:35 +03:30
Complexes feat : refactor , version 0.27.31.52 , fix issues 2024-05-07 11:01:55 +03:30
Customers feat(MetaTags) , feat(ProductCategoryMetaTags) , VER 1.6.18.28 2024-10-25 14:36:19 +03:30
Discounts fix(CateforyDiscount) , fix(ProductReviewCountInDTos) , VER 1.5.17.23 2024-09-29 12:31:08 +03:30
Faqs feat(FaqInActions) , feat(FaqManagementPage) , feat(FaqController) 2024-08-07 16:15:53 +03:30
Marketers fix files 2024-08-09 21:55:16 +03:30
Newsletters fix files 2024-08-09 21:55:16 +03:30
Orders Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30
ProductCategories feat(MetaTags) , feat(ProductCategoryMetaTags) , VER 1.6.18.28 2024-10-25 14:36:19 +03:30
Products Add sub-product management feature 2024-12-18 02:14:07 +03:30
SubProducts Add sub-product management feature 2024-12-18 02:14:07 +03:30
Warehouses fix files 2024-08-09 21:55:16 +03:30