AdminPanel/Netina.AdminPanel.PWA/Services/RestServices
Amir Hossein Khademi 0e7c1d7f81 Refactor and enhance product and order handling
- Updated `DiscountActionDialogBoxViewModel` and `FastProductCreateDialogBoxViewModel` to create command objects directly from properties and improved error handling.
- Added meta tag management UI and logic in `ProductActionDialogBox.razor` and `ProductActionDialogBoxViewModel`.
- Increased max file read stream size to 8 MB in `StorageDialogBoxViewModel`.
- Incremented `AssemblyVersion` and `FileVersion` to `1.7.20.34` in `Netina.AdminPanel.PWA.csproj`.
- Updated `BrandsPage.razor` and `BrandsPageViewModel` for pagination and service injection.
- Updated `CategoriesPageViewModel` to create command objects directly from properties.
- Updated `ProductsPage.razor` for service injection and added a button for product details.
- Updated `ICrudApiRest` and `ICrudDtoApiRest` interfaces to use generic `Create` methods.
- Updated `appsettings.Development.json` for `StorageBaseUrl` and commented out `IsShop`.
- Added new project `AppHost.csproj` targeting .NET 8.0 with Aspire hosting.
- Added new `appsettings.Development.json` and `appsettings.json` for logging.
- Added new `Program.cs` to create and run a distributed application.
- Added new `launchSettings.json` for application launch settings.
- Added `Extensions.cs` for common .NET Aspire services.
- Added new project `ServiceDefaults.csproj` for shared service defaults.
- Introduced `ProductMetaTag` class and related migration for meta tag handling.
- Updated `OrderController.cs` for additional authorization requirements.
- Updated target frameworks to `net8.0` in various projects.
- Enhanced `SiteMapService.cs` to include brand site maps.
- Added new properties to DTOs for customer and meta tag handling.
- Enhanced `Product` class with meta tag management methods.
- Refactored `OrderMapper.g.cs` and `ProductMapper.g.cs` for improved mapping logic.
- Enhanced command handlers to manage meta tags.
- Added `ICurrentUserService` for user permissions in query handlers.
- Refactored `StorageService.cs` for paginated storage file fetching.
2024-12-06 17:37:40 +03:30
..
IAuthRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
IBlogCategoryRestApi.cs feat : refactor , version 0.27.31.52 , fix issues 2024-05-07 11:01:57 +03:30
IBlogRestApi.cs add version 0.25.27.48 , fix richTextEditor issue , add marketer management 2024-04-25 02:48:37 +03:30
IBrandRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
ICrudApiRest.cs Refactor and enhance product and order handling 2024-12-06 17:37:40 +03:30
ICustomerRestApi.cs feat(MetaTags) , feat(ProductCategoryMetaTags) , VER 1.6.18.28 2024-10-25 14:36:19 +03:30
IDashboardApiRest.cs fix : order homepage informations 2024-05-16 13:52:55 +03:30
IDiscountRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
IDistrictApiRest.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
IFaqApiRest.cs feat(FaqInActions) , feat(FaqManagementPage) , feat(FaqController) 2024-08-07 16:15:52 +03:30
IFileRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
IOrderRestApi.cs fix(CancelOrder) 2024-08-06 10:30:01 +03:30
IPageRestApi.cs fix : order homepage informations 2024-05-16 13:52:55 +03:30
IPaymentRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
IProductCategoryRestApi.cs refactor(ProductCategoriesPage) , refactor(ICrudApiRest) 2024-06-07 23:03:55 +03:30
IProductRestApi.cs fix(SearchProductByName) 2024-08-10 20:35:38 +03:30
IRestWrapper.cs change to comment 2024-09-25 17:08:35 +03:30
IReviewRestApi.cs change to comment 2024-09-25 17:08:35 +03:30
IRoleRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
IScraperRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
ISettingRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
IUserRestApi.cs CHANGE PROJECT NAME TO "NETINA" 2024-04-17 16:19:43 +03:30
RestWrapper.cs change to comment 2024-09-25 17:08:35 +03:30