Commit Graph

24 Commits

Author SHA1 Message Date
masoodafar-web 36b30e37b8 feat: enhance CreateManualPayment command with image document ID and update protobuf definitions
Build and Deploy / build (push) Successful in 1m50s
2026-01-02 02:13:51 +03:30
masoodafar-web 441098a80b feat: add ImagePath property to CreateManualPayment command and update related protobuf definitions
Build and Deploy / build (push) Successful in 2m22s
2026-01-02 00:45:53 +03:30
masoodafar-web d0224d41b2 feat: Implement Discount Sales Report Query and Handler
Build and Deploy / build (push) Successful in 2m33s
- Added GetDiscountSalesReportQuery and GetDiscountSalesReportQueryHandler to fetch discount sales reports.
- Introduced DiscountSalesReportDto, SalesSummaryDto, and PeriodSalesDto for structured report data.

feat: Add Discount Product Image Management

- Created AddDiscountProductImageCommand and AddDiscountProductImageCommandHandler for image uploads.
- Implemented DeleteDiscountProductImageCommand and DeleteDiscountProductImageCommandHandler for image deletion.
- Added ReorderDiscountProductImagesCommand and ReorderDiscountProductImagesCommandHandler for image reordering.
- Developed UpdateDiscountProductImageCommand and UpdateDiscountProductImageCommandHandler for image updates.

feat: Enhance Product Tag Management

- Introduced DeleteProductTagCommand and DeleteProductTagCommandHandler for tag deletion.
- Added UpdateProductTagCommand and UpdateProductTagCommandHandler for updating product tags.
- Implemented GetAllProductTagsQuery and GetAllProductTagsQueryHandler for fetching all product tags.
- Created GetProductTagQuery and GetProductTagQueryHandler for retrieving specific product tags.

feat: Develop Web API Services for Discount and Product Management

- Implemented DiscountCategoryService for managing discount categories.
- Created DiscountOrderService for handling discount orders and related queries.
- Developed DiscountProductService for managing discount products and their images.
- Added DiscountShoppingCartService for managing shopping cart operations.
- Implemented ProductTagService for managing product tags and their associations.
- Created TagService for managing tags and their related operations.
2026-01-01 02:26:51 +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 c7fc30c83e feat: update Foursat.CMSMicroservice.Protobuf package version and add mapping for GetAllWeeklyPoolsResponse
Build and Deploy / build (push) Successful in 1m48s
2025-12-26 09:44:58 +03:30
masoodafar-web 6bc45e4486 feat(bff): Add App Version management endpoints
Build and Deploy to Production / build-and-deploy (push) Successful in 1m47s
- Add appversion.proto with GetAll, Get, Update RPCs
- Add GetAllAppVersionsQuery and handler
- Add UpdateAppVersionCommand and handler
- Add AppVersionService gRPC service
- Add AppVersionProfile for Mapster mappings
- Update IApplicationContractContext with AppVersions client
- Bump Configuration.Protobuf to 1.0.20
2025-12-26 06:07:24 +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 6b72e88780 feat: add club activation fields to network membership
Build and Deploy / build (push) Successful in 2m14s
2025-12-14 04:15:22 +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 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 19a717fc87 feat: expand network membership response with additional fields
Build and Deploy / build (push) Successful in 2m12s
2025-12-12 07:52:55 +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 ca28678e8f refactor: update protobuf imports and add HTTP annotations 2025-12-08 04:43:03 +03:30
masoodafar-web 2ef27663a0 feat: Update protobuf namespaces and package versions 2025-12-06 14:25:02 +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 bfeb6456af Add response DTOs for withdrawal and club activation commands 2025-11-30 23:39:31 +03:30
masoodafar-web 698c044be6 Update payment status to enum and refactor update order handler 2025-11-28 04:03:12 +03:30
masoodafar-web d0ac683094 Update protobuf package versions for products and user order services 2025-11-27 19:10:44 +03:30
masoodafar-web ebd48c02a5 Add delivery status and tracking details to user order 2025-11-27 18:36:36 +03:30
masoodafar-web 3e5f8348c2 Add category IDs support to product DTOs and protobuf 2025-11-27 05:43:01 +03:30
masoodafar-web eda91d4f1f update 2025-11-26 22:35:17 +03:30
MeysamMoghaddam 0042726cdb u 2025-10-07 20:53:28 +03:30
King 4241523443 Update 2025-09-28 15:24:13 +03:30