71 lines
2.0 KiB
Markdown
71 lines
2.0 KiB
Markdown
---
|
||
journal: cimt
|
||
journal-start-date: 2023-10-23
|
||
journal-end-date: 2023-10-23
|
||
journal-section: day
|
||
---
|
||
[[Journal/cimt AG/2023/10/2023-10-22|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q4|Q4]] › [[Journal/cimt AG/2023/2023-10|10]] › [[Journal/cimt AG/2023/2023-W43|W43]] ⋮ [[Journal/cimt AG/2023/10/2023-10-24|❯❯]]
|
||
|
||
## Journal
|
||
- [x] 15:45 - 16:00 Status-Update mit [[Frank Füllbier]] [completion:: 2024-03-14]
|
||
- Zeiterfassung Dienstreisen (was ist im ZEP einzutragen)
|
||
- Status Projekt bei der ivv
|
||
- Status Vorbereitung Zertifizierung Google Cloud Developer
|
||
- Erste Test-Durchführung nicht bestanden - Schwachstellen wurden evaluiert und nachgelernt
|
||
- Status AWS-SysOps-Kurs
|
||
- bisher noch keine Tätigkeiten - Kurs wird vor Ende des Jahres absolviert und Zertifizierung durchgeführt
|
||
|
||
## Ziele
|
||
|
||
##### [[2023-W43#^43i|Woche]] | [[2023-10#^10i|Monat]] | [[2023-Q4#^q4i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2023-10-23
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2023-10-23
|
||
>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 2023-10-23
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!error]- Überfällig
|
||
>```tasks
|
||
>not done
|
||
>has due date
|
||
>due before 2023-10-23
|
||
>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(2023-10-23)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 10 AND birthday.day = 23
|
||
```
|