add subtraction of progress from before project's startTime.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
+7
-1
@@ -99,7 +99,13 @@ type ProjectUpdate struct {
|
||||
|
||||
type ProjectResult struct {
|
||||
Project
|
||||
Tasks []*TaskResult `json:"tasks"`
|
||||
Tasks []*TaskResult `json:"tasks"`
|
||||
Subtractions []ProjectSubtraction `json:"subtractions"`
|
||||
}
|
||||
|
||||
type ProjectSubtraction struct {
|
||||
Item Item `json:"item"`
|
||||
Amount int `json:"amount"`
|
||||
}
|
||||
|
||||
type ProjectFilter struct {
|
||||
|
||||
Reference in New Issue
Block a user