69 lines
2.0 KiB
Markdown
69 lines
2.0 KiB
Markdown
---
|
||
journal: cimt
|
||
journal-start-date: 2024-03-28
|
||
journal-end-date: 2024-03-28
|
||
journal-section: day
|
||
---
|
||
[[Journal/cimt AG/2024/03/2024-03-27|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q1|Q1]] › [[Journal/cimt AG/2024/2024-03|03]] › [[Journal/cimt AG/2024/2024-W13|W13]] ⋮ [[Journal/cimt AG/2024/03/2024-03-29|❯❯]]
|
||
|
||
## Journal
|
||
- [-] 09:00 - 09:30 Spark Betrieb [[InfraRisk24]] [cancelled: 2024-03-28]
|
||
- [x] 10:00 - 10:30 DataOps Daily [[DataOps]] [completion:: 2024-03-28]
|
||
- [-] 13:00 - 15:00 Rollout Spark Release [[InfraRisk24]] [cancelled:: 2024-03-28]
|
||
- [x] 13:30 - 14:30 IR24 - Prozess Ultimoberechnung in THINC [[InfraRisk24]] [[Joachim Munch]] [completion:: 2024-03-28]
|
||
- [x] 16:00 - 17:00 [[IR24 - Abstimmung Wechsel zur FI-TS]] [[InfraRisk24]] [completion:: 2024-04-06]
|
||
|
||
## Ziele
|
||
|
||
##### [[2024-W13#^13i|Woche]] | [[2024-03#^03i|Monat]] | [[2024-Q1#^q1i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2024-03-28
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2024-03-28
|
||
>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-28
|
||
>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-28
|
||
>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-28)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 03 AND birthday.day = 28
|
||
```
|