feat: add club membership filters and activation details to network tree
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m13s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m13s
This commit is contained in:
+10
@@ -14,4 +14,14 @@ public record GetNetworkTreeQuery : IRequest<NetworkTreeDto?>
|
||||
/// تعداد سطوح (Depth) که میخواهیم نمایش دهیم (پیشفرض: 3)
|
||||
/// </summary>
|
||||
public int MaxDepth { get; init; } = 3;
|
||||
|
||||
/// <summary>
|
||||
/// فیلتر براساس وضعیت فعال بودن باشگاه مشتریان
|
||||
/// </summary>
|
||||
public bool? IsClubActive { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// فیلتر براساس شماره هفته فعالسازی (مثال: 2025-W05)
|
||||
/// </summary>
|
||||
public string? ActivationWeekNumber { get; init; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user