Add subtask model and repository, implement webhook notification handling
fix Issue with Scheduler Support NotificationPlatformWebhook support Discord as notification target
This commit is contained in:
parent
8db572f1ec
commit
81acbd8eba
8 changed files with 136 additions and 11 deletions
|
@ -9,4 +9,5 @@ type SubTask struct {
|
|||
Name string `json:"name" gorm:"column:name"`
|
||||
CompletedAt *time.Time `json:"completedAt" gorm:"column:completed_at"`
|
||||
CompletedBy int `json:"completedBy" gorm:"column:completed_by"`
|
||||
ParentId *int `json:"parentId" gorm:"column:parent_id"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue