62 lines
1.6 KiB
Markdown
62 lines
1.6 KiB
Markdown
---
|
||
journal: cimt
|
||
journal-start-date: 2024-03-18
|
||
journal-end-date: 2024-03-18
|
||
journal-section: day
|
||
---
|
||
[[Journal/cimt AG/2024/03/2024-03-17|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q1|Q1]] › [[Journal/cimt AG/2024/2024-03|03]] › [[Journal/cimt AG/2024/2024-W12|W12]] ⋮ [[Journal/cimt AG/2024/03/2024-03-19|❯❯]]
|
||
|
||
## Journal
|
||
- [x] 11:00 - 12:30 Feedbackgespräch mit [[Frank Füllbier]] [scheduled:: 2024-03-18] [completion:: 2024-03-18]
|
||
- [x] 10:00 - 10:30 DataOps Daily [[DataOps]] [completion:: 2024-03-18]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2024-03-18
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2024-03-18
|
||
>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 2024-03-18
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!error]- Überfällig
|
||
>```tasks
|
||
>not done
|
||
>has due date
|
||
>due before 2024-03-18
|
||
>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(2024-03-18)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 03 AND birthday.day = 18
|
||
```
|