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. |
||
---|---|---|
.. | ||
AppSettings | ||
Controllers | ||
Docs | ||
Properties | ||
Sentry/9DC334EC83D3BBA80249F4426A4CB422C68089AE | ||
Services | ||
Views | ||
WebFramework | ||
wwwroot | ||
Dockerfile | ||
Netina.Api.csproj | ||
Program.cs |