import vault
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
components:
|
||||
- temporal
|
||||
- event
|
||||
- contextual
|
||||
time_at: 2026-05-28T11:00:00
|
||||
event_duration: 45
|
||||
parent: "[[JULI]]"
|
||||
tags: []
|
||||
status:
|
||||
base_created: 2026-05-27T16:53
|
||||
base_modified: 2026-06-24T16:53
|
||||
context_target: "[[JULI]]"
|
||||
context_role: meeting
|
||||
context_relation: belongs_to
|
||||
---
|
||||
# Austausch Dashboard Painpoints
|
||||
## Bugs
|
||||
- [x] [[Zeit mit Projekt kann nicht auf Allgemein gebucht werden]]
|
||||
- [x] [[Zeitzuordnung wird durch Sync zurückgesetzt]]
|
||||
@@ -0,0 +1,91 @@
|
||||
---
|
||||
components:
|
||||
- iterdef
|
||||
context_target: "[[JULI]]"
|
||||
context_role: Iteration
|
||||
iterdef_id: 0
|
||||
iterdef_status: closed
|
||||
iterdef_start: 2026-06-19T00:00:00
|
||||
iterdef_end: 2026-06-19T00:00:00
|
||||
iterdef_goal: ""
|
||||
base_created: 2026-06-09T16:59
|
||||
base_modified: 2026-06-24T16:42
|
||||
cssclasses: wide-page
|
||||
iterdef_capacity_minutes: 0
|
||||
---
|
||||
|
||||
## Goal
|
||||
|
||||
|
||||
## Workspace
|
||||
```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:
|
||||
- property: action_status
|
||||
direction: ASC
|
||||
|
||||
```
|
||||
|
||||
## Bound Work
|
||||
```dataview
|
||||
TABLE
|
||||
action_status as "Action",
|
||||
work_status as "Work",
|
||||
round(action_effort_minutes / 60 / 8, 1) as "Aufwand (ET)",
|
||||
action_impact as "Impact"
|
||||
FROM ""
|
||||
WHERE iterbind_target = this.file.link
|
||||
SORT action_impact DESC, action_effort_minutes ASC
|
||||
```
|
||||
|
||||
## Workspace
|
||||
```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:
|
||||
- property: action_status
|
||||
direction: ASC
|
||||
|
||||
```
|
||||
|
||||
## Features
|
||||
```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
|
||||
```
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
components:
|
||||
- contextual
|
||||
- temporal
|
||||
- event
|
||||
time_at: 2026-06-04T14:00:00
|
||||
event_duration: 60
|
||||
context_target: "[[JULI]]"
|
||||
context_role: Meeting
|
||||
---
|
||||
|
||||
Demo Iteration 2
|
||||
@@ -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": []
|
||||
|
||||
```
|
||||
@@ -0,0 +1,76 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
@@ -0,0 +1,42 @@
|
||||
---
|
||||
components:
|
||||
- contextual
|
||||
- iterdef
|
||||
context_target: "[[JULI]]"
|
||||
context_role: project
|
||||
iterdef_id: 3
|
||||
iterdef_status: active
|
||||
iterdef_start: 2026-06-15T08:00:00
|
||||
iterdef_end: 2026-06-26T18:00:00
|
||||
base_created: 2026-06-09T14:55
|
||||
base_updated: 2026-06-10T13:19
|
||||
cssclasses:
|
||||
- wide-page
|
||||
---
|
||||
## Workspace
|
||||
```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:
|
||||
- property: action_status
|
||||
direction: ASC
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
components:
|
||||
- temporal
|
||||
- event
|
||||
time_at: 2026-05-27T14:00:00
|
||||
event_duration: 60
|
||||
parent: "[[JULI]]"
|
||||
created: 2026-05-27T16:51:40
|
||||
tags: []
|
||||
---
|
||||
|
||||
Onboarding von Philipp Töbelmann
|
||||
Reference in New Issue
Block a user