Commit Graph

3 Commits

Author SHA1 Message Date
masoodafar-web 565a9605dc feat: add GetWeekDefinitions RPC and corresponding query handler for week retrieval 2025-12-20 03:30:22 +03:30
masoodafar-web 63f05e0883 feat: add base package payment initiation and verification 2025-12-16 02:34:22 +03:30
masoodafar-web 75e446f80f feat: Implement Club Membership features including activation and retrieval of membership status
- Added command and handler for activating club membership with optional activation code and duration.
- Created response DTO for club membership activation.
- Implemented query and handler to retrieve current user's club membership status.
- Added necessary Protobuf service calls for club membership operations.
- Introduced new queries for retrieving network statistics and network tree structure.
- Enhanced commission queries to fetch user commission payouts and weekly balances.
- Updated application contract context to include new services for club and network memberships.
2025-12-04 17:29:34 +03:30