Go to file
Amir Hossein Khademi 53dc2eac0c 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:41 +03:30
.config Add project files. 2023-12-16 20:25:12 +03:30
.vscode feat : add payment , zarinpal gateway 2024-02-12 10:46:18 +03:30
Netina.Api Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30
Netina.Common Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30
Netina.Core Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30
Netina.Domain Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30
Netina.Infrastructure Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30
Netina.Repository Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30
Tools/NetinaShop.WordPressDBConverter Update Packages 2024-09-24 14:03:16 +03:30
.dockerignore Add project files. 2023-12-16 20:25:12 +03:30
.gitattributes Add .gitattributes and .gitignore. 2023-12-16 20:25:08 +03:30
.gitignore Add .gitattributes and .gitignore. 2023-12-16 20:25:08 +03:30
.version Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30
Dockerfile edit docker file 2024-04-17 12:27:59 +03:30
Netina.sln feat : add version 0.22.25.43 , fix payment issue 2024-04-17 12:24:47 +03:30