Files

31 lines
421 B
Markdown

---
tags:
- process/project
subtitle: DevOps
---
## Project Info
Kunde: [[mobile.de GmbH]]
Ansprechpartner:
### Kollegen
```dataview
LIST
FROM [[]] AND !outgoing([[]]) AND #process/contact
```
## Termine
```dataview
LIST
FROM [[]] AND !outgoing([[]]) AND "Journal"
SORT file.mtime DESC
LIMIT 20
```
## Meetings
```dataview
LIST
FROM [[]] AND !outgoing([[]]) AND #process/meeting
SORT file.mtime DESC
LIMIT 20
```