mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-03 03:28:45 +02:00
[UBER-150] Milestones update (#3212)
Signed-off-by: Sergei Ogorelkov <sergei.ogorelkov@icloud.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user