Api/Netina.Domain
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
..
CommandQueries Add sub-product management feature 2024-12-18 02:14:07 +03:30
DocumentEntities CHANGE PROJECT NAME TO " NETINA " 2024-04-16 20:01:34 +03:30
Dtos Add sub-product management feature 2024-12-18 02:14:07 +03:30
Entities Add sub-product management feature 2024-12-18 02:14:07 +03:30
Enums Add sub-product management feature 2024-12-18 02:14:07 +03:30
Extensions feat(FaqInActions) , feat(FaqManagementPage) , feat(FaqController) 2024-08-07 16:15:53 +03:30
Mappers Add sub-product management feature 2024-12-18 02:14:07 +03:30
MartenEntities fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
Models Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
DomainConfig.cs CHANGE PROJECT NAME TO " NETINA " 2024-04-16 20:01:34 +03:30
FodyWeavers.xml CHANGE PROJECT NAME TO " NETINA " 2024-04-16 20:01:34 +03:30
MapsterRegister.cs Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30
Netina.Domain.csproj Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30