Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
1dbb3ee502
feat: implement unified command for Daya loan status check and processing - Refactored DayaLoanCheckWorker to use CheckAndProcessDayaLoansCommand, enhancing functionality and logging
0728ec2b76
feat: add background job configuration for weekly commission calculation
1425fb187b
Merge branch 'kub-stage' into production
cd2549775a
feat: add background job configuration for weekly commission calculation - Updated appsettings and Program.cs to enable configurable scheduling for weekly commission jobs
81d2b39ee1
fix: update Seq ServerUrl and change Hangfire job timezone to local - Adjusted Seq server URL for production and modified recurring job options to use local timezone
cd2549775a
feat: add background job configuration for weekly commission calculation - Updated appsettings and Program.cs to enable configurable scheduling for weekly commission jobs
00f805dcd8
fix: update gateway URL to new front office endpoint
1e086c389a
fix: update gateway URL to new production endpoint
c136e853c6
fix: update gateway URL to new production endpoint
54f8781774
feat: enhance NetworkMembershipService with updated member properties and add referral code functionality; improve org chart styling and debug logging
1c61fe6846
feat: update NetworkMembership Protobuf version and add referral code functionality with UI enhancements
fce194a195
feat: update connection strings and add production configuration - Modified database connection details and created appsettings.Production.json for production environment
322242fbab
feat: add mapping profile for AppVersion - Implemented mappings for AppVersionItemDto to proto messages and response creation
3d42c91d21
feat: add SMS notification for Daya loan approval - Implemented SMS sending functionality and created SmsTemplates for message formatting
9448f3fff0
refactor: remove LockedWalletAmount from DayaLoan processing logic
02e2f8111f
feat: implement Kavenegar SMS service and refactor system configurations to use static constants
9d2b5ad2d4
fix: update database connection and remove production config
8940362575
fix: update MaxDepth validation range to allow values between 1 and 100 - Bump Protobuf version to 0.0.159
bca3b7fe62
feat: add ReferralCode to NetworkTree nodes - Added ReferralCode to SP_GetNetworkTree stored procedure - Added ReferralCode property to NetworkTreeDto and NetworkTreeNodeDto - Added referral_code field to networkmembership.proto - Updated Handler and Profile mappings
c03b3705c3
fix(NetworkTree): Use Convert.ToBoolean for IsClubActive and IsActivatedInTargetWeek
a9140bec04
chore: bump CMSMicroservice.Protobuf to 0.0.158