AdminPanel/Netina.AdminPanel.PWA
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
..
Components feat(ReviewActionDialog) , VER 1.5.14.20 2024-09-27 14:14:33 +03:30
Dialogs Add sub-product management feature 2024-12-18 02:14:07 +03:30
Extensions fix : order homepage informations 2024-05-16 13:52:55 +03:30
Layout feat(FaqInActions) , feat(FaqManagementPage) , feat(FaqController) 2024-08-07 16:15:52 +03:30
Models Add sub-product management feature 2024-12-18 02:14:07 +03:30
Pages Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Properties CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
Services Add sub-product management feature 2024-12-18 02:14:07 +03:30
Utilities fix(Pages) , feat(NotPermitted) 2024-05-29 12:55:05 +03:30
wwwroot Refactor and enhance product and order handling 2024-12-06 17:37:40 +03:30
App.razor Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Netina.AdminPanel.PWA.csproj Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Program.cs fix(Pages) , feat(NotPermitted) 2024-05-29 12:55:05 +03:30
_Imports.razor fix(CateforyDiscount) , fix(ProductReviewCountInDTos) , VER 1.5.17.23 2024-09-29 12:31:08 +03:30
package-lock.json feat(ReviewActionDialog) , VER 1.5.14.20 2024-09-27 14:14:33 +03:30
package.json feat(ReviewActionDialog) , VER 1.5.14.20 2024-09-27 14:14:33 +03:30
postcss.config.js CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
tailwind.config.js fix(AmountSpecialOffer) 2024-08-05 23:23:32 +03:30
tailwind.extension.json CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
version.json ADD VERSION 1.0.3.3 2024-06-09 18:07:20 +03:30