68 lines
1.9 KiB
Markdown
68 lines
1.9 KiB
Markdown
---
|
||
journal: cimt
|
||
journal-start-date: 2024-03-20
|
||
journal-end-date: 2024-03-20
|
||
journal-section: day
|
||
---
|
||
[[Journal/cimt AG/2024/03/2024-03-19|❮❮]] ⋮ [[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-21|❯❯]]
|
||
|
||
## Journal
|
||
- [x] 10:00 - 10:30 DataOps Daily [[DataOps]] [completion:: 2024-03-20]
|
||
- [x] 10:30 - 12:00 Einrichtung initialer Zugang [[DataOps]] [[Thomas Lokajzcyk]] [completion:: 2024-03-20]
|
||
- [x] 15:05 - 15:30 Unterstützung InfraRisk24 [[DataOps]] [[Olaf Hein]], [[Farouk Elkeden]], [[Mesut Özciftci]] [completion:: 2024-03-20]
|
||
- [x] 15:45 - 16:00 Einarbeitung [[DataOps]] [[Marcel Kuszak]] [completion:: 2024-03-20]
|
||
|
||
## Ziele
|
||
|
||
##### [[2024-W12#^12i|Woche]] | [[2024-03#^03i|Monat]] | [[2024-Q1#^q1i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2024-03-20
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2024-03-20
|
||
>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-20
|
||
>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-20
|
||
>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-20)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 03 AND birthday.day = 20
|
||
```
|