Commit Graph

41 Commits (81b78d16d0e271233ea5d7f355038545c1974d9c)

Author SHA1 Message Date
Amir Hossein Khademi e45d48d8b3 ♻️ Cleanup and UI updates; version bump in project files
- 🔥 Removed unused `using` directives in `PageActionDialogBox.razor.cs`.
- 💄 Updated `MudItem` column widths in `SubProductActionDialogBox.razor`.
- 🆙 Bumped `AssemblyVersion` and `FileVersion` in `Netina.AdminPanel.PWA.csproj`.
- 🆙 Bumped `AssemblyVersion` and `FileVersion` in `Netina.Api.csproj`.
- 🛠️ Improved layout for `MudSelect` and `MudTextField` components.
- 🧹 Reduced unnecessary dependencies for better code readability.
- 🚀 Prepared for new release with updated project versioning.
- 📐 Adjusted UI spacing for better alignment on larger screens.
- 🔧 General maintenance and improvements in `.csproj` files.

Changes made by Amir.h Khademi
2025-04-18 20:48:57 +03:30
Amir Hossein Khademi 1d29f39cbc Add BrandId columns and update project framework
*  Introduce `EditDisc` migration in `NetinaShop.Repository.Migrations`
* 🗃️ Add `BrandId` column to `OrderProducts` and `Discounts` tables
* 🛠️ Set default value for `BrandId` in `OrderProducts` to `00000000-0000-0000-0000-000000000000`
* 🗃️ Make `BrandId` in `Discounts` nullable
* 🏷️ Create index on `BrandId` in `Discounts` table
* 🔗 Add foreign key constraint from `Discounts` to `Brands` on `BrandId`
* 🔄 Implement `Down` method to reverse migration changes
* ⬆️ Update target framework to `net8.0`
* 🔢 Increment `AssemblyVersion` and `FileVersion` in `Netina.Api.csproj`
* 🏷️ Add `BrandId` and `Count` properties to `ApplicationContextModelSnapshot.cs`
* 🆕 Add `BrandDiscount` entity inheriting from `Discount` with `BrandId` property

Changes made by Amir.h Khademi
2025-03-29 01:51:08 +03:30
Amir Hossein Khademi 559ab04d9b Add MetaTags support and update project configurations
- Removed unused @using directives in App.razor and BrandsPage.razor.
- Added UI elements for meta tags in BrandActionDialogBox.razor.
- Updated BrandActionDialogBoxViewModel to handle meta tags.
- Changed label text in DiscountActionDialogBox.razor.
- Updated assembly and file versions in Netina.AdminPanel.PWA.csproj.
- Added BlogMetaTag and BrandMetaTag classes.
- Added migration to update database schema for meta tags.
- Updated BlogController to handle meta tags.
- Set LangVersion to latest in multiple project files.
- Changed array initialization syntax in various files.
- Added MetaTags property to BlogLDto and BrandLDto classes.
- Updated Blog and Brand classes to handle meta tags.
- Refactored mappers to include meta tags handling.
- Improved product sorting in GetProductsQueryHandler.cs.
- Updated ApplicationContextModelSnapshot for new entities.
2024-12-11 00:25:26 +03:30
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
Amir Hossein Khademi 82f9d604da feat(MetaTags) , feat(ProductCategoryMetaTags) , VER 1.6.18.28 2024-10-25 14:36:19 +03:30
Amir Hossein Khademi d17422d646 fix marten 2024-10-10 22:12:46 +03:30
Amir Hossein Khademi cfb293c135 fix calculate issue 2024-09-30 22:09:39 +03:30
Amir Hossein Khademi a1f2e92863 fix(CateforyDiscount) , fix(ProductReviewCountInDTos) , VER 1.5.17.23 2024-09-29 12:31:08 +03:30
Amir Hossein Khademi c3abc322d4 feat(ReviewActionDialog) , VER 1.5.14.20 2024-09-27 14:14:33 +03:30
Amir Hossein Khademi ca934aecc8 Update Packages 2024-09-24 14:03:16 +03:30
Amir Hossein Khademi 28ffed532d fix(ReviewEntity) , VER 1.4.14.19 2024-09-21 20:51:01 +03:30
Amir Hossein Khademi 8e5003028d add auuthor 2024-09-11 19:59:27 +03:30
Amir Hossein Khademi fda7088abb feat ( ReviewEntitiy )
- Add review entity and CQRS
2024-09-01 12:28:42 +03:30
Amir Hossein Khademi be6f462708 VER 1.2.11.13 2024-08-10 20:36:10 +03:30
Amir Hossein Khademi ae9b65adbd fix files 2024-08-09 21:55:16 +03:30
Amir Hossein Khademi 8c7e09e5e6 fix(AmountSpecialOffer) 2024-08-05 23:23:32 +03:30
Amir Hossein Khademi a66ee7c8a2 fix(TaxesFee) , fix(InvoiceWaterMark) , VER 1.0.9.11 2024-07-01 21:08:32 +03:30
Amir Hossein Khademi 95346be5f1 feat(AddFeatureFastProduct) , fix(CheckUserDiscount) , fix(SideBar)
- Add feature in fast product create dialog box
- Fix user fist use discount check user
- Fix sidebar
2024-06-24 22:32:44 +03:30
Amir Hossein Khademi 4ff7601843 fix(CheckUserFirstDiscountUser)
-Add new command for CheckUserFirstDiscountUser
-Fix CheckUserFirstDiscountUser
2024-06-12 11:05:15 +03:30
Amir Hossein Khademi 5edd394252 fix(DiscountCode),VER 1.0.5.6
- Fix discount code use one time per user and customer
- Add Version 1.0.5.6
2024-06-11 18:14:47 +03:30
Amir Hossein Khademi da64ae5b40 fix(TorobGetProducts) , fix(EmallsProducts), VER 1.0.4.5
- Fix torob product price to Tooman
- Fix emalls product price to Tooman
- Add version 1.0.4.5
2024-06-11 12:55:02 +03:30
Amir Hossein Khademi d2085e282d ADD VERSION 1.0.3.3 2024-06-09 18:07:20 +03:30
Amir Hossein Khademi 7d4301423d feat(LookUpSms),refactor(OrderDialog),refactor(OrdersPage)
-Add new look up sms when order status changes ( like : customer-orderDelivery lookup , manager-orderSubmit look up)
-Change order dialog style and improve responseive
-Change orders page style and improve responsive
2024-06-06 22:52:49 +03:30
Amir Hossein Khademi 9f87d48602 fix(SiteMap),feat(Ver1.0.1.2)
- Fix site map service image url builder
- Add version 1.0.1.2
2024-05-28 14:04:43 +03:30
Amir Hossein Khademi 51721e3c50 feat(1.0.0.1) , fix(siteMap) , fix(IsMain)
- Add version 1.0.0.1
- Fix sitemap issue , add new migration for is main in blog category
- Fix IsMain column not foun by add new migration
2024-05-28 11:06:30 +03:30
Amir Hossein Khademi b7dbe67e7f add version 0.27.38.60 , fix search service 2024-05-24 16:18:56 +03:30
Amir Hossein Khademi b45b0450a7 add version 0.27.37.59 , add check slug in blogs 2024-05-21 14:18:15 +03:30
Amir Hossein Khademi f28e36e84e change torob search , add version 0.27.35.57 2024-05-17 13:33:15 +03:30
Amir Hossein Khademi c152f06e08 version 0.27.33.54 , fix blog update issue , fix sitemap , fix page creation 2024-05-14 12:46:11 +03:30
Amir Hossein Khademi f62ee59f24 feat : refactor , version 0.27.31.52 , fix issues
add torob search , add webite controller , refacor unused namespaces , fix job scheduler , fix nav menu management page
2024-05-07 11:01:55 +03:30
Amir Hossein Khademi e024b4d977 faet : add version 0.26.30.51 , add navbaritem , fix : scheduler job issue 2024-04-28 22:10:54 +03:30
Amir Hossein Khademi 12ab03a520 feat : add version 0.25.29.50 , fix : fix scaduler service 2024-04-27 15:10:39 +03:30
Amir Hossein Khademi 108230cc15 feat : add thumb search , add version 0.25.28.49 2024-04-25 22:54:02 +03:30
Amir Hossein Khademi 0e2b99d85e feat : add version 0.25.27.48 , add CS system 2024-04-25 02:47:50 +03:30
Amir Hossein Khademi 8679140b4b feat : add version 0.24.27.47 , complete site-maps , complete slugs 2024-04-23 23:57:52 +03:30
Amir Hossein Khademi 4e2aec8e2c add version to prject 2024-04-23 12:12:12 +03:30
Amir Hossein Khademi f880d72d07 feat : add slug to blog and products , refactor domain project 2024-04-22 13:33:39 +03:30
Amir Hossein Khademi f19c76066c feat : change OTP verify code , change digikala service , change get order invoice 2024-04-20 16:05:03 +03:30
Amir Hossein Khademi 00ca32d32f fix orderSubName issue , add version 0.22.25.44 2024-04-18 19:19:54 +03:30
Amir Hossein Khademi 2210ba5f77 feat : add version 0.22.25.43 , fix payment issue 2024-04-17 12:24:47 +03:30
Amir Hossein Khademi 42d8f35940 CHANGE PROJECT NAME TO " NETINA " 2024-04-16 20:01:34 +03:30