mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-07 18:51:20 -07:00
add overdue and in progress field blocks
This commit is contained in:
@@ -5,12 +5,16 @@ description: Vikunja Widget Configuration
|
||||
|
||||
Learn more about [Vikunja](https://vikunja.io).
|
||||
|
||||
Allowed fields: `["projects", "tasks"]`.
|
||||
Allowed fields: `["projects", "tasks", "overdue", "inprogress"]`.
|
||||
|
||||
"Projects" lists the number of non-archived Projects the user has access to.
|
||||
|
||||
"Tasks" lists the number of tasks due within the next 7 days.
|
||||
|
||||
"Overdue" lists the number of all tasks overdue.
|
||||
|
||||
"In Progress" lists the number of tasks with a progress percentage above 0% and below 100%.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: vikunja
|
||||
|
||||
Reference in New Issue
Block a user