feat: add target week activation flag to network membership
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 5m28s

This commit is contained in:
masoodafar-web
2025-12-14 03:35:40 +03:30
parent cf75f14003
commit 730e5a252b
5 changed files with 68 additions and 94 deletions
@@ -85,7 +85,8 @@ public class NetworkMembershipProfile : IRegister
NetworkLevel = node.CurrentDepth,
IsActive = true,
IsClubActive = node.IsClubActive,
ActivationWeekNumber = node.ActivationWeekNumber ?? string.Empty
ActivationWeekNumber = node.ActivationWeekNumber ?? string.Empty,
IsActivatedInTargetWeek = node.IsActivatedInTargetWeek
};
if (parentId.HasValue)