vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
---
|
||||
journal: cimt yearly
|
||||
journal-date: 2021-01-01
|
||||
journal-start-date: 2021-01-01
|
||||
journal-end-date: 2021-12-31
|
||||
---
|
||||
##### [[2021-01|1]] · [[2021-02|2]] · [[2021-03|3]] · [[2021-04|4]] · [[2021-05|5]] · [[2021-06|6]] · [[2021-07|7]] · [[2021-08|8]] · [[2021-09|9]] · [[2021-10|10]] · [[2021-11|11]] · [[2021-12|12]] ^01y
|
||||
|
||||
[[Journal/cimt AG/2020|❮❮]] ⋮ [[Journal/cimt AG/2021|2021]] ⋮ [[Journal/cimt AG/2022|❯❯]]
|
||||
|
||||
---
|
||||
## Jahresziele
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/project'));
|
||||
|
||||
dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => {
|
||||
const page = dv.page(p.path);
|
||||
const tasks = page.file.tasks;
|
||||
return [
|
||||
page.file.link,
|
||||
page.status,
|
||||
tasks.where(t => t.fullyCompleted === true).length,
|
||||
tasks.length
|
||||
]
|
||||
}));
|
||||
```
|
||||
^2021i
|
||||
|
||||
---
|
||||
## 🗓️ Wichtige Ereignisse
|
||||
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2021-03-26
|
||||
journal-end-date: 2021-03-26
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2021/03/2021-03-25|❮❮]] ⋮ [[Journal/cimt AG/2021|2021]] › [[Journal/cimt AG/2021-Q1|Q1]] › [[Journal/cimt AG/2021/2021-03|03]] › [[Journal/cimt AG/2021/2021-W12|W12]] ⋮ [[Journal/cimt AG/2021/03/2021-03-27|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 12:00 LOT [[Vorstellung beim Kunden]] [completion:: 2021-03-26]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2021-W12#^12i|Woche]] | [[2021-03#^03i|Monat]] | [[2021-Q1#^q1i|Quartal]] | [[2021## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2021-03-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2021-03-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 2021-03-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 2021-03-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(2021-03-26)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 26
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2021-04-16
|
||||
journal-end-date: 2021-04-16
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2021/04/2021-04-15|❮❮]] ⋮ [[Journal/cimt AG/2021|2021]] › [[Journal/cimt AG/2021-Q2|Q2]] › [[Journal/cimt AG/2021/2021-04|04]] › [[Journal/cimt AG/2021/2021-W15|W15]] ⋮ [[Journal/cimt AG/2021/04/2021-04-17|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 12:00 LOT [[Vorstellung beim Kunden]] [completion:: 2021-04-16]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2021-W15#^15i|Woche]] | [[2021-04#^04i|Monat]] | [[2021-Q2#^q2i|Quartal]] | [[2021## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2021-04-16
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2021-04-16
|
||||
>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 2021-04-16
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2021-04-16
|
||||
>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(2021-04-16)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 16
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2021-08-19
|
||||
journal-end-date: 2021-08-19
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2021/08/2021-08-18|❮❮]] ⋮ [[Journal/cimt AG/2021|2021]] › [[Journal/cimt AG/2021-Q3|Q3]] › [[Journal/cimt AG/2021/2021-08|08]] › [[Journal/cimt AG/2021/2021-W33|W33]] ⋮ [[Journal/cimt AG/2021/08/2021-08-20|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 18:00 - 22:00 Grillen auf dem Dach [completion:: 2021-08-19]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2021-W33#^33i|Woche]] | [[2021-08#^08i|Monat]] | [[2021-Q3#^q3i|Quartal]] | [[2021## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2021-08-19
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2021-08-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 2021-08-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 2021-08-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(2021-08-19)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 08 AND birthday.day = 19
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2021-12-11
|
||||
journal-end-date: 2021-12-11
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2021/12/2021-12-10|❮❮]] ⋮ [[Journal/cimt AG/2021|2021]] › [[Journal/cimt AG/2021-Q4|Q4]] › [[Journal/cimt AG/2021/2021-12|12]] › [[Journal/cimt AG/2021/2021-W49|W49]] ⋮ [[Journal/cimt AG/2021/12/2021-12-12|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 15:30 - 21:45 virtuelle Weihnachtsfeier [completion:: 2021-12-11]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2021-W49#^49i|Woche]] | [[2021-12#^12i|Monat]] | [[2021-Q4#^q4i|Quartal]] | [[2021## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2021-12-11
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2021-12-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 2021-12-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 2021-12-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(2021-12-11)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 12 AND birthday.day = 11
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2021-12-17
|
||||
journal-end-date: 2021-12-17
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2021/12/2021-12-16|❮❮]] ⋮ [[Journal/cimt AG/2021|2021]] › [[Journal/cimt AG/2021-Q4|Q4]] › [[Journal/cimt AG/2021/2021-12|12]] › [[Journal/cimt AG/2021/2021-W50|W50]] ⋮ [[Journal/cimt AG/2021/12/2021-12-18|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[Linux Gilde]] [completion:: 2021-12-17]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2021-W50#^50i|Woche]] | [[2021-12#^12i|Monat]] | [[2021-Q4#^q4i|Quartal]] | [[2021## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2021-12-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2021-12-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 2021-12-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 2021-12-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(2021-12-17)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 12 AND birthday.day = 17
|
||||
```
|
||||
@@ -0,0 +1,31 @@
|
||||
---
|
||||
journal: cimt yearly
|
||||
journal-date: 2022-01-01
|
||||
journal-start-date: 2022-01-01
|
||||
journal-end-date: 2022-12-31
|
||||
---
|
||||
##### [[2022-01|1]] · [[2022-02|2]] · [[2022-03|3]] · [[2022-04|4]] · [[2022-05|5]] · [[2022-06|6]] · [[2022-07|7]] · [[2022-08|8]] · [[2022-09|9]] · [[2022-10|10]] · [[2022-11|11]] · [[2022-12|12]] ^01y
|
||||
|
||||
[[Journal/cimt AG/2021|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] ⋮ [[Journal/cimt AG/2023|❯❯]]
|
||||
|
||||
---
|
||||
## Jahresziele
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/project'));
|
||||
|
||||
dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => {
|
||||
const page = dv.page(p.path);
|
||||
const tasks = page.file.tasks;
|
||||
return [
|
||||
page.file.link,
|
||||
page.status,
|
||||
tasks.where(t => t.fullyCompleted === true).length,
|
||||
tasks.length
|
||||
]
|
||||
}));
|
||||
```
|
||||
^2022i
|
||||
|
||||
---
|
||||
## 🗓️ Wichtige Ereignisse
|
||||
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-01-07
|
||||
journal-end-date: 2022-01-07
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/01/2022-01-06|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q1|Q1]] › [[Journal/cimt AG/2022/2022-01|01]] › [[Journal/cimt AG/2022/2022-W01|W01]] ⋮ [[Journal/cimt AG/2022/01/2022-01-08|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[Linux Gilde]] [completion:: 2022-01-07]
|
||||
- Windows-Subsystem für Linux (WSL)
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W01#^01i|Woche]] | [[2022-01#^01i|Monat]] | [[2022-Q1#^q1i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-01-07
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-01-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 2022-01-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 2022-01-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(2022-01-07)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 07
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-01-28
|
||||
journal-end-date: 2022-01-28
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/01/2022-01-27|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q1|Q1]] › [[Journal/cimt AG/2022/2022-01|01]] › [[Journal/cimt AG/2022/2022-W04|W04]] ⋮ [[Journal/cimt AG/2022/01/2022-01-29|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[Linux Gilde]] [completion:: 2022-01-28]
|
||||
[[Leon Joshua von Pazottka-Lipinski]] [[Yavuz Kaymak]] [[Markus Dorozynski]] [[Ramzi Ben Khedhiri]] [[Sascha Riemann]] [[Frank Füllbier]] [[Gabor Claussnitzer]] [[Daniel Mechau]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W04#^04i|Woche]] | [[2022-01#^01i|Monat]] | [[2022-Q1#^q1i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-01-28
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-01-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 2022-01-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 2022-01-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(2022-01-28)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 28
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-06-30
|
||||
journal-end-date: 2022-06-30
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/06/2022-06-29|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q2|Q2]] › [[Journal/cimt AG/2022/2022-06|06]] › [[Journal/cimt AG/2022/2022-W26|W26]] ⋮ [[Journal/cimt AG/2022/06/2022-07-01|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 18: 00 [[Grundlagen Kommunikation]] [completion:: 2022-06-30]
|
||||
- [x] 18:30 - 20:30 gemeinsames Abendessen [completion:: 2022-06-30]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W26#^26i|Woche]] | [[2022-06#^06i|Monat]] | [[2022-Q2#^q2i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-06-30
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-06-30
|
||||
>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 2022-06-30
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2022-06-30
|
||||
>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(2022-06-30)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 30
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-07-01
|
||||
journal-end-date: 2022-07-01
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/07/2022-06-30|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q3|Q3]] › [[Journal/cimt AG/2022/2022-07|07]] › [[Journal/cimt AG/2022/2022-W26|W26]] ⋮ [[Journal/cimt AG/2022/07/2022-07-02|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 08:30 - 16:30 [[Grundlagen Kommunikation]] [completion:: 2022-07-01]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W26#^26i|Woche]] | [[2022-07#^07i|Monat]] | [[2022-Q3#^q3i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-07-01
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-07-01
|
||||
>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 2022-07-01
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2022-07-01
|
||||
>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(2022-07-01)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 07 AND birthday.day = 01
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-09-14
|
||||
journal-end-date: 2022-09-14
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/09/2022-09-13|❮❮]] ⋮ [[Journal/Privat/2022|2022]] › [[Journal/Privat/2022/2022-Q3|Q3]] › [[Journal/Privat/2022/2022-09|09]] › [[Journal/cimt AG/2022/2022-W37|W37]] ⋮ [[Journal/cimt AG/2022/09/2022-09-15|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 19:00 - 22:00 Abendessen [completion:: 2022-09-14]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W37#^37i|Woche]] | [[2022-09#^09i|Monat]] | [[2022-Q3#^q3i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-09-14
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-09-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 2022-09-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 2022-09-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(2022-09-14)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 14
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-09-15
|
||||
journal-end-date: 2022-09-15
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/09/2022-09-14|❮❮]] ⋮ [[Journal/Privat/2022|2022]] › [[Journal/Privat/2022/2022-Q3|Q3]] › [[Journal/Privat/2022/2022-09|09]] › [[Journal/cimt AG/2022/2022-W37|W37]] ⋮ [[Journal/cimt AG/2022/09/2022-09-16|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 17:00 [[JaKo 2022]] [completion:: 2022-09-15]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W37#^37i|Woche]] | [[2022-09#^09i|Monat]] | [[2022-Q3#^q3i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-09-15
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-09-15
|
||||
>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 2022-09-15
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2022-09-15
|
||||
>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(2022-09-15)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 15
|
||||
```
|
||||
@@ -0,0 +1,71 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-10-20
|
||||
journal-end-date: 2022-10-20
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/10/2022-10-19|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q4|Q4]] › [[Journal/cimt AG/2022/2022-10|10]] › [[Journal/cimt AG/2022/2022-W42|W42]] ⋮ [[Journal/cimt AG/2022/10/2022-10-21|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Übergabe mobile Laptop [completion:: 2022-10-20]
|
||||
Bünyamin Özkaya kommt erst gegen Ende Oktober ins Büro zurück
|
||||
- [x] Frank Füllbier [completion:: 2022-10-20]
|
||||
- Ziele für 2022
|
||||
- Zielerreichung Zertifizierung gefährdet
|
||||
- Mit Ende September bei 77% Zielerreichung
|
||||
- Übergabe mobile Laptop wird voraussichtlich Anfang November erfolgen
|
||||
- [x] Udemy Account anlegen [completion:: 2022-10-20]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W42#^42i|Woche]] | [[2022-10#^10i|Monat]] | [[2022-Q4#^q4i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-10-20
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-10-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 2022-10-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 2022-10-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(2022-10-20)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 10 AND birthday.day = 20
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-10-21
|
||||
journal-end-date: 2022-10-21
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/10/2022-10-20|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q4|Q4]] › [[Journal/cimt AG/2022/2022-10|10]] › [[Journal/cimt AG/2022/2022-W42|W42]] ⋮ [[Journal/cimt AG/2022/10/2022-10-22|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[2022-10-21 Lightning Talks]] [completion:: 2022-10-21]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W42#^42i|Woche]] | [[2022-10#^10i|Monat]] | [[2022-Q4#^q4i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-10-21
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-10-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 2022-10-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 2022-10-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(2022-10-21)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 10 AND birthday.day = 21
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-11-04
|
||||
journal-end-date: 2022-11-04
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/11/2022-11-03|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q4|Q4]] › [[Journal/cimt AG/2022/2022-11|11]] › [[Journal/cimt AG/2022/2022-W44|W44]] ⋮ [[Journal/cimt AG/2022/11/2022-11-05|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[Linux Gilde]] [completion:: 2022-11-04]
|
||||
- Verwaltung von Passwörtern (Keepass, Passsword Store)
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W44#^44i|Woche]] | [[2022-11#^11i|Monat]] | [[2022-Q4#^q4i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-11-04
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-11-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 2022-11-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 2022-11-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(2022-11-04)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 11 AND birthday.day = 04
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-12-16
|
||||
journal-end-date: 2022-12-16
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/12/2022-12-15|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q4|Q4]] › [[Journal/cimt AG/2022/2022-12|12]] › [[Journal/cimt AG/2022/2022-W50|W50]] ⋮ [[Journal/cimt AG/2022/12/2022-12-17|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 18:30 - 22:00 Weihnachtsfeier [completion:: 2022-12-16]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W50#^50i|Woche]] | [[2022-12#^12i|Monat]] | [[2022-Q4#^q4i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-12-16
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-12-16
|
||||
>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 2022-12-16
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2022-12-16
|
||||
>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(2022-12-16)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 12 AND birthday.day = 16
|
||||
```
|
||||
@@ -0,0 +1,34 @@
|
||||
---
|
||||
id: "2023"
|
||||
aliases: []
|
||||
tags: []
|
||||
journal: cimt yearly
|
||||
journal-date: "2023-01-01"
|
||||
journal-end-date: "2023-12-31"
|
||||
journal-start-date: "2023-01-01"
|
||||
---
|
||||
##### [[2023-01|1]] · [[2023-02|2]] · [[2023-03|3]] · [[2023-04|4]] · [[2023-05|5]] · [[2023-06|6]] · [[2023-07|7]] · [[2023-08|8]] · [[2023-09|9]] · [[2023-10|10]] · [[2023-11|11]] · [[2023-12|12]] ^01y
|
||||
|
||||
[[Journal/cimt AG/2022|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] ⋮ [[Journal/cimt AG/2024|❯❯]]
|
||||
|
||||
---
|
||||
## Jahresziele
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/project'));
|
||||
|
||||
dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => {
|
||||
const page = dv.page(p.path);
|
||||
const tasks = page.file.tasks;
|
||||
return [
|
||||
page.file.link,
|
||||
page.status,
|
||||
tasks.where(t => t.fullyCompleted === true).length,
|
||||
tasks.length
|
||||
]
|
||||
}));
|
||||
```
|
||||
^2023i
|
||||
|
||||
---
|
||||
## 🗓️ Wichtige Ereignisse
|
||||
|
||||
@@ -0,0 +1,63 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-01-27
|
||||
journal-end-date: 2023-01-27
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/01/2023-01-26|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q1|Q1]] › [[Journal/cimt AG/2023/2023-01|01]] › [[Journal/cimt AG/2023/2023-W04|W04]] ⋮ [[Journal/cimt AG/2023/01/2023-01-28|❯❯]]
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W04#^04i|Woche]] | [[2023-01#^01i|Monat]] | [[2023-Q1#^q1i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-01-27
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-01-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 2023-01-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 2023-01-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(2023-01-27)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 27
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-02-24
|
||||
journal-end-date: 2023-02-24
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/02/2023-02-23|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q1|Q1]] › [[Journal/cimt AG/2023/2023-02|02]] › [[Journal/cimt AG/2023/2023-W08|W08]] ⋮ [[Journal/cimt AG/2023/02/2023-02-25|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[Linux Gilde]] [completion:: 2024-02-24]
|
||||
- Vorstellung von sdkman
|
||||
- Joplin als Notizen-App
|
||||
- vi Erweiterungen
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W08#^08i|Woche]] | [[2023-02#^02i|Monat]] | [[2023-Q1#^q1i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-02-24
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-02-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 2023-02-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 2023-02-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(2023-02-24)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 02 AND birthday.day = 24
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-02-28
|
||||
journal-end-date: 2023-02-28
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/02/2023-02-27|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q1|Q1]] › [[Journal/cimt AG/2023/2023-02|02]] › [[Journal/cimt AG/2023/2023-W09|W09]] ⋮ [[Journal/cimt AG/2023/02/2023-03-01|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Vorbereitung Feedbackgespräch [completion:: 2023-02-28]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W09#^09i|Woche]] | [[2023-02#^02i|Monat]] | [[2023-Q1#^q1i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-02-28
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-02-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 2023-02-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 2023-02-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(2023-02-28)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 02 AND birthday.day = 28
|
||||
```
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-03-24
|
||||
journal-end-date: 2023-03-24
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/03/2023-03-23|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q1|Q1]] › [[Journal/cimt AG/2023/2023-03|03]] › [[Journal/cimt AG/2023/2023-W12|W12]] ⋮ [[Journal/cimt AG/2023/03/2023-03-25|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] [[Kommunikation und Zusammenarbeit]] [completion:: 2023-03-24]
|
||||
- Riemann-Thomann Modell
|
||||
- Selbst- und Fremdeinschätzung
|
||||
- [x] Im Anschluss an den Lehrgang mit [[Stefanie Pelster]] und [[Carolin Sörgel]] gequatscht. [completion:: 2023-03-24]
|
||||
- [x] Im Bahnhof habe ich ein nettes Gespräch mit einer 24-jährigen geführt, mit der ich an einem Tisch gesessen habe. Sie hat vor kurzem ihre Ausbildung zur Friseurin aus gesundheitlichen Gründen abgebrochen. Aktuell arbeitet sie in der Kunsthalle im Security-Bereich und möchte etwas anderes machen. Ihr Interesse an Kunst ließ sie ein Semester Kunst studieren. Wünschenswert wäre eine Ausbildung in dem Bereich. [completion:: 2023-03-24]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W12#^12i|Woche]] | [[2023-03#^03i|Monat]] | [[2023-Q1#^q1i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-03-24
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-03-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 2023-03-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 2023-03-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(2023-03-24)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 24
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-05-05
|
||||
journal-end-date: 2023-05-05
|
||||
journal-section: day
|
||||
---
|
||||
|
||||
|
||||
[[Journal/cimt AG/2023/05/2023-05-04|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q2|Q2]] › [[Journal/cimt AG/2023/2023-05|05]] › [[Journal/cimt AG/2023/2023-W18|W18]] ⋮ [[Journal/cimt AG/2023/05/2023-05-06|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:30 - 12:30 Mitarbeitertreffen Berlin [completion:: 2023-05-05]
|
||||
- [x] 14:00 - 16:00 [[2023-05-05 cimt Innovation - Produktpartner - Agile Team Development - OBJ+TEC]] [completion:: 2023-05-05]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W18#^18i|Woche]] | [[2023-05#^05i|Monat]] | [[2023-Q2#^q2i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-05-05
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-05-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 2023-05-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 2023-05-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(2023-05-05)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 05
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-06-23
|
||||
journal-end-date: 2023-06-23
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/06/2023-06-22|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q2|Q2]] › [[Journal/cimt AG/2023/2023-06|06]] › [[Journal/cimt AG/2023/2023-W25|W25]] ⋮ [[Journal/cimt AG/2023/06/2023-06-24|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 13:00 - 14:00 Treffen der [[Diversity Empowerment Guild]] [completion:: 2023-06-23]
|
||||
- [x] 16:00 - 22:00 Sommerfest [completion:: 2023-06-23]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W25#^25i|Woche]] | [[2023-06#^06i|Monat]] | [[2023-Q2#^q2i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-06-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-06-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-06-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-06-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-06-23)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 23
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-07-06
|
||||
journal-end-date: 2023-07-06
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/07/2023-07-05|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q3|Q3]] › [[Journal/cimt AG/2023/2023-07|07]] › [[Journal/cimt AG/2023/2023-W27|W27]] ⋮ [[Journal/cimt AG/2023/07/2023-07-07|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 13:30 - 14:30 Feedbackgespräch 2 - 2023 [[Frank Füllbier]] [completion:: 2023-07-06]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W27#^27i|Woche]] | [[2023-07#^07i|Monat]] | [[2023-Q3#^q3i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-07-06
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-07-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 2023-07-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 2023-07-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(2023-07-06)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 07 AND birthday.day = 06
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-08-04
|
||||
journal-end-date: 2023-08-04
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/08/2023-08-03|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q3|Q3]] › [[Journal/cimt AG/2023/2023-08|08]] › [[Journal/cimt AG/2023/2023-W31|W31]] ⋮ [[Journal/cimt AG/2023/08/2023-08-05|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[Linux Gilde]] [completion:: 2023-08-04]
|
||||
Linux Distributionen: BunsenLabs, Ubuntu, Xubuntu, OpenSUSE
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W31#^31i|Woche]] | [[2023-08#^08i|Monat]] | [[2023-Q3#^q3i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-08-04
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-08-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 2023-08-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 2023-08-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(2023-08-04)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 08 AND birthday.day = 04
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-10-13
|
||||
journal-end-date: 2023-10-13
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/10/2023-10-12|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q4|Q4]] › [[Journal/cimt AG/2023/2023-10|10]] › [[Journal/cimt AG/2023/2023-W41|W41]] ⋮ [[Journal/cimt AG/2023/10/2023-10-14|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 15:05 - 15:45 JaKo Speaker Q&A [[JaKo 2023]] [completion:: 2023-10-13]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W41#^41i|Woche]] | [[2023-10#^10i|Monat]] | [[2023-Q4#^q4i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-10-13
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-10-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 2023-10-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 2023-10-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(2023-10-13)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 10 AND birthday.day = 13
|
||||
```
|
||||
@@ -0,0 +1,70 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-10-27
|
||||
journal-end-date: 2023-10-27
|
||||
journal-section: day
|
||||
---
|
||||
|
||||
[[Journal/cimt AG/2023/10/2023-10-26|❮❮]] ⋮ [[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-28|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:30 - 12:30 [[2023-10-27 Mitarbeitertreffen Berlin]] [completion:: 2023-10-27]
|
||||
|
||||
## 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-27
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-10-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 2023-10-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 2023-10-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(2023-10-27)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 10 AND birthday.day = 27
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-11-09
|
||||
journal-end-date: 2023-11-09
|
||||
journal-section: day
|
||||
---
|
||||
|
||||
[[Journal/cimt AG/2023/11/2023-11-08|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q4|Q4]] › [[Journal/cimt AG/2023/2023-11|11]] › [[Journal/cimt AG/2023/2023-W45|W45]] ⋮ [[Journal/cimt AG/2023/11/2023-11-10|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 18:00 [[JaKo 2023]] [completion:: 2023-11-09]
|
||||
- [x] 19:00 - 22:00 Abendessen JaKo 2023 [completion:: 2023-11-09]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W45#^45i|Woche]] | [[2023-11#^11i|Monat]] | [[2023-Q4#^q4i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-11-09
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-11-09
|
||||
>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-11-09
|
||||
>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-11-09
|
||||
>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-11-09)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 11 AND birthday.day = 09
|
||||
```
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-12-15
|
||||
journal-end-date: 2023-12-15
|
||||
journal-section: day
|
||||
---
|
||||
# Journal
|
||||
- [x] 11:00 - 13:00 Prüfung Google Cloud Developer [completion:: 2023-12-15]
|
||||
@@ -0,0 +1,30 @@
|
||||
---
|
||||
journal: cimt yearly
|
||||
journal-date: 2024-01-01
|
||||
journal-start-date: 2024-01-01
|
||||
journal-end-date: 2024-12-31
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
---
|
||||
## Jahresziele
|
||||
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/project'));
|
||||
|
||||
dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => {
|
||||
const page = dv.page(p.path);
|
||||
const tasks = page.file.tasks;
|
||||
return [
|
||||
page.file.link,
|
||||
page.status,
|
||||
tasks.where(t => t.fullyCompleted === true).length,
|
||||
tasks.length
|
||||
]
|
||||
}));
|
||||
```
|
||||
^2024i
|
||||
---
|
||||
## 🗓️ Wichtige Ereignisse
|
||||
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-01-12
|
||||
journal-end-date: 2024-01-12
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/01/2024-01-11|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q1|Q1]] › [[Journal/cimt AG/2024/2024-01|01]] › [[Journal/cimt AG/2024/2024-W02|W02]] ⋮ [[Journal/cimt AG/2024/01/2024-01-13|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 13:00 - 14:00 [[AWS Gilde]] [completion:: 2024-01-12]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W02#^02i|Woche]] | [[2024-01#^01i|Monat]] | [[2024-Q1#^q1i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-01-12
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-01-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-01-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-01-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-01-12)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 12
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-01-17
|
||||
journal-end-date: 2024-01-17
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/01/2024-01-16|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q1|Q1]] › [[Journal/cimt AG/2024/2024-01|01]] › [[Journal/cimt AG/2024/2024-W03|W03]] ⋮ [[Journal/cimt AG/2024/01/2024-01-18|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 16:30 - 17:00 [[CIP020 SAP - GCP Cortex Framework]] [completion:: 2024-01-17]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W03#^03i|Woche]] | [[2024-01#^01i|Monat]] | [[2024-Q1#^q1i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-01-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-01-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-01-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-01-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-01-17)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 17
|
||||
```
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-01-26
|
||||
journal-end-date: 2024-01-26
|
||||
journal-section: day
|
||||
---
|
||||
# Journal
|
||||
- [x] 14:00 - 16:00 Innovations-Slot [completion:: 2024-01-26]
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-02-13
|
||||
journal-end-date: 2024-02-13
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/02/2024-02-12|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q1|Q1]] › [[Journal/cimt AG/2024/2024-02|02]] › [[Journal/cimt AG/2024/2024-W07|W07]] ⋮ [[Journal/cimt AG/2024/02/2024-02-14|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 11:00 - 12:00 CloudBuild fixen [completion:: 2024-02-13]
|
||||
[[Mehdi Boubakri]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W07#^07i|Woche]] | [[2024-02#^02i|Monat]] | [[2024-Q1#^q1i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-02-13
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-02-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-02-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-02-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-02-13)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 02 AND birthday.day = 13
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-02-14
|
||||
journal-end-date: 2024-02-14
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/02/2024-02-13|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q1|Q1]] › [[Journal/cimt AG/2024/2024-02|02]] › [[Journal/cimt AG/2024/2024-W07|W07]] ⋮ [[Journal/cimt AG/2024/02/2024-02-15|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 11:00 - 12:00 [[CIP020 SAP - GCP Cortex Framework]] [[Mehdi Boubakri]] [completion:: 2024-02-14]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W07#^07i|Woche]] | [[2024-02#^02i|Monat]] | [[2024-Q1#^q1i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-02-14
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-02-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-02-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-02-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-02-14)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 02 AND birthday.day = 14
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-02-20
|
||||
journal-end-date: 2024-02-20
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/02/2024-02-19|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q1|Q1]] › [[Journal/cimt AG/2024/2024-02|02]] › [[Journal/cimt AG/2024/2024-W08|W08]] ⋮ [[Journal/cimt AG/2024/02/2024-02-21|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 13:30 - 14:15 Fragen zu SAP [completion:: 2024-02-20]
|
||||
[[Guido Möller]], [[Mehdi Boubakri]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W08#^08i|Woche]] | [[2024-02#^02i|Monat]] | [[2024-Q1#^q1i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-02-20
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-02-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-02-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-02-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-02-20)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 02 AND birthday.day = 20
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-02-23
|
||||
journal-end-date: 2024-02-23
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/02/2024-02-22|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q1|Q1]] › [[Journal/cimt AG/2024/2024-02|02]] › [[Journal/cimt AG/2024/2024-W08|W08]] ⋮ [[Journal/cimt AG/2024/02/2024-02-24|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [-] 10:00 - 11:30 [[Linux Gilde]]
|
||||
- Vorstellung von systemd
|
||||
- Einrichtung von Benutzer- und System-Units
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W08#^08i|Woche]] | [[2024-02#^02i|Monat]] | [[2024-Q1#^q1i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-02-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-02-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 2024-02-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 2024-02-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(2024-02-23)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 02 AND birthday.day = 23
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-02-29
|
||||
journal-end-date: 2024-02-29
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/02/2024-02-28|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q1|Q1]] › [[Journal/cimt AG/2024/2024-02|02]] › [[Journal/cimt AG/2024/2024-W09|W09]] ⋮ [[Journal/cimt AG/2024/02/2024-03-01|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 14:30 - 15:00 SKP DataOps-Projekt Ablösung [completion:: 2024-02-29]
|
||||
[[Marcel Kuszak]], [[Marcus Lipski]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W09#^09i|Woche]] | [[2024-02#^02i|Monat]] | [[2024-Q1#^q1i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-02-29
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-02-29
|
||||
>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-02-29
|
||||
>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-02-29
|
||||
>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-02-29)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 02 AND birthday.day = 29
|
||||
```
|
||||
@@ -0,0 +1,71 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-03-01
|
||||
journal-end-date: 2024-03-01
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/03/2024-02-29|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q1|Q1]] › [[Journal/cimt AG/2024/2024-03|03]] › [[Journal/cimt AG/2024/2024-W09|W09]] ⋮ [[Journal/cimt AG/2024/03/2024-03-02|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:35 - 12:30 Mitarbeitertreffen Berlin [completion:: 2024-03-01]
|
||||
- [x] 13:30 - 14:00 Vorstellung im Projekt [[DataOps]] [completion:: 2024-03-01]
|
||||
[[Frank Füllbier]], [[Olaf Hein]]
|
||||
[[S-Kreditpartner GmbH]]
|
||||
- [x] 14:00 - 15:00 Vorstellung Alation (Data Catalog) [completion:: 2024-03-01]
|
||||
[[Rouven Homann]]
|
||||
- [x] 15:00 - 15:15 [[CIP020 SAP - GCP Cortex Framework]] [completion:: 2024-03-01]
|
||||
[[Frank Füllbier]], [[Mehdi Boubakri]], [[Simon Obermayr]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W09#^09i|Woche]] | [[2024-03#^03i|Monat]] | [[2024-Q1#^q1i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-03-01
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-03-01
|
||||
>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-01
|
||||
>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-01
|
||||
>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-01)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 01
|
||||
```
|
||||
@@ -0,0 +1,63 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-03-14
|
||||
journal-end-date: 2024-03-14
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/03/2024-03-13|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q1|Q1]] › [[Journal/cimt AG/2024/2024-03|03]] › [[Journal/cimt AG/2024/2024-W11|W11]] ⋮ [[Journal/cimt AG/2024/03/2024-03-15|❯❯]]
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W11#^11i|Woche]] | [[2024-03#^03i|Monat]] | [[2024-Q1#^q1i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-03-14
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-03-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-03-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-03-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-03-14)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 14
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-03-15
|
||||
journal-end-date: 2024-03-15
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/03/2024-03-14|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q1|Q1]] › [[Journal/cimt AG/2024/2024-03|03]] › [[Journal/cimt AG/2024/2024-W11|W11]] ⋮ [[Journal/cimt AG/2024/03/2024-03-16|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[2024-03-15 Lightning Talks]] [completion:: 2024-03-15]
|
||||
- [x] 13:00 - 14:00 [[AWS Gilde]] [[Frederik Demuth]] [completion:: 2024-03-15]
|
||||
- [-] 15:00 - 15:15 [[2024-03-15 CIP020 Weekly Sync]] [cancelled:: 2024-03-15]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W11#^11i|Woche]] | [[2024-03#^03i|Monat]] | [[2024-Q1#^q1i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-03-15
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-03-15
|
||||
>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-15
|
||||
>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-15
|
||||
>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-15)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 15
|
||||
```
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-03-19
|
||||
journal-end-date: 2024-03-19
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/03/2024-03-18|❮❮]] ⋮ [[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-20|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 DataOps Daily [[DataOps]] [completion:: 2024-03-19]
|
||||
- [x] 12:00 - 16:00 DataOps Exasol Update auf 7.1.25 [[DataOps]] [completion:: 2024-03-19]
|
||||
|
||||
## 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-19
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-03-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-03-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-03-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-03-19)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 19
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-03-21
|
||||
journal-end-date: 2024-03-21
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/03/2024-03-20|❮❮]] ⋮ [[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-22|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:05 - 10:00 Einführung InfraRisk24 [[InfraRisk24]] [[Olaf Hein]] [completion:: 2024-03-21]
|
||||
- [x] 10:00 - 10:30 DataOps Daily [[DataOps]] [completion:: 2024-03-21]
|
||||
- [x] 13:00 - 14:00 Einarbeitung WS8 [[InfraRisk24]] [[Farouk Elkeden]] [completion:: 2024-03-21]
|
||||
|
||||
## 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-21
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-03-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-03-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-03-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-03-21)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 21
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-03-22
|
||||
journal-end-date: 2024-03-22
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/03/2024-03-21|❮❮]] ⋮ [[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-23|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:15 DataOps Daily [[DataOps]] [completion:: 2024-03-22]
|
||||
- [x] 11:00 - 11:30 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-03-22]
|
||||
- [x] 15:00 - 15:15 Weekly Sync [[CIP020 SAP - GCP Cortex Framework]] [completion:: 2024-03-22]
|
||||
|
||||
## 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-22
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-03-22
|
||||
>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-22
|
||||
>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-22
|
||||
>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-22)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 22
|
||||
```
|
||||
@@ -0,0 +1,62 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-03-25
|
||||
journal-end-date: 2024-03-25
|
||||
journal-section: day
|
||||
---
|
||||
|
||||
[[Journal/cimt AG/2024/03/2024-03-24|❮❮]] ⋮ [[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-26|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [-] 09:00 - 09:30 Spark Betrieb [[InfraRisk24]] [cancelled:: 2024-03-25]
|
||||
- [x] 10:00 - 18:00 Seminar [[GitHub Copilot - KI unterstützte Codegenerierung für Entwickler-innen]] [completion:: 2024-03-25]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-03-25
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-03-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-03-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-03-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-03-25)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 25
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-03-26
|
||||
journal-end-date: 2024-03-26
|
||||
journal-section: day
|
||||
---
|
||||
|
||||
[[Journal/Täglich/2024/03/2024-03-25|❮❮]] ⋮ [[Journal/Jährlich/2024|2024]] › [[Journal/Quartal/2024-Q1|Q1]] › [[Journal/Monatlich/2024/2024-03|03]] › [[Journal/Wöchentlich/2024/2024-W13|W13]] ⋮ [[Journal/Täglich/2024/03/2024-03-27|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [-] 09:00 - 09:30 Spark Betrieb [[DataOps]] [cancelled:: 2024-03-26]
|
||||
- [-] 09:30 - 15:30 FI-TS: Installation für UAT [cancelled:: 2024-03-27]
|
||||
- [x] 09:00 - 17:00 Seminar [[GitHub Copilot - KI unterstützte Codegenerierung für Entwickler-innen]] [completion:: 2024-03-26]
|
||||
|
||||
## 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-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-03-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-03-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-03-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-03-26)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 26
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-03-27
|
||||
journal-end-date: 2024-03-27
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/03/2024-03-26|❮❮]] ⋮ [[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-28|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:15 - 09:45 Spark Betrieb [[InfraRisk24]] [completion:: 2024-03-27]
|
||||
- [x] 10:00 - 10:30 DataOps Daily [[DataOps]] [completion:: 2024-03-27]
|
||||
- [x] 13:30 - 15:00 QS BfH und Berechtigungskonzept [[InfraRisk24]] [completion:: 2024-03-27]
|
||||
- [x] 15:30 - 16:00 Absprache Tickets [[Marcel Kuszak]] [completion:: 2024-03-27]
|
||||
|
||||
## 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-27
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-03-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-03-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-03-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-03-27)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 27
|
||||
```
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-02
|
||||
journal-end-date: 2024-04-02
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-01|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W14|W14]] ⋮ [[Journal/cimt AG/2024/04/2024-04-03|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:30 Spark Betrieb [[InfraRisk24]] [completion:: 2024-04-02]
|
||||
- [-] 09:30 - 14:00 Finalisierung und Abnahme der Installation Thinc in UAT [[Farouk Elkeden]] [cancelled:: 2024-04-02]
|
||||
- [x] 10:00 - 10:30 DataOps Daily [[DataOps]] [completion:: 2024-04-02]
|
||||
- [-] 14:00 - 15:30 Umsetzung sdisplus_ultimo.xml [[Farouk Elkeden]] [cancelled:: 2024-04-02]
|
||||
- [x] 15:00 - 16:00 Planung Inital Load UAT [[Farouk Elkeden]] [completion:: 2024-04-02]
|
||||
- [-] 15:30 - 16:00 Berechtigungen testen [[Farouk Elkeden]] [cancelled:: 2024-04-02]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W14#^14i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-02
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-02
|
||||
>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-04-02
|
||||
>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-04-02
|
||||
>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-04-02)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 02
|
||||
```
|
||||
@@ -0,0 +1,71 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-03
|
||||
journal-end-date: 2024-04-03
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-02|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W14|W14]] ⋮ [[Journal/cimt AG/2024/04/2024-04-04|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:30 Spark Betrieb [[InfraRisk24]] [completion:: 2024-04-03]
|
||||
- [x] 10:00 - 10:30 DataOps Daily [[DataOps]] [completion:: 2024-04-03]
|
||||
- [x] 10:30 - 12:00 DataOps Retrospektive [[DataOps]] [completion:: 2024-04-03]
|
||||
- [x] 13:00 - 13:30 [[Marcel Kuszak]] [completion:: 2024-04-06]
|
||||
- [-] 13:30 - 14:30 QS: Berechtigungskonzept [[Farouk Elkeden]] [[InfraRisk24]] [cancelled::2024-04-03]
|
||||
- [-] 15:30 - 16:00 Berechtigungen testen [[Farouk Elkeden]] [[InfraRisk24]] [cancelled: 2024-04-03]
|
||||
- [x] 17:00 - 17:15 IR24 - Abstimmung UAT Deployment [[InfraRisk24]] [completion:: 2024-04-03]
|
||||
- [x] 17:15 - 18:30 Berechtigungen testen [[Alexander Sinkovic]] [completion:: 2024-04-03]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W14#^14i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-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-04-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-04-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-04-03)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 03
|
||||
```
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-04
|
||||
journal-end-date: 2024-04-04
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-03|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W14|W14]] ⋮ [[Journal/cimt AG/2024/04/2024-04-05|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [-] 09:00 - 09:30 Spark Betrieb [[InfraRisk24]] [cancelled::2024-04-04]
|
||||
- [x] 09:00 - 11:00 Update UnionDB [[DataOps]] [completion:: 2024-04-04]
|
||||
- [-] 10:00 - 10:30 DataOps Daily [[DataOps]] [cancelled:: 2024-04-04]
|
||||
- [x] 14:00 - 14:45 SKP [[SKP - Fallbesprechung - Fail Safety on Prem]] [completion:: 2024-04-04]
|
||||
- [x] 15:00 - 15:45 Rollout SPARK Release V2024.04.00 [[InfraRisk24]] [completion:: 2024-04-04]
|
||||
- [x] 16:00 - 16:30 [[IR24 - Abstimmung Wechsel zur FI-TS]] [[InfraRisk24]] [completion:: 2024-04-04]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W14#^14i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-04
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-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-04-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-04-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-04-04)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 04
|
||||
```
|
||||
@@ -0,0 +1,71 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-05
|
||||
journal-end-date: 2024-04-05
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-04|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W14|W14]] ⋮ [[Journal/cimt AG/2024/04/2024-04-06|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:15 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-05]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [completion:: 2024-04-05]
|
||||
- [x] 11:00 - 12:00 GCP Gilde [[Luca Waldmann]] [scheduled:: 2024-04-05] [completion:: 2024-04-05]
|
||||
- Vorstellung der Gilde (Ziele, Organisation, Inhalt)
|
||||
- GCP Partner Level & Zertifizierungen
|
||||
- Sandbox-Projekte für unsere Mitarbeitenden
|
||||
- [x] 11:30 - 12:00 ATT Review [[DataOps]] [completion:: 2024-04-05]
|
||||
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W14#^14i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-05
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-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-04-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-04-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-04-05)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 05
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-08
|
||||
journal-end-date: 2024-04-08
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-07|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W15|W15]] ⋮ [[Journal/cimt AG/2024/04/2024-04-09|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:30 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-08]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [completion:: 2024-04-08]
|
||||
- [x] 10:30 - 11:00 [[DataOps Refinement]] [[DataOps]] [completion:: 2024-04-08]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W15#^15i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-08
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-08
|
||||
>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-04-08
|
||||
>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-04-08
|
||||
>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-04-08)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 08
|
||||
```
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-09
|
||||
journal-end-date: 2024-04-09
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-08|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W15|W15]] ⋮ [[Journal/cimt AG/2024/04/2024-04-10|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:30 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-09]
|
||||
- [x] 09:30 - 10:00 Anpassung Keycloak und RRAdmin [[InfraRisk24]] [completion:: 2024-04-09]
|
||||
- [-] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [cancelled::2024-04-09]
|
||||
- [x] 10:30 - 11:00 DataOps Board - Cleaning [[DataOps]] [completion:: 2024-04-09]
|
||||
- [x] 12:00 - 17:30 UDB / DataOps Onsite [[DataOps]] [completion:: 2024-04-09]
|
||||
- [x] 18:00 - 22:00 Onsite Teamabend [completion:: 2024-04-09]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W15#^15i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-09
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-09
|
||||
>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-04-09
|
||||
>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-04-09
|
||||
>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-04-09)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 09
|
||||
```
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-10
|
||||
journal-end-date: 2024-04-10
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-09|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W15|W15]] ⋮ [[Journal/cimt AG/2024/04/2024-04-11|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:30 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-10]
|
||||
- [-] 09:00 - 16:00 UDB / DataOps Onsite [cancelled::024-04-10]
|
||||
- [-] 09:30 - 15:30 Paketierung Thinc für Prod Stage [[InfraRisk24]] [cancelled:: 2024-04-10]
|
||||
- [-] 10:00 - 10:30 DataOps Daily [[DataOps]] [cancelled::2024-04-10]
|
||||
- [x] 10:00 - 10:15 Initial Load thinc UAT / Abhängigkeiten zu SPARK / untersch. Datenstände [[InfraRisk24]] [[Olaf Hein]] [completion:: 2024-04-10]
|
||||
- [x] 15:30 - 16:30 Status Update Folien [[Farouk Elkeden]] [completion:: 2024-04-10]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W15#^15i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-10
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-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-04-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-04-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-04-10)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 10
|
||||
```
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-11
|
||||
journal-end-date: 2024-04-11
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-10|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W15|W15]] ⋮ [[Journal/cimt AG/2024/04/2024-04-12|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:30 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-11]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [completion:: 2024-04-11]
|
||||
- [x] 11:00 - 11:30 Gehaltsverhandlung [[Frank Füllbier]] [completion:: 2024-04-11]
|
||||
- [x] 14:00 - 14:30 UAT1 Rollout in IONOS [[InfraRisk24]] [completion:: 2024-04-11]
|
||||
- [x] 16:00 - 16:15 [[InfraRisk24]] Abstimmung Wechsel zur FI-TS [completion:: 2024-04-11]
|
||||
keiner anwesend
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W15#^15i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-11
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-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-04-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-04-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-04-11)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 11
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-12
|
||||
journal-end-date: 2024-04-12
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-11|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W15|W15]] ⋮ [[Journal/cimt AG/2024/04/2024-04-13|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:30 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-12]
|
||||
- [x] 09:30 - 10:00 [[InfraRisk24]] Ticket Erstellung und Exasol Zugang [completion:: 2024-04-12]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [completion:: 2024-04-12]
|
||||
- [x] 15:15 - 15:30 [[CIP020 SAP - GCP Cortex Framework]] [completion:: 2024-04-12]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W15#^15i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-12
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-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-04-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-04-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-04-12)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 12
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-15
|
||||
journal-end-date: 2024-04-15
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-14|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W16|W16]] ⋮ [[Journal/cimt AG/2024/04/2024-04-16|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:30 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-15]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [completion:: 2024-04-15]
|
||||
- [x] 10:30 - 11:00 [[DataOps Refinement]] [[DataOps]] [completion:: 2024-04-15]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W16#^16i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-15
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-15
|
||||
>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-04-15
|
||||
>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-04-15
|
||||
>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-04-15)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 15
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-16
|
||||
journal-end-date: 2024-04-16
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-15|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W16|W16]] ⋮ [[Journal/cimt AG/2024/04/2024-04-17|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:30 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-16]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [completion:: 2024-04-16]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W16#^16i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-16
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-16
|
||||
>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-04-16
|
||||
>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-04-16
|
||||
>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-04-16)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 16
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-17
|
||||
journal-end-date: 2024-04-17
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-16|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W16|W16]] ⋮ [[Journal/cimt AG/2024/04/2024-04-18|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:15 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-17]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [completion:: 2024-04-17]
|
||||
- [x] 13:00 - 13:30 Financial Cockpit Product IDs bzw. CASHVER-Hierarchie für LAB [[Farouk Elkeden]] [completion:: 2024-04-17]
|
||||
- [-] 14:00 - 15:00 Review Monitoring [[Farouk Elkeden]] [cancelled:: 2024-04-17]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W16#^16i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-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-04-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-04-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-04-17)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 17
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-18
|
||||
journal-end-date: 2024-04-18
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-17|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W16|W16]] ⋮ [[Journal/cimt AG/2024/04/2024-04-19|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:15 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-18]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [completion:: 2024-04-18]
|
||||
- [x] 10:30 - 11:30 Durchsicht Berechtigungskonzept [[Andreas Viertel]] [completion:: 2024-04-18]
|
||||
- [x] 16:00 - 16:30 [[InfraRisk24]] [[IR24 - Abstimmung Wechsel zur FI-TS]] [completion:: 2024-04-18]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W16#^16i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-18
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-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-04-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-04-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-04-18)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 18
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-19
|
||||
journal-end-date: 2024-04-19
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-18|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W16|W16]] ⋮ [[Journal/cimt AG/2024/04/2024-04-20|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:30 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-19]
|
||||
- [-] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [cancelled:: 2024-04-18]
|
||||
- [x] 10:00 - 11:30 [[2024-04-19 Lightning Talks]] [completion:: 2024-04-19]
|
||||
- [x] 15:00 - 15:30 Review Monitoring [[Farouk Elkeden]] [completion:: 2024-04-19]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W16#^16i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-19
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-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-04-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-04-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-04-19)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 19
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-22
|
||||
journal-end-date: 2024-04-22
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-21|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W17|W17]] ⋮ [[Journal/cimt AG/2024/04/2024-04-23|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:30 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-22]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [completion:: 2024-04-22]
|
||||
- [x] 10:30 - 11:00 [[DataOps Refinement]] [[DataOps]] [completion:: 2024-04-22]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W17#^17i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-22
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-22
|
||||
>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-04-22
|
||||
>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-04-22
|
||||
>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-04-22)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 22
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-23
|
||||
journal-end-date: 2024-04-23
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-22|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W17|W17]] ⋮ [[Journal/cimt AG/2024/04/2024-04-24|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-23]
|
||||
- [-] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] nicht teilgenommen
|
||||
- [x] 14:00 - 15:00 [[InfraRisk und DataOps Aufgaben]] [[Christian Heese]] [completion:: 2024-04-23]
|
||||
- [x] 15:00 - 15:30 Absprache mit [[Leon Joshua von Pazottka-Lipinski]] bezüglich [[InfraRisk24]] [completion:: 2024-04-23]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W17#^17i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-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 2024-04-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 2024-04-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(2024-04-23)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 23
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-24
|
||||
journal-end-date: 2024-04-24
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-23|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W17|W17]] ⋮ [[Journal/cimt AG/2024/04/2024-04-25|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [-] 09:00 - 09:30 [[Spark Betrieb]] [[InfraRisk24]] [cancelled:: 2024-04-23]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [completion:: 2024-04-24]
|
||||
- [x] 15:30 - 16:00 [[CIP020 SAP - GCP Cortex Framework]] Löschen der Resourcen [completion:: 2024-04-24]
|
||||
- [-] 17:00 - 17:30 [[InfraRisk24]] Abstimmung UAT Deployment [cancelled:2024-04-24]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W17#^17i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-24
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-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-04-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-04-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-04-24)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 24
|
||||
```
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-25
|
||||
journal-end-date: 2024-04-25
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-24|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W17|W17]] ⋮ [[Journal/cimt AG/2024/04/2024-04-26|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:45 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-25]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [completion:: 2024-04-25]
|
||||
- [x] 10:30 - 11:00 Gespräch mit [[Christian Heese]] [completion:: 2024-04-25]
|
||||
- [x] 14:00 - 14:30 [[Zabbix Warnungen als Mail ans DataOps Postfach]] [completion:: 2024-04-25]
|
||||
- [x] 16:00 - 17:00 [[InfraRisk24]] Abstimmung Wechsel zur FI-TS [completion:: 2024-04-25]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W17#^17i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-25
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-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-04-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-04-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-04-25)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 25
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-26
|
||||
journal-end-date: 2024-04-26
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-25|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W17|W17]] ⋮ [[Journal/cimt AG/2024/04/2024-04-27|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 09:30 [[Spark Betrieb]] [[InfraRisk24]] [completion:: 2024-04-26]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [completion:: 2024-04-26]
|
||||
- [x] 10:30 - 10:45 [[DataOps]] [completion:: 2024-04-26]
|
||||
- [x] 11:30 - 12:00 [[ATT Review]] [[DataOps]] [completion:: 2024-04-26]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W17#^17i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-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-04-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-04-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-04-26)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 26
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-29
|
||||
journal-end-date: 2024-04-29
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-28|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q2|Q2]] › [[Journal/cimt AG/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W18|W18]] ⋮ [[Journal/cimt AG/2024/04/2024-04-30|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [-] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [cancelled:: 2024-04-22]
|
||||
- [-] 10:30 - 11:00 [[DataOps Refinement]] [cancelled::2024-04-22]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W18#^18i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-29
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-29
|
||||
>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-04-29
|
||||
>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-04-29
|
||||
>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-04-29)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 29
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-04-30
|
||||
journal-end-date: 2024-04-30
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/04/2024-04-29|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-04|04]] › [[Journal/cimt AG/2024/2024-W18|W18]] ⋮ [[Journal/cimt AG/2024/04/2024-05-01|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [completion:: 2024-04-30]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W18#^18i|Woche]] | [[2024-04#^04i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-04-30
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-04-30
|
||||
>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-04-30
|
||||
>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-04-30
|
||||
>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-04-30)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 30
|
||||
```
|
||||
@@ -0,0 +1,63 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-01
|
||||
journal-end-date: 2024-05-01
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-04-30|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W18|W18]] ⋮ [[Journal/cimt AG/2024/05/2024-05-02|❯❯]]
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W18#^18i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-01
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-01
|
||||
>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-05-01
|
||||
>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-05-01
|
||||
>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-05-01)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 01
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-02
|
||||
journal-end-date: 2024-05-02
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-01|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W18|W18]] ⋮ [[Journal/cimt AG/2024/05/2024-05-03|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-05-02]
|
||||
- [x] 10:30 - 12:00 [[2024-05-02 DataOps Retrospektive]] [completion:: 2024-05-02]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W18#^18i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-02
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-02
|
||||
>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-05-02
|
||||
>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-05-02
|
||||
>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-05-02)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 02
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-03
|
||||
journal-end-date: 2024-05-03
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-02|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W18|W18]] ⋮ [[Journal/cimt AG/2024/05/2024-05-04|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [[DataOps]] [completion:: 2024-05-03]
|
||||
- [x] 13:30 -14:00 [[Katharina Wirtz]] [completion:: 2024-05-03]
|
||||
- [x] 14:00 - 15:00 [[Vorstellung Aufgaben, Umfang, Ziel DataOps-Team]] [[Olaf Hein]] [completion:: 2024-05-03]
|
||||
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W18#^18i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-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-05-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-05-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-05-03)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 03
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-06
|
||||
journal-end-date: 2024-05-06
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-05|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W19|W19]] ⋮ [[Journal/cimt AG/2024/05/2024-05-07|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-05-06]
|
||||
- [x] 10:30 - 11:00 [[DataOps Refinement]] [completion:: 2024-05-06]
|
||||
- [x] 11:00 - 13:15 Jenkins Job Konfiguration [[DataOps]] [completion:: 2024-05-06]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W19#^19i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-06
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-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-05-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-05-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-05-06)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 06
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-07
|
||||
journal-end-date: 2024-05-07
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-06|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W19|W19]] ⋮ [[Journal/cimt AG/2024/05/2024-05-08|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:00 [[DataOps Daily]] [completion:: 2024-05-07]
|
||||
- [x] 15:00 - 16:00 Texcelminions 2.0 [[DataOps]] [completion:: 2024-05-07]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W19#^19i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-07
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-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-05-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-05-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-05-07)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 07
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-08
|
||||
journal-end-date: 2024-05-08
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-07|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W19|W19]] ⋮ [[Journal/cimt AG/2024/05/2024-05-09|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-05-08]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W19#^19i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-08
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-08
|
||||
>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-05-08
|
||||
>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-05-08
|
||||
>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-05-08)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 08
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-10
|
||||
journal-end-date: 2024-05-10
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-09|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W19|W19]] ⋮ [[Journal/cimt AG/2024/05/2024-05-11|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-05-10]
|
||||
- [x] 11:00 - 12:00 Skillmatrix - Arbeit fortsetzen [[Thomas Lokajzcyk]] [completion:: 2024-05-10]
|
||||
- [x] 13:00 - 14:00 [[AWS Gilde]] [completion:: 2024-05-10]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W19#^19i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-10
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-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-05-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-05-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-05-10)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 10
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-13
|
||||
journal-end-date: 2024-05-13
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-12|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W20|W20]] ⋮ [[Journal/cimt AG/2024/05/2024-05-14|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-05-13]
|
||||
- [x] 10:30 - 11:00 [[DataOps Refinement]] [completion:: 2024-05-13]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W20#^20i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-13
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-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-05-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-05-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-05-13)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 13
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-14
|
||||
journal-end-date: 2024-05-14
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-13|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W20|W20]] ⋮ [[Journal/cimt AG/2024/05/2024-05-15|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-05-14]
|
||||
- [x] 11:00 - 13:00 UC Testexcel [[Stefan Poschenrieder]] [completion:: 2024-05-14]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W20#^20i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-14
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-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-05-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-05-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-05-14)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 14
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-15
|
||||
journal-end-date: 2024-05-15
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-14|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W20|W20]] ⋮ [[Journal/cimt AG/2024/05/2024-05-16|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-05-15]
|
||||
- [x] 15:00 - 16:00 Abstimmung zur Abgrenzung zu IT1 / Verantwortungsbereiche [completion:: 2024-05-15]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W20#^20i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-15
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-15
|
||||
>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-05-15
|
||||
>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-05-15
|
||||
>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-05-15)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 15
|
||||
```
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-16
|
||||
journal-end-date: 2024-05-16
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-15|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W20|W20]] ⋮ [[Journal/cimt AG/2024/05/2024-05-17|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:15 - 10:00 [[Entwicklungs-Daily]] [completion:: 2024-05-16]
|
||||
- [x] 10:00 - 1030 [[DataOps Daily]] [completion:: 2024-05-16]
|
||||
- [x] 10:30 - 12:00 Review mit [[Thomas Lokajzcyk]] [completion:: 2024-05-16]
|
||||
- [x] 13:00 - 14:30 Review mit [[Thomas Lokajzcyk]] [completion:: 2024-05-16]
|
||||
- [-] 16:00 - 17:00 Rollout Jenkins Testumgebung [[Stefan Poschenrieder]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W20#^20i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-16
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-16
|
||||
>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-05-16
|
||||
>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-05-16
|
||||
>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-05-16)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 16
|
||||
```
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-17
|
||||
journal-end-date: 2024-05-17
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-16|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W20|W20]] ⋮ [[Journal/cimt AG/2024/05/2024-05-18|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[2024-05-17 Lightning Talks]] [completion:: 2024-05-17]
|
||||
- [-] 10:00 - 10:30 [[DataOps Daily]]
|
||||
- [-] 11:00 - 12:00 [[DataOps]] Skillmatrix - Arbeit fortsetzen
|
||||
- [x] 11:30 - 12:00 [[ATT Review]] [completion:: 2024-05-17]
|
||||
- [x] 12:00 - 12:30 Technischer Review von DataOps-Stories [completion:: 2024-05-17]
|
||||
- [x] 14:00 - 15:00 Rollout Jenkins Testumgebung [[Stefan Poschenrieder]] [completion:: 2024-05-17]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W20#^20i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-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-05-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-05-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-05-17)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 17
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-21
|
||||
journal-end-date: 2024-05-21
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-20|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W21|W21]] ⋮ [[Journal/cimt AG/2024/05/2024-05-22|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-05-21]
|
||||
- [x] 10:30 - 10:45 [[DataOps Refinement]] [completion:: 2024-05-21]
|
||||
- [x] 10:45 - 12:30 Jenkins Testumgebung [[Kuno Ospald]] [[Stefan Poschenrieder]] [completion:: 2024-05-21]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W21#^21i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-21
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-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-05-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-05-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-05-21)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 21
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-22
|
||||
journal-end-date: 2024-05-22
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-21|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W21|W21]] ⋮ [[Journal/cimt AG/2024/05/2024-05-23|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:45 [[DataOps Daily]] [completion:: 2024-05-22]
|
||||
- [x] 10:45 - 11:00 Review Python Installationsskript [completion:: 2024-05-22]
|
||||
- [x] 11:00 - 11:30 [[Exasol SKP Austausch]] [completion:: 2024-05-22]
|
||||
- [x] 15:00 - 16:15 [[Texcelminions2.0]] [completion:: 2024-05-22]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W21#^21i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-22
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-22
|
||||
>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-05-22
|
||||
>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-05-22
|
||||
>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-05-22)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 22
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-23
|
||||
journal-end-date: 2024-05-23
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-22|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W21|W21]] ⋮ [[Journal/cimt AG/2024/05/2024-05-24|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [-] 09:15 - 10:00 [[Entwicklungs-Daily]]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-05-23]
|
||||
- [x] 11:00 - 11:30 Technischer Review von DataOps-Stories [completion:: 2024-05-23]
|
||||
- [x] 11:30 - 12:30 TestExcelProzess-Diagramm Abstimmung [completion:: 2024-05-23]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W21#^21i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-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 2024-05-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 2024-05-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(2024-05-23)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 23
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-24
|
||||
journal-end-date: 2024-05-24
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-23|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W21|W21]] ⋮ [[Journal/cimt AG/2024/05/2024-05-25|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-05-24]
|
||||
- [-] 10:30 - 11:15 [[DataOps Review]]
|
||||
- [x] 11:30 - 12:00 Anlegen RTDD [completion:: 2024-05-24]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W21#^21i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-24
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-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-05-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-05-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-05-24)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 24
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-27
|
||||
journal-end-date: 2024-05-27
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-26|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W22|W22]] ⋮ [[Journal/cimt AG/2024/05/2024-05-28|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-05-27]
|
||||
- [x] 10:30 - 11:00 [[DataOps Refinement]] [completion:: 2024-05-27]
|
||||
- [x] 14:00 - 15:00 [[Texcelminions2.0]] [completion:: 2024-05-27]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W22#^22i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-27
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-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-05-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-05-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-05-27)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 27
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-28
|
||||
journal-end-date: 2024-05-28
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-27|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W22|W22]] ⋮ [[Journal/cimt AG/2024/05/2024-05-29|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 17:00 SKP Onsite [[DataOps]] [completion:: 2024-05-28]
|
||||
- [x] 18:00 - 22:00 Abend-Event [completion:: 2024-05-28]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W22#^22i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-28
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-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-05-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-05-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-05-28)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 28
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-29
|
||||
journal-end-date: 2024-05-29
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-28|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W22|W22]] ⋮ [[Journal/cimt AG/2024/05/2024-05-30|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 16:30 SKP Onsite [[DataOps]] [completion:: 2024-05-29]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W22#^22i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-29
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-29
|
||||
>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-05-29
|
||||
>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-05-29
|
||||
>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-05-29)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 29
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-30
|
||||
journal-end-date: 2024-05-30
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-29|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W22|W22]] ⋮ [[Journal/cimt AG/2024/05/2024-05-31|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:15 - 10:00 [[Entwicklungs-Daily]] [completion:: 2024-05-30]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-05-30]
|
||||
- [x] 11:00 - 11:30 [[DataOps Review]] [completion:: 2024-05-30]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W22#^22i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-30
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-30
|
||||
>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-05-30
|
||||
>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-05-30
|
||||
>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-05-30)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 30
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-05-31
|
||||
journal-end-date: 2024-05-31
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/05/2024-05-30|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q2|Q2]] › [[Journal/Privat/2024/2024-05|05]] › [[Journal/cimt AG/2024/2024-W22|W22]] ⋮ [[Journal/cimt AG/2024/05/2024-06-01|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-05-31]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W22#^22i|Woche]] | [[2024-05#^05i|Monat]] | [[2024-Q2#^q2i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-05-31
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-05-31
|
||||
>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-05-31
|
||||
>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-05-31
|
||||
>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-05-31)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 31
|
||||
```
|
||||
@@ -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
|
||||
```
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user