70 lines
2.1 KiB
Markdown
70 lines
2.1 KiB
Markdown
---
|
||
journal: Messe München daily
|
||
journal-start-date: 2025-01-29
|
||
journal-end-date: 2025-01-29
|
||
journal-date: 2025-01-29
|
||
---
|
||
[[Journal/Messe München/2025/01/2025-01-28|❮❮]] ⋮ [[Journal/Messe München/2025|2025]] › [[Journal/Messe München/2025/2025-Q1|Q1]] › [[Journal/Messe München/2025/2025-01|01]] › [[Journal/Messe München/2025/2025-W05|W05]] ⋮ [[Journal/Messe München/2025/01/2025-01-30|❯❯]]
|
||
|
||
## Journal
|
||
- [x] 07:30 - 09:35 [[POC Application Monitoring]] [completion:: 2025-01-29]
|
||
- [x] 09:35 - 10:30 [[Daily + More]] [completion:: 2025-01-29]
|
||
- [x] 10:30 - 12:15 [[POC Application Monitoring]] [completion:: 2025-01-29]
|
||
- [x] 14:30 - 15:00 Absprache mit Oliver Schöner [[POC Application Monitoring]] [completion:: 2025-01-29]
|
||
- [x] 15:00 - 16:45 Absprache mit Thomas Erschens [[TPL-3460]] [completion:: 2025-01-29]
|
||
- [x] 16:45 - 18:00 [[POC Application Monitoring]] [completion:: 2025-01-29]
|
||
|
||
## Ziele
|
||
|
||
##### [[2025-W05#^05i|Woche]] | [[Journal/cimt AG/2025/2025-01#^01i|Monat]] | [[2025-Q1#^q1i|Quartal]] | [[2025## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2025-01-29
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2025-01-29
|
||
>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-01-29
|
||
>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-01-29
|
||
>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-01-29)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 01 AND birthday.day = 29
|
||
```
|