• Joined on 2025-12-07
admin pushed to kub-stage at admin/FrontOffice 2025-12-27 01:17:33 +00:00
9cd275a777 feat: implement version check and update dialog; add browser cache clearing functionality
admin pushed to kub-stage at admin/FrontOffice.BFF 2025-12-27 00:19:54 +00:00
c53056c750 fix: correct formatting of PYMSMSAddress in appsettings.json
dadd0ee66c fix: update CMSMSAddress to use secure HTTPS URL
b71d948e0e feat: add ReferralCode to network tree queries and responses
a189340aac feat(AppVersion): Add BFF handler for AppVersion
e35ad0ebfb fix: update CMSMSAddress in appsettings for correct service URL
Compare 16 commits »
admin pushed to kub-stage at admin/FrontOffice 2025-12-26 23:26:28 +00:00
51129704a0 feat: add staging configuration with gateway and logging settings
admin pushed to kub-stage at admin/BackOffice 2025-12-26 23:15:52 +00:00
ece29956b2 feat(app-versions): Add functionality to create new app versions and update UI components
d69b838a72 fix(dashboard): Disable DiscountShopWidget temporarily
6b140c3bd8 feat(backoffice): Add App Version management UI
332fe0112c fix: update NetworkTreeViewer to change select item value from 20 to 100
f846a927a7 Merge branch 'stage-new' into production
Compare 16 commits »
admin pushed to kub-stage at admin/BackOffice.BFF 2025-12-26 23:08:07 +00:00
92aebb42b5 feat: add mapping for MediatR.Unit to Google.Protobuf.Empty
admin pushed to kub-stage at admin/CMS 2025-12-26 23:00:46 +00:00
1dbb3ee502 feat: implement unified command for Daya loan status check and processing - Refactored DayaLoanCheckWorker to use CheckAndProcessDayaLoansCommand, enhancing functionality and logging
admin pushed to production at admin/CMS 2025-12-26 22:21:38 +00:00
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
Compare 4 commits »
admin pushed to kub-stage at admin/CMS 2025-12-26 22:07:48 +00:00
cd2549775a feat: add background job configuration for weekly commission calculation - Updated appsettings and Program.cs to enable configurable scheduling for weekly commission jobs
admin pushed to kub-stage at admin/FrontOffice 2025-12-26 21:43:27 +00:00
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
Compare 19 commits »
admin pushed to production at admin/CMS 2025-12-26 20:47:02 +00:00
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
Compare 6 commits »
admin pushed to production at admin/FrontOffice 2025-12-26 06:36:44 +00:00
1e086c389a fix: update gateway URL to new production endpoint
admin pushed to production at admin/FrontOffice 2025-12-26 06:36:13 +00:00
c136e853c6 fix: update gateway URL to new production endpoint
admin pushed to kub-stage at admin/BackOffice.BFF 2025-12-26 06:15:04 +00:00
c7fc30c83e feat: update Foursat.CMSMicroservice.Protobuf package version and add mapping for GetAllWeeklyPoolsResponse
admin pushed to kub-stage at admin/CMS 2025-12-26 06:06:26 +00:00
322242fbab feat: add mapping profile for AppVersion - Implemented mappings for AppVersionItemDto to proto messages and response creation
admin pushed to kub-stage at admin/CMS 2025-12-26 05:50:21 +00:00
3d42c91d21 feat: add SMS notification for Daya loan approval - Implemented SMS sending functionality and created SmsTemplates for message formatting
admin pushed to kub-stage at admin/CMS 2025-12-26 05:37:33 +00:00
9448f3fff0 refactor: remove LockedWalletAmount from DayaLoan processing logic
admin pushed to kub-stage at admin/CMS 2025-12-26 05:34:32 +00:00
02e2f8111f feat: implement Kavenegar SMS service and refactor system configurations to use static constants
admin pushed to kub-stage at admin/BackOffice.BFF 2025-12-26 04:04:27 +00:00
4c5cff1a9a fix: update CMSMSAddress to remove port from URL
6bc45e4486 feat(bff): Add App Version management endpoints
8f34f0f650 fix: update CMSMSAddress to use secure URL
554d1a65f2 feat: add production appsettings configuration for JWT and Seq
f695290577 fix: correct dockerfile path and registry
Compare 14 commits »
admin pushed to kub-stage at admin/CMS 2025-12-26 03:01:27 +00:00
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
Compare 34 commits »
admin pushed to production at admin/BackOffice 2025-12-26 02:50:07 +00:00
d69b838a72 fix(dashboard): Disable DiscountShopWidget temporarily