Files
personal-hub/40-notes/Iteration 2.md
T
Marcel Arndt a2ad5f5c6d import vault
2026-07-16 14:04:45 +02:00

77 lines
1.9 KiB
Markdown

---
components:
- contextual
- iterdef
iterdef_id: 2
iterdef_start: 2026-05-11T08:00:00
iterdef_end: 2026-06-03T18:00:00
iterdef_status: closed
context_target: "[[JULI]]"
context_role: project
cssclasses:
- wide-page
---
## Workspace
```base
filters:
and:
- file.hasLink(this.file.path)
formulas:
Aufwand (ET: (action_effort_minutes / 60 / 8).round(2)
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:
- property: action_impact
direction: ASC
- type: kanban-view
name: View
columnOrders:
file.file:
- 30-tasks/Arbeitszeit Sonstiges nur mit Kommentar.md
- 30-tasks/Arbeitszeit aufteilen.md
- 30-tasks/Arbeitszeit taggen.md
- 30-tasks/Personalstamm implementieren.md
- 30-tasks/Werkstatt als Systemprojekt aufnehmen.md
- 30-tasks/Zeit mit Projekt kann nicht auf Allgemein gebucht werden.md
note.action_status:
- open
- done
cardOrders:
file.file: {}
note.action_status:
open: []
done:
- 30-tasks/Personalstamm implementieren.md
- 30-tasks/Arbeitszeit aufteilen.md
- 30-tasks/Arbeitszeit Sonstiges nur mit Kommentar.md
- 30-tasks/Arbeitszeit taggen.md
- 30-tasks/Werkstatt als Systemprojekt aufnehmen.md
- 30-tasks/Zeit mit Projekt kann nicht auf Allgemein gebucht werden.md
columnColors:
file.file: {}
note.action_status: {}
groupByProperty: note.action_status
swimlaneByProperty: note.action_status
```
```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
```