fixes #6 subaspects removed from aspects struct
This commit is contained in:
@@ -77,14 +77,13 @@ type Topic struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Aspect struct {
|
type Aspect struct {
|
||||||
Points int `json:"points"`
|
Points int `json:"points"`
|
||||||
MaxPoints float64 `json:"maxPoints"`
|
MaxPoints float64 `json:"maxPoints"`
|
||||||
ID int `json:"id,omitempty"`
|
ID int `json:"id,omitempty"`
|
||||||
ShortName string `json:"shortName"`
|
ShortName string `json:"shortName"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Estimations int `json:"estimations"`
|
Estimations int `json:"estimations"`
|
||||||
Weight float64 `json:"weight"`
|
Weight float64 `json:"weight"`
|
||||||
IsWeightSelectedByUser bool `json:"isWeightSelectedByUser"`
|
IsWeightSelectedByUser bool `json:"isWeightSelectedByUser"`
|
||||||
Aspects []Aspect `json:"aspects"`
|
IsPositive bool `json:"isPositive"`
|
||||||
IsPositive bool `json:"isPositive"`
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user