Api/Netina.Api
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
..
AppSettings fix marten 2024-10-10 22:12:46 +03:30
Controllers Add sub-product management feature 2024-12-18 02:14:07 +03:30
Docs CHANGE PROJECT NAME TO " NETINA " 2024-04-16 20:01:34 +03:30
Properties fix(DiscountCode),VER 1.0.5.6 2024-06-11 18:14:47 +03:30
Sentry/9DC334EC83D3BBA80249F4426A4CB422C68089AE fix(AmountSpecialOffer) 2024-08-05 23:23:32 +03:30
Services fix files 2024-08-09 21:55:16 +03:30
Views ADD VERSION 1.0.3.3 2024-06-09 18:07:20 +03:30
WebFramework Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
wwwroot CHANGE PROJECT NAME TO " NETINA " 2024-04-16 20:01:34 +03:30
Dockerfile fix(TorobGetProducts) , fix(EmallsProducts), VER 1.0.4.5 2024-06-11 12:55:02 +03:30
Netina.Api.csproj Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Program.cs Merge branch 'master' of https://git.vnfco.ir/NetinaShop/Api 2024-09-11 19:59:59 +03:30