Add Support to consume/redeem points
Support Creating task/chore via api Add initial Description for tasks
This commit is contained in:
parent
925b7db300
commit
71030913cd
11 changed files with 368 additions and 66 deletions
|
@ -7,3 +7,7 @@ type Label struct {
|
|||
CircleID *int `json:"-" gorm:"column:circle_id"`
|
||||
CreatedBy int `json:"created_by" gorm:"column:created_by"`
|
||||
}
|
||||
|
||||
type LabelReq struct {
|
||||
LabelID int `json:"id" binding:"required"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue