29 lines
513 B
Markdown
29 lines
513 B
Markdown
---
|
|
tags:
|
|
- process/project
|
|
title: "Weiterentwicklung und Produktpflege des Managementsystems SITScope\r sowie zugehöriger Komponenten"
|
|
---
|
|
## Project Info
|
|
Kunde [[Rohde & Schwarz Cybersecurity GmbH]]
|
|
|
|
### 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
|
|
```
|