import vault
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
---
|
||||
components:
|
||||
- contextual
|
||||
- iterdef
|
||||
iterdef_id: 1
|
||||
iterdef_start: 2026-04-15T08:00:00
|
||||
iterdef_end: 2026-04-28T18:00:00
|
||||
iterdef_status: closed
|
||||
context_target: "[[JULI]]"
|
||||
context_role: project
|
||||
---
|
||||
|
||||
```dataview
|
||||
TABLE
|
||||
action_status as "Status",
|
||||
round(action_effort_minutes / 60 / 8, 1) as "Aufwand (ET)",
|
||||
action_impact as "Auswirkung"
|
||||
FROM ""
|
||||
WHERE iterbind_target = this.file.link
|
||||
SORT priority DESC, effort ASC
|
||||
```
|
||||
```base
|
||||
filters:
|
||||
and:
|
||||
- file.hasLink(this.file.path)
|
||||
formulas:
|
||||
Aufwand (ET: action_effort_minutes / 60 / 8
|
||||
properties:
|
||||
formula.Aufwand (ET:
|
||||
displayName: Aufwand (ET)
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
order:
|
||||
- file.name
|
||||
- action_status
|
||||
- formula.Aufwand (ET
|
||||
- action_impact
|
||||
- action_effort_minutes
|
||||
sort: []
|
||||
columnSize:
|
||||
formula.Aufwand (ET: 138
|
||||
- type: kanban-view
|
||||
name: View
|
||||
filters:
|
||||
and:
|
||||
- "!action_status.isEmpty()"
|
||||
columnOrders:
|
||||
file.file:
|
||||
- 00-inbox/Arbeitszeit Sonstiges nur mit Kommentar.md
|
||||
- 00-inbox/Arbeitszeit aufteilen.md
|
||||
- 00-inbox/Arbeitszeit taggen.md
|
||||
- 00-inbox/Personalstamm implementieren.md
|
||||
- 00-inbox/Werkstatt als Systemprojekt aufnehmen.md
|
||||
- 30-tasks/Zeit mit Projekt kann nicht auf Allgemein gebucht werden.md
|
||||
- 30-tasks/Zeitzuordnung wird durch Sync zurückgesetzt.md
|
||||
note.action_status:
|
||||
- open
|
||||
- done
|
||||
cardOrders:
|
||||
file.file: {}
|
||||
note.action_status: {}
|
||||
"file.file\x1fnote.action_status": {}
|
||||
columnColors:
|
||||
file.file: {}
|
||||
note.action_status: {}
|
||||
groupByProperty: note.action_status
|
||||
swimlaneByProperty: note.action_status
|
||||
swimlaneOrders:
|
||||
"file.file\x1fnote.action_status":
|
||||
- done
|
||||
- open
|
||||
- Uncategorized
|
||||
collapsedLanes:
|
||||
"file.file\x1fnote.action_status": []
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user