Commit Graph

17 Commits

Author SHA1 Message Date
masoodafar-web 721207f6a0 feat: update GetUserWeeklyBalances response structure and mappings
Build and Deploy / build (push) Successful in 1m47s
Build and Deploy to Production / build-and-deploy (push) Successful in 2m22s
2025-12-27 22:10:30 +03:30
masoodafar-web ce7683c736 feat: enhance GetWithdrawalRequests response structure and update related mappings
Build and Deploy / build (push) Failing after 1m11s
2025-12-27 21:52:50 +03:30
masoodafar-web f234af49e0 feat: update protobuf versions and enhance club membership and commission queries
Build and Deploy / build (push) Successful in 1m41s
2025-12-20 03:16:36 +03:30
masoodafar-web 4cffed9ce8 fix: update payout mapping and protobuf version
Build and Deploy / build (push) Successful in 2m4s
2025-12-14 02:06:17 +03:30
masoodafar-web c043a640b0 fix: update default Created date to DateTime.Now in payout mapping
Build and Deploy / build (push) Successful in 2m22s
2025-12-14 01:37:35 +03:30
masoodafar-web de0daa5f61 fix: update commission payout mapping and handle null Created date
Build and Deploy / build (push) Successful in 2m30s
2025-12-14 01:28:46 +03:30
masoodafar-web c6abee2650 feat: add manual membership payment and update commission queries
Build and Deploy / build (push) Successful in 2m29s
2025-12-12 10:23:52 +03:30
masoodafar-web fe56b8f139 feat: add GetAvailableWeeks query and update protobuf imports
Build and Deploy / build (push) Successful in 2m18s
2025-12-12 05:57:32 +03:30
masoodafar-web ce3b5db822 feat: add Mapster profiles and enable DiscountOrder handlers
Build and Deploy / build (push) Successful in 2m14s
2025-12-08 21:10:21 +03:30
masoodafar-web ca28678e8f refactor: update protobuf imports and add HTTP annotations 2025-12-08 04:43:03 +03:30
masoodafar-web fd3c17ac23 refactor: update protobuf imports from BFF to CMS
Build and Deploy / build (push) Successful in 2m18s
2025-12-08 01:37:35 +03:30
masoodafar-web b229a3f0b6 refactor: Update protobuf namespaces and remove unused imports 2025-12-06 16:42:15 +03:30
masoodafar-web 67b43fea7a feat: Implement Cancel Order functionality with command, handler, and validation 2025-12-04 19:53:21 +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