Commit Graph

6 Commits

Author SHA1 Message Date
masoodafar-web a8a3d246da feat: enhance WeeklyBalanceModel with carryover and new members fields; update mappings and response DTO
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m55s
2025-12-28 23:57:26 +03:30
masoodafar-web 0ed694f475 fix: ensure WeekDefinitionId is correctly mapped to nullable type in GetMyWeeklyBalancesQuery
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m39s
2025-12-27 22:07:35 +03:30
masoodafar-web 0bab1d857e refactor: streamline mapping for GetMyWeeklyBalancesRequest to GetMyWeeklyBalancesQuery
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m31s
2025-12-27 07:35:49 +03:30
masoodafar-web 84c519060f refactor: simplify status handling in commission payout queries and responses
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m34s
2025-12-27 07:10:44 +03:30
masoodafar-web 565a9605dc feat: add GetWeekDefinitions RPC and corresponding query handler for week retrieval 2025-12-20 03:30:22 +03:30
masoodafar-web 9a42060653 feat: Add Protobuf definitions for Network Membership service
- Introduced `networkmembership.proto` with RPC methods for retrieving user network tree, statistics, and position.
- Implemented HTTP annotations for gRPC transcoding in the service methods.
- Added support for Google API annotations in `annotations.proto` and `http.proto`.
- Created `ConfigureServices.cs` to register FluentValidation for the Protobuf services.
- Updated project file to include necessary dependencies for gRPC and Protobuf.
2025-12-04 19:53:47 +03:30