Skip to content

Commit 51ae474

Browse files
authored
project -> add simplified (#3)
1 parent 0e8e830 commit 51ae474

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ type ProjectList []struct {
2525
ProjectTypeKey string `json:"projectTypeKey" structs:"projectTypeKey"`
2626
ProjectCategory ProjectCategory `json:"projectCategory,omitempty" structs:"projectsCategory,omitempty"`
2727
IssueTypes []IssueType `json:"issueTypes,omitempty" structs:"issueTypes,omitempty"`
28+
Simplified bool `json:"simplified,omitempty"`
2829
}
2930

3031
// ProjectCategory represents a single project category
@@ -53,6 +54,7 @@ type Project struct {
5354
Roles map[string]string `json:"roles,omitempty" structs:"roles,omitempty"`
5455
AvatarUrls AvatarUrls `json:"avatarUrls,omitempty" structs:"avatarUrls,omitempty"`
5556
ProjectCategory ProjectCategory `json:"projectCategory,omitempty" structs:"projectCategory,omitempty"`
57+
Simplified bool `json:"simplified,omitempty"`
5658
}
5759

5860
// ProjectComponent represents a single component of a project

0 commit comments

Comments
 (0)