Commit Graph

131 Commits

Author SHA1 Message Date
masoodafar-web f027fd0b06 Refactor inventory commands and queries for improved clarity and consistency
Build and Deploy / build (push) Failing after 2m12s
- Updated ProductType enum values to be more descriptive (RegularProduct, DiscountProduct).
- Removed unnecessary Success and Message properties from response DTOs in AddStock and AdjustStock commands.
- Renamed Note property to Reason in AdjustStock and RecordLoss commands, and added ReferenceNumber.
- Changed InventoryItemId to Id in UpdateInventorySettingsCommand for consistency.
- Updated pagination properties in various queries (PageIndex to Page).
- Enhanced GetAllInventoryItemsQuery and GetLowStockItemsQuery to include sorting options.
- Updated InventoryProfile mappings to reflect changes in DTOs and Protobuf definitions.
- Adjusted Protobuf definitions to align with new property names and structures.
2026-01-03 15:38:22 +03:30
masoodafar-web 989f4a799a fix: specify full namespace for GetAllWarehousesRequest in GetAllWarehousesQueryHandler
Build and Deploy / build (push) Successful in 1m45s
2026-01-03 08:19:01 +03:30
masoodafar-web f6f943947c feat: Implement Inventory Management Commands and Queries
Build and Deploy / build (push) Successful in 1m46s
- Added CreateWarehouseCommand and CreateWarehouseCommandHandler for warehouse creation.
- Introduced RecordLossCommand and RecordLossCommandHandler to handle stock loss recording.
- Created UpdateInventorySettingsCommand and its handler for updating inventory settings.
- Implemented GetAllInventoryItemsQuery and its handler to retrieve inventory items with pagination.
- Added GetAllWarehousesQuery and handler for fetching all warehouses.
- Developed GetLowStockItemsQuery and handler to get items below a specified stock threshold.
- Implemented GetStockMovementsQuery and handler for retrieving stock movement records.
- Created mappings for inventory-related requests and responses in InventoryProfile.
- Developed InventoryService to handle gRPC requests for inventory operations.
- Added Protobuf definitions for inventory management services and messages.
2026-01-03 07:37:32 +03:30
masoodafar-web 0c63b3c83c feat: add ImagePath and ImageDocumentId to ManualPaymentModel and update related query handler
Build and Deploy / build (push) Successful in 1m47s
2026-01-02 02:37:10 +03:30
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 31df6d843a feat: add FileUploadDto and image file handling to CreateManualPayment command and protobuf definitions
Build and Deploy / build (push) Successful in 2m23s
2026-01-02 01:19:11 +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 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 f5e7d0c882 feat: add mapping for ProcessWithdrawalRequest to ProcessWithdrawalCommand
Build and Deploy / build (push) Successful in 1m39s
Build and Deploy to Production / build-and-deploy (push) Successful in 1m45s
2025-12-27 07:23:00 +03:30
masoodafar-web 86d1370535 feat: implement mapping for GetUserPayoutsResponseDto to GetUserCommissionPayoutsResponse
Build and Deploy / build (push) Successful in 1m58s
2025-12-27 06:45:59 +03:30
masoodafar-web 92aebb42b5 feat: add mapping for MediatR.Unit to Google.Protobuf.Empty
Build and Deploy / build (push) Successful in 1m48s
2025-12-27 02:38:02 +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 4c5cff1a9a fix: update CMSMSAddress to remove port from URL
Build and Deploy / build (push) Successful in 1m44s
2025-12-26 07:34:21 +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 8f34f0f650 fix: update CMSMSAddress to use secure URL
Build and Deploy to Production / build-and-deploy (push) Successful in 2m17s
2025-12-25 02:22:45 +03:30
masoodafar-web 554d1a65f2 feat: add production appsettings configuration for JWT and Seq
Build and Deploy to Production / build-and-deploy (push) Successful in 2m31s
2025-12-25 02:07:19 +03:30
admin f695290577 fix: correct dockerfile path and registry
Build and Deploy to Production / build-and-deploy (push) Successful in 1m45s
2025-12-23 22:32:25 +00:00
admin 13352879b9 fix: correct dockerfile path and registry
Build and Deploy to Production / build-and-deploy (push) Has been cancelled
2025-12-23 22:32:19 +00:00
admin 464b3e0c1d ci: re-trigger production build
Build and Deploy to Production / build-and-deploy (push) Failing after 17s
2025-12-23 22:31:03 +00:00
admin e627220c98 feat: add production deployment workflow
Build and Deploy to Production / build-and-deploy (push) Failing after 12s
2025-12-23 22:19:23 +00:00
admin 5f7f2a3355 fix: update appsettings for production K8s 2025-12-23 22:16:11 +00:00
admin b8b8a72e57 fix: update appsettings for production K8s 2025-12-23 22:15:51 +00:00
admin b223e37782 fix: update appsettings for production K8s 2025-12-23 22:15:31 +00:00
masoodafar-web ea3577893b fix: update Seq ServerUrl to use HTTPS 2025-12-20 05:19:59 +03:30
masoodafar-web 480d87cec6 fix: update CMSMSAddress and Seq ServerUrl to use secure URLs 2025-12-20 05:18:06 +03:30
masoodafar-web b24191d59f fix: update deployment branch to stage-new in workflow configuration 2025-12-20 05:09:47 +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 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 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 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 dedc0b809f feat: add HTTP annotations and update protobuf versions
Build and Deploy / build (push) Successful in 2m5s
2025-12-08 05:08:15 +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 668ba449f1 refactor: update NetworkMembership protobuf import path
Build and Deploy / build (push) Failing after 1m53s
2025-12-08 01:24:37 +03:30
masoud 6392499111 fix: Add port 80 to CMSMSAddress in appsettings.json
Build and Deploy / build (push) Successful in 2m25s
2025-12-07 20:56:17 +00:00
masoodafar-web 5a6dba445b refactor: rename SuperAdmin role to Administrator
Build and Deploy / build (push) Successful in 2m24s
2025-12-07 23:39:22 +03:30
masoud 240214983e fix: update kubeconfig for deployment (127.0.0.1 → 194.5.195.53)
Build and Deploy / build (push) Successful in 2m25s
2025-12-07 19:18:11 +00:00
masoodafar-web 9f64e42029 chore: add trailing space to Serilog debug output
Build and Deploy / build (push) Successful in 2m33s
2025-12-07 22:27:28 +03:30
masoud dbe7bc2b78 chore: test multi-remote push to git.afrino.co
Build and Deploy / build (push) Has been cancelled
2025-12-07 18:52:35 +00:00
masoud d9675ed345 chore: trigger rebuild with new registry domain
Build and Deploy / build (push) Successful in 2m5s
2025-12-07 17:32:23 +00:00
masoud a41b85a4ae chore: migrate from IP to domain (git.foursat.afrino.co)
Build and Deploy / build (push) Has been cancelled
2025-12-07 17:01:56 +00:00
masoodafar-web 1c59fe6107 Add proxy configuration for Docker daemon and build
Build and Deploy / build (push) Has been cancelled
2025-12-06 22:50:35 +03:30
masoud be7f604651 Test auto-deploy 2025-12-06 19:10:12 +00:00