67 lines
1.8 KiB
Markdown
67 lines
1.8 KiB
Markdown
---
|
||
journal: Messe München daily
|
||
journal-start-date: 2025-03-06
|
||
journal-end-date: 2025-03-06
|
||
journal-date: 2025-03-06
|
||
---
|
||
[[Journal/Messe München/2025/03/2025-03-05|❮❮]] ⋮ [[Journal/Messe München/2025|2025]] › [[Journal/Messe München/2025/2025-Q1|Q1]] › [[Journal/Messe München/2025/2025-03|03]] › [[Journal/Messe München/2025/2025-W10|W10]] ⋮ [[Journal/Messe München/2025/03/2025-03-07|❯❯]]
|
||
|
||
## Journal
|
||
- [x] 09:35 - 10:00 [[Daily - Talend Pipeline]] [completion:: 2025-03-06]
|
||
- [x] 10:35 - 11:30 [[Talend Refinement + Estimation]] [completion:: 2025-03-06]
|
||
- [-] 15:00 - 15:30 Status [[POC Application Monitoring]] [[Oliver Schöner]]
|
||
|
||
## Ziele
|
||
|
||
##### [[2025-W10#^10i|Woche]] | [[2025-03#^03i|Monat]] | [[2025-Q1#^q1i|Quartal]] | [[2025## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2025-03-06
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2025-03-06
|
||
>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 2025-03-06
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!error]- Überfällig
|
||
>```tasks
|
||
>not done
|
||
>has due date
|
||
>due before 2025-03-06
|
||
>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(2025-03-06)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 03 AND birthday.day = 06
|
||
```
|