add: implement DeployStatus and IsArchived properties in ProjectPhase, and create ProjectDeployBoardListQueryHandler for project deployment management

This commit is contained in:
2025-12-27 13:59:37 +03:30
parent 39a5918a11
commit 4c638cbdae
7 changed files with 990 additions and 8 deletions

View File

@@ -6,6 +6,6 @@ public enum TaskSectionStatus
ReadyToStart = 1, // آماده شروع
InProgress = 2, // درحال انجام
Incomplete = 3, // ناتمام شده
PendingForCompletion = 5, // در انتظار تکمیل
PendingForCompletion = 4, // در انتظار تکمیل
Completed = 5 // تکمیل شده
}