Add reminders for overdue tasks (#832)
Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/api/pulls/832 Co-authored-by: konrad <konrad@kola-entertainments.de> Co-committed-by: konrad <konrad@kola-entertainments.de>
This commit is contained in:
parent
b3c604fd2f
commit
d07b284ee3
20 changed files with 992 additions and 428 deletions
|
|
@ -8570,6 +8570,10 @@ var doc = `{
|
|||
"name": {
|
||||
"description": "The new name of the current user.",
|
||||
"type": "string"
|
||||
},
|
||||
"overdue_tasks_reminders_enabled": {
|
||||
"description": "If enabled, the user will get an email for their overdue tasks each morning.",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8553,6 +8553,10 @@
|
|||
"name": {
|
||||
"description": "The new name of the current user.",
|
||||
"type": "string"
|
||||
},
|
||||
"overdue_tasks_reminders_enabled": {
|
||||
"description": "If enabled, the user will get an email for their overdue tasks each morning.",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Reference in a new issue