Go to file
Amir Hossein Khademi 46773d2505 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
AppHost Refactor and enhance product and order handling 2024-12-06 17:37:40 +03:30
Netina.AdminPanel.PWA Add sub-product management feature 2024-12-18 02:14:07 +03:30
ServiceDefaults Refactor and enhance product and order handling 2024-12-06 17:37:40 +03:30
.gitattributes Add .gitattributes, .gitignore, and README.md. 2024-01-21 08:33:34 +03:30
.gitignore Add .gitattributes, .gitignore, and README.md. 2024-01-21 08:33:34 +03:30
Netina.AdminPanel.sln fix(AmountSpecialOffer) 2024-08-05 23:23:32 +03:30
README.md Add .gitattributes, .gitignore, and README.md. 2024-01-21 08:33:34 +03:30
package-lock.json add version 0.25.27.48 , fix richTextEditor issue , add marketer management 2024-04-25 02:48:37 +03:30
package.json add version 0.25.27.48 , fix richTextEditor issue , add marketer management 2024-04-25 02:48:37 +03:30

README.md

NetinaShop.AdminPanel