vault backup: 2026-03-02 16:29:10
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[John-Wieland Höche]], [[Frank Füllbier]], [[Antonio Drewitz]]
|
||||
Related Projects:: [[Tibuci]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
SORT file.name DESC
|
||||
LIMIT 20
|
||||
```
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -36,7 +36,6 @@ Confluence
|
||||
CouchDB Testumgebung
|
||||
- http://192.168.210.69:5984/_utils/#database/tibuci/_all_docs
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
@@ -44,7 +43,6 @@ CouchDB Testumgebung
|
||||
- [x] Ersetzen von Docker mit podman auf bervl1prr #process/task [start:: 2026-02-02] [scheduled:: 2026-02-16] [completion:: 2026-02-16]
|
||||
- [ ] Anwesenheitsbericht Dokumentation erstellen #process/task [scheduled:: 2026-02-27]
|
||||
|
||||
|
||||
## Offene Aufgaben
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/task')).where(p => dv.page(p.path).file.tasks.length != dv.page(p.path).file.tasks.where(t => t.fullyCompleted === true).length);
|
||||
@@ -76,3 +74,18 @@ dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => {
|
||||
]
|
||||
}));
|
||||
```
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
SORT file.name DESC
|
||||
LIMIT 20
|
||||
```
|
||||
## Meetings
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND #process/meeting
|
||||
SORT file.name DESC
|
||||
LIMIT 20
|
||||
```
|
||||
Reference in New Issue
Block a user