Commit Graph

15 Commits

Author SHA1 Message Date
masoodafar-web
ce3b5db822 feat: add Mapster profiles and enable DiscountOrder handlers
All checks were successful
Build and Deploy / build (push) Successful in 2m14s
2025-12-08 21:10:21 +03:30
masoodafar-web
fd3c17ac23 refactor: update protobuf imports from BFF to CMS
All checks were successful
Build and Deploy / build (push) Successful in 2m18s
2025-12-08 01:37:35 +03:30
masoodafar-web
668ba449f1 refactor: update NetworkMembership protobuf import path
Some checks failed
Build and Deploy / build (push) Failing after 1m53s
2025-12-08 01:24:37 +03:30
masoodafar-web
b229a3f0b6 refactor: Update protobuf namespaces and remove unused imports 2025-12-06 16:42:15 +03:30
masoodafar-web
4aa9f28f6e feat: Implement user permission checks and manual payment functionalities
- Added CheckUserPermissionQuery and CheckUserPermissionQueryHandler for permission validation.
- Introduced GetUserRolesQuery and GetUserRolesQueryHandler to retrieve user roles.
- Created IPermissionService interface and its implementation in PermissionService.
- Defined permission and role constants in PermissionDefinitions.
- Developed SetDefaultVatPercentageCommand and its handler for VAT configuration.
- Implemented GetCurrentVatPercentageQuery and handler to fetch current VAT settings.
- Added manual payment commands: CreateManualPayment, ApproveManualPayment, and RejectManualPayment with respective handlers and validators.
- Created GetManualPaymentsQuery and handler for retrieving manual payment records.
- Integrated gRPC services for manual payments with appropriate permission checks.
- Established Protobuf definitions for manual payment operations and metadata.
2025-12-05 17:27:38 +03:30
masoodafar-web
82319285bc feat: Implement Public Message management features including create, update, delete, and publish functionalities 2025-12-04 17:29:05 +03:30
masoodafar-web
4f400eabc5 feat: Implement Discount Product and Shopping Cart functionalities
- Added UpdateDiscountProductCommandValidator for validating discount product updates.
- Created GetDiscountProductByIdQuery and its handler for retrieving discount product details by ID.
- Implemented GetDiscountProductsQuery and handler for fetching a list of discount products with filtering options.
- Developed AddToCartCommand and handler for adding products to the shopping cart.
- Implemented ClearCartCommand and handler for clearing the shopping cart.
- Created RemoveFromCartCommand and handler for removing items from the cart.
- Added UpdateCartItemCountCommand and handler for updating the quantity of items in the cart.
- Developed GetUserCartQuery and handler for retrieving the user's shopping cart details.
- Implemented Product Tag functionalities including assigning tags to products, creating, updating, and deleting tags.
- Added queries for fetching all tags and products by tag.
2025-12-04 02:41:19 +03:30
masoodafar-web
c9dab944fa update 2025-12-02 03:32:26 +03:30
masoodafar-web
bfeb6456af Add response DTOs for withdrawal and club activation commands 2025-11-30 23:39:31 +03:30
masoodafar-web
bb8d35a1d1 Implement product categories CRUD operations with CMS integration 2025-11-27 04:50:35 +03:30
masoodafar-web
ad8d166476 Add Category protobuf and CQRS implementation 2025-11-27 04:18:35 +03:30
masoodafar-web
ad3cc728df update 2 2025-11-27 03:14:43 +03:30
masoodafar-web
e7137887d2 update 2025-11-26 23:11:00 +03:30
King
ad492abdea Update 2025-09-28 18:54:22 +03:30
King
4241523443 Update 2025-09-28 15:24:13 +03:30