mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 04:07:43 +02:00
Subissue estimations (#2254)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -160,10 +160,13 @@ export interface Issue extends AttachedDoc {
|
||||
|
||||
// Estimation in man days
|
||||
estimation: number
|
||||
|
||||
// ReportedTime time, auto updated using trigger.
|
||||
reportedTime: number
|
||||
// Collection of reportedTime entries, for proper time estimations per person.
|
||||
reports: number
|
||||
|
||||
childInfo: IssueChildInfo[]
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -191,6 +194,15 @@ export interface IssueParentInfo {
|
||||
parentTitle: string
|
||||
}
|
||||
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
export interface IssueChildInfo {
|
||||
childId: Ref<Issue>
|
||||
estimation: number
|
||||
reportedTime: number
|
||||
}
|
||||
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user