vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-03
|
||||
journal-end-date: 2024-06-03
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-02|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W23|W23]] ⋮ [[Journal/cimt AG/2024/06/2024-06-04|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-03]
|
||||
- [x] 10:30 - 11:00 [[DataOps Refinement]] [completion:: 2024-06-03]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W23#^23i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-03
|
||||
>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-06-03
|
||||
>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-06-03
|
||||
>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-06-03)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 03
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-04
|
||||
journal-end-date: 2024-06-04
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-03|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W23|W23]] ⋮ [[Journal/cimt AG/2024/06/2024-06-05|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [-] 09:15 - 10:00 [[Entwicklungs-Daily]]
|
||||
- [-] 10:00 - 10:30 [[DataOps Daily]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W23#^23i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-04
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-04
|
||||
>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-06-04
|
||||
>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-06-04
|
||||
>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-06-04)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 04
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-05
|
||||
journal-end-date: 2024-06-05
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-04|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W23|W23]] ⋮ [[Journal/cimt AG/2024/06/2024-06-06|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-05]
|
||||
- [x] 15:00 -16:15 Tech Deep Dive Sovereign Controls: Cimt <> T-Systems [completion:: 2024-06-05]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W23#^23i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-05
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-05
|
||||
>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-06-05
|
||||
>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-06-05
|
||||
>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-06-05)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 05
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-06
|
||||
journal-end-date: 2024-06-06
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-05|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W23|W23]] ⋮ [[Journal/cimt AG/2024/06/2024-06-07|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [-] 09:15 - 10:00 [[Entwicklungs-Daily]]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-06]
|
||||
- [x] 10:30 - 11:00 [[DataOps - Technischer Review]] [completion:: 2024-06-06]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W23#^23i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-06
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-06
|
||||
>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-06-06
|
||||
>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-06-06
|
||||
>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-06-06)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 06
|
||||
```
|
||||
@@ -0,0 +1,76 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-07
|
||||
journal-end-date: 2024-06-07
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-06|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W23|W23]] ⋮ [[Journal/cimt AG/2024/06/2024-06-08|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-07]
|
||||
- [x] 11:00 - 12:00 [[GCP Gilde]] [completion:: 2024-06-07]
|
||||
- Vorstellungsrunde
|
||||
- Anmerkungen
|
||||
- Liste aktiver und abgeschlossener Projekte
|
||||
- Problemstellung bei GEMA ZPS Projekt
|
||||
- Anmerkungen:
|
||||
- Spring Boot Application/Kubernetes/GKE
|
||||
- Spring Boot Application nutzt SQL (Spring Data & native SQL Queries)
|
||||
- SQLs laufen bei komplexen "sehr lange", sodass eine Unterbrechung des Containers zum Verlust von zeitintensiver Arbeit führt
|
||||
- Dadurch können keine Spot MVs (oder andere Konstrukte) genutzt werden die Kosten Sparen würden
|
||||
- Frage: Welches Google Cloud Konstrukt sollte "eigentlich" genutzt werden um komplexe SQL Queries auszuführen und vom Programmcode soweit wie möglich zu entkoppeln
|
||||
- Wenn Zeit: Einführung in Workflows
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W23#^23i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-07
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-07
|
||||
>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-06-07
|
||||
>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-06-07
|
||||
>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-06-07)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 07
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-10
|
||||
journal-end-date: 2024-06-10
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-09|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W24|W24]] ⋮ [[Journal/cimt AG/2024/06/2024-06-11|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-10]
|
||||
- [x] 10:30 - 11:00 [[DataOps Refinement]] [completion:: 2024-06-10]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W24#^24i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-10
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-10
|
||||
>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-06-10
|
||||
>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-06-10
|
||||
>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-06-10)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 10
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-11
|
||||
journal-end-date: 2024-06-11
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-10|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W24|W24]] ⋮ [[Journal/cimt AG/2024/06/2024-06-12|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [-] 09:15 - 10:00 [[Entwicklungs-Daily]]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-11]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W24#^24i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-11
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-11
|
||||
>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-06-11
|
||||
>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-06-11
|
||||
>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-06-11)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 11
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-12
|
||||
journal-end-date: 2024-06-12
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-11|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W24|W24]] ⋮ [[Journal/cimt AG/2024/06/2024-06-13|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-12]
|
||||
- [x] 11:00 - 11:30 [[Exasol SKP Austausch]] [completion:: 2024-06-12]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W24#^24i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-12
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-12
|
||||
>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-06-12
|
||||
>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-06-12
|
||||
>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-06-12)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 12
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-13
|
||||
journal-end-date: 2024-06-13
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-12|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W24|W24]] ⋮ [[Journal/cimt AG/2024/06/2024-06-14|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:15 - 10:00 [[Entwicklungs-Daily]] [completion:: 2024-06-13]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-13]
|
||||
- [x] 11:00 - 11:30 [[DataOps - Technischer Review]] [completion:: 2024-06-13]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W24#^24i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-13
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-13
|
||||
>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-06-13
|
||||
>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-06-13
|
||||
>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-06-13)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 13
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-14
|
||||
journal-end-date: 2024-06-14
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-13|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W24|W24]] ⋮ [[Journal/cimt AG/2024/06/2024-06-15|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:45 [[DataOps Daily]] [completion:: 2024-06-14]
|
||||
- [x] 14:00 - 16:00 cimt Innovation Slot [completion:: 2024-06-14]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W24#^24i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-14
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-14
|
||||
>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-06-14
|
||||
>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-06-14
|
||||
>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-06-14)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 14
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-17
|
||||
journal-end-date: 2024-06-17
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-16|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W25|W25]] ⋮ [[Journal/cimt AG/2024/06/2024-06-18|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-17]
|
||||
- [x] 10:30 - 11:15 [[DataOps Refinement]] [completion:: 2024-06-17]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W25#^25i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-17
|
||||
>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-06-17
|
||||
>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-06-17
|
||||
>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-06-17)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 17
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-18
|
||||
journal-end-date: 2024-06-18
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-17|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W25|W25]] ⋮ [[Journal/cimt AG/2024/06/2024-06-19|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:15 - 10:00 [[Entwicklungs-Daily]] [completion:: 2024-06-18]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-18]
|
||||
- [x] 15:00 - 15:45 [[DataOps]] Post Mortem CSV / XML LOAD [completion:: 2024-06-18]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W25#^25i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-18
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-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-06-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-06-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-06-18)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 18
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-19
|
||||
journal-end-date: 2024-06-19
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-18|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W25|W25]] ⋮ [[Journal/cimt AG/2024/06/2024-06-20|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:00 [[DataOps Daily]] [completion:: 2024-06-19]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W25#^25i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-19
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-19
|
||||
>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-06-19
|
||||
>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-06-19
|
||||
>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-06-19)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 19
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-20
|
||||
journal-end-date: 2024-06-20
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-19|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W25|W25]] ⋮ [[Journal/cimt AG/2024/06/2024-06-21|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:15 - 10:00 [[Entwicklungs-Daily]] [completion:: 2024-06-20]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-20]
|
||||
- [-] 11:00 - 11:30 [[DataOps - Technischer Review]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W25#^25i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-20
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-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-06-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-06-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-06-20)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 20
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-21
|
||||
journal-end-date: 2024-06-21
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-20|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W25|W25]] ⋮ [[Journal/cimt AG/2024/06/2024-06-22|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [-] 10:00 - 10:30 [[DataOps Daily]]
|
||||
- [-] 11:00 - 11:30 [[DataOps - Technischer Review]]
|
||||
- [x] 10:00 - 11:30 [[2024-06-21 Lightning Talks]] [completion:: 2024-06-21]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W25#^25i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-21
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-21
|
||||
>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-06-21
|
||||
>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-06-21
|
||||
>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-06-21)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 21
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-24
|
||||
journal-end-date: 2024-06-24
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-23|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W26|W26]] ⋮ [[Journal/cimt AG/2024/06/2024-06-25|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-24]
|
||||
- [x] 10:30 - 11:15 [[DataOps Refinement]] [completion:: 2024-06-24]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W26#^26i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-24
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-24
|
||||
>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-06-24
|
||||
>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-06-24
|
||||
>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-06-24)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 24
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-25
|
||||
journal-end-date: 2024-06-25
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-24|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W26|W26]] ⋮ [[Journal/cimt AG/2024/06/2024-06-26|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-25]
|
||||
- [x] 11:30 - 12:45 Windows Systemlogs bereinigen [[Christian Heese]] [completion:: 2024-06-25]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W26#^26i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-25
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-25
|
||||
>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-06-25
|
||||
>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-06-25
|
||||
>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-06-25)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 25
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-26
|
||||
journal-end-date: 2024-06-26
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-25|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W26|W26]] ⋮ [[Journal/cimt AG/2024/06/2024-06-27|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-26]
|
||||
- [x] 10:45 - 11:00 Abstimmung Windows Eventlog App Crash [[Kuno Ospald]] [[Christian Heese]] [completion:: 2024-06-26]
|
||||
- [x] 11:00 - 11:30 [[Exasol SKP Austausch]] [completion:: 2024-06-26]
|
||||
- [x] 12:00 - 12:30 Vorbereitungsgespräch FK [[Frank Füllbier]] [completion:: 2024-06-26]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W26#^26i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-26
|
||||
>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-06-26
|
||||
>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-06-26
|
||||
>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-06-26)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 26
|
||||
```
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-27
|
||||
journal-end-date: 2024-06-27
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-26|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W26|W26]] ⋮ [[Journal/cimt AG/2024/06/2024-06-28|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [-] 09:15 - 10:00 [[Entwicklungs-Daily]]
|
||||
- [x] 10:00 - 11:00 [[DataOps Daily]] [completion:: 2024-06-27]
|
||||
- [x] 11:00 - 12:00 [[DataOps - Technischer Review]] [completion:: 2024-06-27]
|
||||
- [x] 18:30 - 22:00 Ausstand Stefan Mann [completion:: 2024-06-27]
|
||||
Restaurant Oh, Panama Potsdamer Strasse 91, 10785 Berlin
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W26#^26i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-27
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-27
|
||||
>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-06-27
|
||||
>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-06-27
|
||||
>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-06-27)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 27
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-06-28
|
||||
journal-end-date: 2024-06-28
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/06/2024-06-27|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-06|06]] › [[Journal/cimt AG/2024/2024-W26|W26]] ⋮ [[Journal/cimt AG/2024/06/2024-06-29|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:30 Anlegen eines Bahnaccounts im Geschäftskundenportal [[Claudia Stahl]] [[Trang Cao]] [[Danny Smaka]] [completion:: 2024-06-28]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-06-28]
|
||||
- [x] 16:00 - 22:00 [[Sommerfest 2024]] [completion:: 2024-06-28]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W26#^26i|Woche]] | [[2024-06#^06i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-06-28
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-06-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-06-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-06-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-06-28)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 28
|
||||
```
|
||||
Reference in New Issue
Block a user