Commit Graph

59 Commits

Author SHA1 Message Date
admin 3e3033386d fix: update appsettings for production K8s 2025-12-23 22:16:37 +00:00
masoodafar-web b7057e0928 fix: update CMS and Seq service URLs to production endpoints 2025-12-20 05:20:11 +03:30
masoodafar-web 954c7fe5c4 fix: correct formatting of PYMSMSAddress in appsettings.json
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m38s
2025-12-20 03:47:50 +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 0cca79ebfe feat: add Configuration gRPC service and queries for club settings and features 2025-12-19 00:30:58 +03:30
masoodafar-web 9db854ba0e feat: add GetVATRate RPC and corresponding query handler for VAT rate retrieval 2025-12-18 03:50:00 +03:30
masoodafar-web 5c03335f0b feat: add subordinate network tree query with security checks 2025-12-18 03:14:37 +03:30
masoodafar-web 4330ec3726 feat: add club membership contract signing and city services 2025-12-18 00:44:44 +03:30
masoodafar-web 63f05e0883 feat: add base package payment initiation and verification 2025-12-16 02:34:22 +03:30
masoodafar-web b4e41163ec fix: correct CMSMS service address typo 2025-12-08 03:09:22 +03:30
masoodafar-web b51a24d307 feat: Update CMSMS address in appsettings 2025-12-06 23:32:42 +03:30
masoodafar-web a47be9f585 feat: Update port, enable console logging, upgrade protobuf version 2025-12-06 23:30:26 +03:30
masoodafar-web 13037e9533 Merge branch 'main' into kub-stage 2025-12-06 23:10:53 +03:30
masoodafar-web d7ae666468 Add Dockerfile and NuGet config for containerization 2025-12-06 23:10:07 +03:30
masoud 5a36f1b8ea Update Program.cs to read Seq config from appsettings.json 2025-12-05 21:53:18 +00:00
masoud 7be3a7610e Add Kubernetes deployment: Dockerfile, CI/CD workflow, Seq logging 2025-12-05 21:51:00 +00:00
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
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
masoodafar-web bcf2bc2a52 update 2025-12-02 03:32:50 +03:30
masoodafar-web 1342fb41aa Update category proto with pagination and HTTP annotations 2025-11-28 11:56:00 +03:30
masoodafar-web 518285531a Add category service and product category support 2025-11-28 11:00:59 +03:30
masoodafar-web 970a5cdbc5 update 2025-11-25 03:03:47 +03:30
masoodafar-web 90e260eb30 Generator Changes at 11/25/2025 2:47:13 AM +03:30 2025-11-25 02:50:11 +03:30
masoodafar-web 34f66fcb2d update 2025-11-25 02:46:57 +03:30
masoodafar-web 50ccd10e24 Generator Changes at 11/25/2025 2:22:16 AM +03:30 2025-11-25 02:25:35 +03:30
masoodafar-web cd7b9e4ad2 Merge branch 'newmain' 2025-11-21 10:27:20 +03:30
masoodafar-web 724f7a2348 Refactor UserId property handling and clean up Protobuf file formatting 2025-11-21 04:19:33 +03:30
masoodafar-web 447625079c Fix UserId property parsing to remove unnecessary null handling 2025-11-20 23:24:18 +03:30
masoodafar-web 8f25757307 Refactor user ID handling in command handlers and update Protobuf package version to 0.0.124 2025-11-20 23:18:07 +03:30
masoodafar-web baa0c1449c Refactor ShopingCart references and add UserCarts integration 2025-11-20 00:56:58 +03:30
masoodafar-web 852a0f7277 Generator Changes at 11/20/2025 12:22:59 AM +03:30 2025-11-20 00:26:12 +03:30
masoodafar-web 37be756df0 Add Products Protobuf project and update references 2025-11-17 22:54:13 +03:30
masoodafar-web 2446b2b76b update 2025-11-17 20:58:12 +03:30
masoodafar-web 4f038d33f3 Generator Changes at 11/17/2025 8:39:48 PM +03:30 2025-11-17 20:42:57 +03:30
masoodafar-web 12bb40e0ee Generator Changes at 11/17/2025 1:17:57 AM +03:30 2025-11-17 01:20:07 +03:30
masoodafar-web 32ee9a03dc Generator Changes at 11/16/2025 3:28:55 AM +03:30 2025-11-16 03:31:23 +03:30
masoodafar-web eed625c722 udpate 2025-11-16 03:28:34 +03:30
masoodafar-web 5d30bcec53 Update UserService.cs 2025-11-16 01:58:56 +03:30
masoodafar-web 5f65c119e1 Generator Changes at 11/16/2025 1:53:26 AM +03:30 2025-11-16 01:58:49 +03:30
masoodafar-web 8f327158d5 update 2025-11-16 01:53:09 +03:30
masoodafar-web 101df26097 update 2025-11-14 15:39:40 +03:30
masoodafar-web 1975fedfbf Generator Changes at 11/14/2025 3:36:13 PM +03:30 2025-11-14 15:39:28 +03:30
masoodafar-web 2de1aa90db Remove authorization requirement from VerifyOtpToken method 2025-11-14 08:25:53 +03:30
masoodafar-web 5e33dc43b9 Add AllowAnonymous attribute to CreateNewOtpToken method 2025-11-14 08:16:47 +03:30
masoodafar-web b677aff165 Refactor UpdateUserCommandHandler and add authorization to VerifyOtpToken method 2025-11-14 08:13:58 +03:30
masoodafar-web 2944e3b648 Refactor user command handlers and update JWT token logic 2025-11-14 04:37:35 +03:30
masoodafar-web c48a04d5f9 Merge branch 'newmain' 2025-11-13 23:27:53 +03:30
masoodafar-web c028809d08 Generator Changes at 11/13/2025 10:28:19 PM +03:30 2025-11-13 23:25:14 +03:30
MeysamMoghaddam 408e0bdf79 u 2025-10-13 13:00:03 +03:30
MeysamMoghaddam 4e56dd1204 Generator Changes at 10/13/2025 12:07:53 PM 2025-10-13 12:09:06 +03:30