reduce API calls by filtering in widget.js

This commit is contained in:
vhsdream
2024-10-07 19:41:35 -04:00
parent f12e5dfb8a
commit fec330cde4
4 changed files with 37 additions and 32 deletions

View File

@@ -5,15 +5,15 @@ description: Vikunja Widget Configuration
Learn more about [Vikunja](https://vikunja.io).
Allowed fields: `["projects", "tasks", "overdue", "inprogress"]`.
Allowed fields: `["projects", "tasks7d", "tasksOverdue", "tasksInProgress"]`.
"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.
"Tasks 7d" lists the number of tasks due within the next 7 days.
"Overdue" lists the number of all tasks overdue.
"Tasks Overdue" lists the number of all tasks overdue.
"In Progress" lists the number of tasks with a progress percentage above 0% and below 100%.
"Tasks In Progress" lists the number of tasks with a progress percentage above 0% and below 100%.
```yaml
widget: