Api/Netina.Domain
Amir Hossein Khademi 48d3386233 Add brand-specific discount feature
-  Add `MudAutocomplete` for brand selection in UI
  Introduced a new component in `DiscountActionDialogBox.razor`.
- 🆕 Introduce `IsBrandEnable` property in ViewModel
  Added to manage the state of brand-specific discounts.
- 🔄 Update ViewModel logic for `IsBrandEnable`
  Ensured mutual exclusivity with other discount types.
- 🛠️ Handle brand selection in `SubmitEditAsync`
  Added logic for brand selection and validation.
- 🔍 Modify `SearchBrand` method in ViewModel
  Fetch and return brand data for selection.
- 📦 Change target framework to `net5.0`
  Updated `Netina.Common.csproj` and `Netina.Domain.csproj`.
- 🆙 Update `UpdateDiscountCommand` and `DiscountLDto`
  Included `BrandId` and `BrandName` properties.
- 🛠️ Modify `UpdateDiscountCommandHandler`
  Handle brand-specific discount updates.
- 🆕 Add `SubmitEditAsync` method in ViewModel
  For handling discount edits.

Changes made by Amir.H Khademi
2025-04-14 18:02:07 +03:30
..
CommandQueries Add brand-specific discount feature 2025-04-14 18:02:07 +03:30
DocumentEntities CHANGE PROJECT NAME TO " NETINA " 2024-04-16 20:01:34 +03:30
Dtos Add brand-specific discount feature 2025-04-14 18:02:07 +03:30
Entities Add DiversitySecondaryValue to SubProduct 2025-04-14 15:43:49 +03:30
Enums Merge remote-tracking branch 'origin/subProduct' 2025-03-27 10:35:37 +03:30
Extensions feat(FaqInActions) , feat(FaqManagementPage) , feat(FaqController) 2024-08-07 16:15:53 +03:30
Mappers Add DiversitySecondaryValue to SubProduct 2025-04-14 15:43:49 +03:30
MartenEntities Update page handling, dependencies, and UI components 2025-03-23 11:04:45 +03:30
Models Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
DomainConfig.cs CHANGE PROJECT NAME TO " NETINA " 2024-04-16 20:01:34 +03:30
FodyWeavers.xml CHANGE PROJECT NAME TO " NETINA " 2024-04-16 20:01:34 +03:30
MapsterRegister.cs Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30
Netina.Domain.csproj Add brand-specific discount feature 2025-04-14 18:02:07 +03:30