Files
thpeetz-notes/Journal/ivv/2022/10/2022-10-19.md
T

70 lines
1.8 KiB
Markdown

---
journal: ivv daily
journal-date: 2022-10-19
journal-start-date: 2022-10-19
journal-end-date: 2022-10-19
---
```calendar-timeline
```
## Journal
- [x] Anfrage von [[Holger Knoche]] [completion:: 2022-10-19]
Holger Knoche hat einen Maven-Build für Cobol-Projekte testweise implementiert, der Abhängigkeiten zwischen Cobol-Projekten definiert und verwendet.
Diese Projekte dürfen(sollen) keine Downstream-Projekte automatisch triggern. Ein erster Versuch bestätigt diese Annahme und Hoffnung.
Holger wird weitere Projekte umstellen, um das Verfahren intensiver zu testen.
- [x] 10:30 - 11:00 [[SKM-Meeting]] [completion:: 2022-10-19]
## Ziele
##### [[2022-W42#^42i|Woche]] | [[2022-10#^10i|Monat]] | [[2022-Q4#^q4i|Quartal]] | [[2022## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2022-10-19
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2022-10-19
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!warning]- Heute fällig
>```tasks
>not done
>has due date
>due on 2022-10-19
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2022-10-19
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2022-10-19)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 10 AND birthday.day = 19
```