[UBER-150] Milestones update (#3212)

Signed-off-by: Sergei Ogorelkov <sergei.ogorelkov@icloud.com>
This commit is contained in:
Sergei Ogorelkov
2023-05-19 15:20:12 +07:00
committed by GitHub
parent 88d62bcff5
commit ffc3999bdf
15 changed files with 70 additions and 381 deletions
-6
View File
@@ -124,18 +124,12 @@ export interface Milestone extends Doc {
status: MilestoneStatus
lead: Ref<Employee> | null
members: Ref<Employee>[]
space: Ref<Project>
comments: number
attachments?: number
targetDate: Timestamp
// Capacity in man days.
capacity: number
}
/**