masoodafar-web
e383c64e5b
update
Push nuget and docker image Actions Workflow / Deploy (push) Has been cancelled
2025-12-20 04:47:41 +03:30
masoodafar-web
f5642f88fb
update
Push nuget and docker image Actions Workflow / Deploy (push) Has been cancelled
2025-12-20 04:33:25 +03:30
masoodafar-web
14b5db645b
chore: format appsettings.json for consistency
Push nuget and docker image Actions Workflow / Deploy (push) Has been cancelled
2025-12-20 04:30:45 +03:30
masoodafar-web
14b4022de9
chore: update database connection string in appsettings.json
Push nuget and docker image Actions Workflow / Deploy (push) Has been cancelled
2025-12-20 04:25:54 +03:30
masoodafar-web
25476ba120
feat: implement commission calculation strategy with ORM and SP options
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m43s
2025-12-20 03:15:28 +03:30
masoodafar-web
9864302bab
feat: implement user wallet charging and transaction logging for Daya loan processing
2025-12-19 23:14:42 +03:30
masoodafar-web
8b784101be
feat: refactor week number handling to use WeekDefinitionId across multiple entities and queries
2025-12-19 10:41:22 +03:30
masoodafar-web
3cb95dc349
feat: enhance user club feature management with sorting and creation timestamps
2025-12-19 00:30:47 +03:30
masoodafar-web
ead0cf4235
feat: add geography entities with countries, states and cities
2025-12-18 00:43:55 +03:30
masoodafar-web
26e1243cfe
feat: add base package payment initiation and verification
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 3m39s
2025-12-16 02:34:57 +03:30
masoodafar-web
189812e874
feat: update Daya API base address to production
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m18s
2025-12-14 20:49:31 +03:30
masoodafar-web
730e5a252b
feat: add target week activation flag to network membership
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 5m28s
2025-12-14 03:35:40 +03:30
masoodafar-web
cf75f14003
feat: add club membership filters and activation details to network tree
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m13s
2025-12-14 02:56:04 +03:30
masoodafar-web
6ae1b0cd70
feat: update commission payout model with user names and timestamps
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 4m11s
2025-12-12 19:31:32 +03:30
masoodafar-web
2ae6034fbb
refactor: remove admin user id from manual payment command
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m13s
2025-12-12 10:22:09 +03:30
masoodafar-web
094846ce8b
feat: add manual membership payment processing with wallet and order management
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 7m8s
2025-12-12 10:07:14 +03:30
masoodafar-web
3c7ac68eeb
feat: enhance network membership response with detailed stats and hierarchy
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m14s
2025-12-12 06:07:23 +03:30
masoodafar-web
f27418cff4
fix: adjust network tree depth limit and update commission mapping
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m5s
2025-12-12 05:42:19 +03:30
masoodafar-web
bb6b7c709c
feat: add search text filter for user query
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m40s
2025-12-12 03:18:18 +03:30
masoodafar-web
ff1c1d5d61
feat: add IsActive field to UserClubFeatures for admin management
2025-12-12 01:40:26 +03:30
masoodafar-web
aa66ca10c8
feat: add Mapster mapping and update network tree request
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m11s
2025-12-08 04:10:46 +03:30
masoud
0fe39cf9f6
feat: enable pure HTTP/2 for gRPC compatibility with nginx ingress
2025-12-07 17:53:43 +00:00
masoodafar-web
e7937fe7ee
fix: Remove trailing whitespace in Seq config
2025-12-07 20:09:01 +03:30
masoodafar-web
9fb5119fc1
fix: Remove trailing whitespace in Seq config
2025-12-07 19:46:36 +03:30
masoodafar-web
adcc776230
feat: Add Kestrel HTTP/2 configuration for macOS
2025-12-06 22:24:28 +03:30
masoodafar-web
a0da7eb8e0
feat: Implement real Daya API integration with configurable mock/real service
2025-12-06 21:02:51 +03:30
masoodafar-web
e46f54ca5b
Merge branch 'test' into kub-stage
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m16s
2025-12-06 00:17:39 +03:30
masoodafar-web
00ba911703
feat: Add archive and schedule fields to PublicMessages
2025-12-06 00:16:30 +03:30
masoud
bfcb0d880f
feat: Read Seq logging config from appsettings.json + add Console logging
2025-12-05 19:32:28 +00:00
masoodafar-web
217ef147dd
feat: Implement manual payment system with gRPC service and related commands/queries
2025-12-05 17:26:58 +03:30
masoodafar-web
5e3112d71f
feat: Implement withdrawal reports query and service integration
2025-12-04 17:29:10 +03:30
masoodafar-web
ba6d74fe35
feat: Implement Public Message Management Commands and Queries
...
- Add GetUserPackageStatusQueryValidator for user package status validation.
- Create ArchiveMessageCommand and ArchiveMessageCommandHandler for archiving public messages.
- Implement ArchiveMessageCommandValidator to validate message ID.
- Introduce PublishMessageCommand and PublishMessageCommandHandler for publishing messages.
- Add PublishMessageCommandValidator for validating publish message requests.
- Implement GetPublicMessageQuery and GetPublicMessageQueryHandler for retrieving public messages.
- Create GetPublicMessageQueryValidator for validating public message requests.
- Add ApplyDiscountToOrderCommand and ApplyDiscountToOrderCommandHandler for applying discounts to orders.
- Implement ApplyDiscountToOrderCommandValidator for validating discount application requests.
- Create UpdateOrderStatusCommand and UpdateOrderStatusCommandHandler for changing order statuses.
- Implement UpdateOrderStatusCommandValidator for validating order status updates.
- Add CalculateOrderPVQuery and CalculateOrderPVQueryHandler for calculating order PV.
- Implement CalculateOrderPVQueryValidator for validating PV calculation requests.
- Create GetOrdersByDateRangeQuery and GetOrdersByDateRangeQueryHandler for retrieving orders by date range.
- Implement GetOrdersByDateRangeQueryValidator for validating date range queries.
- Add PublicMessage entity to represent public messages in the system.
- Implement PublicMessageService for handling public message operations via gRPC.
2025-12-04 03:43:19 +03:30
masoodafar-web
84f642e900
feat: Implement bulk update for product prices and stock, and add low stock products query and toggle product status functionality
2025-12-04 02:56:03 +03:30
masoodafar-web
f0f48118e7
Add validators and services for Product Galleries and Product Tags
...
- Implemented Create, Delete, Get, and Update validators for Product Galleries.
- Added Create, Delete, Get, and Update validators for Product Tags.
- Created service classes for handling Discount Categories, Discount Orders, Discount Products, Discount Shopping Cart, Product Categories, Product Galleries, and Product Tags.
- Each service class integrates with CQRS for command and query handling.
- Established mapping profiles for Product Galleries.
2025-12-04 02:40:49 +03:30
masoodafar-web
78606cc5cc
feat: Add ClearCart command and response, implement CancelOrder command with validation, and enhance DeliveryStatus and User models
2025-12-02 03:30:36 +03:30
masoodafar-web
25fc73ae28
feat: Enhance network membership and withdrawal processing with user tracking and logging
2025-12-01 20:52:18 +03:30
masoodafar-web
8d31a8c026
feat: Add GetClubStatistics and GetNetworkStatistics APIs with corresponding request and response messages
2025-12-01 16:43:53 +03:30
masoodafar-web
199e7e99d1
feat: Add monitoring alerts skeleton and enhance worker with notifications
2025-11-30 20:18:10 +03:30
masoodafar-web
2bb8c2a13c
feat: Add gRPC API Layer - Phase 6 Integration
...
Added Protobuf definitions and gRPC services for all CQ layers:
Protobuf Files (4):
- configuration.proto: 2 Commands + 3 Queries (5 RPCs)
- clubmembership.proto: 3 Commands + 3 Queries (6 RPCs)
- networkmembership.proto: 3 Commands + 3 Queries (6 RPCs)
- commission.proto: 5 Commands + 4 Queries (9 RPCs)
gRPC Services (4):
- ConfigurationService: SetConfigurationValue, Deactivate, GetByKey, GetAll, GetHistory
- ClubMembershipService: Activate, Deactivate, AssignFeature, Get, GetAll, GetHistory
- NetworkMembershipService: Join, Move, Remove, GetPosition, GetTree, GetHistory
- CommissionService: Calculate+Process+Withdraw (5 commands), Get queries (4)
Features:
- HTTP transcoding enabled via google.api.http annotations
- Auto-registration via ConfigureGrpcEndpoints
- MetaData pagination support
- Request/Response DTOs for all endpoints
- Integration with MediatR CQRS handlers
Total: 4 proto files, 4 service classes, 26 RPC endpoints
Build: ✅ Successful (0 errors)
2025-11-29 04:45:27 +03:30
masoodafar-web
ce2bf3f1f0
Make amount, user_id and address_id optional in user order update
2025-11-28 04:02:00 +03:30
masoodafar-web
746c0b2542
Fix filter null checks and status comparisons in order query
2025-11-27 23:24:26 +03:30
masoodafar-web
92a9a0e75d
Generator Changes at 11/25/2025 1:59:23 AM +03:30
2025-11-25 02:03:51 +03:30
masoodafar-web
56478c79c2
Generator Changes at 11/22/2025 9:58:16 PM +03:30
2025-11-22 22:02:04 +03:30
masoodafar-web
f6dcd43346
update
2025-11-18 22:38:50 +03:30
masoodafar-web
dba8aecc97
Generator Changes at 11/17/2025 11:53:47 PM +03:30
2025-11-17 23:57:51 +03:30
masoodafar-web
0a649325f8
Generator Changes at 11/16/2025 12:48:45 AM +03:30
2025-11-16 00:53:15 +03:30
masoodafar-web
8c4b1ab4f4
Refactor JWT token generation and update password handling logic; add exception handling behavior
2025-11-13 21:40:14 +03:30
masoodafar-web
4b1b135065
Generator Changes at 11/12/2025 11:18:31 PM +03:30
2025-11-12 23:20:15 +03:30
masoodafar-web
2fac0f4922
Generator Changes at 11/12/2025 10:14:04 PM +03:30
2025-11-12 22:16:08 +03:30
masoodafar-web
1fb7e4d374
update
2025-11-12 20:30:53 +03:30