Api/Netina.Core
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
..
Abstracts refactor(SearchService) , chore(BaseServices) , feat(SmsLookUpMethod) 2024-06-06 13:26:40 +03:30
BaseServices Add sub-product management feature 2024-12-18 02:14:07 +03:30
CoreServices fix files 2024-08-09 21:55:16 +03:30
EntityServices fix calculate issue 2024-09-30 22:09:39 +03:30
Models Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
QuartzServices fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
Utilities feat (scalarUi) , fix (search) 2024-05-28 10:46:18 +03:30
CoreConfig.cs fix(TaxesFee) , fix(InvoiceWaterMark) , VER 1.0.9.11 2024-07-01 21:08:32 +03:30
Netina.Core.csproj Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30