vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-02
|
||||
journal-end-date: 2024-09-02
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-01|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W36|W36]] ⋮ [[Journal/cimt AG/2024/09/2024-09-03|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-02]
|
||||
- [x] 10:30 - 11:00 [[DataOps Refinement]] [completion:: 2024-09-02]
|
||||
- [x] 11:30 - 12:00 [[ATT Review]] [completion:: 2024-09-02]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W36#^36i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-02
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-02)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 02
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-03
|
||||
journal-end-date: 2024-09-03
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-02|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W36|W36]] ⋮ [[Journal/cimt AG/2024/09/2024-09-04|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:15 - 10:00 [[Entwicklungs-Daily]] [completion:: 2024-09-03]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-03]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W36#^36i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-03)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 03
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-04
|
||||
journal-end-date: 2024-09-04
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-03|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W36|W36]] ⋮ [[Journal/cimt AG/2024/09/2024-09-05|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-04]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W36#^36i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-04
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-04)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 04
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-05
|
||||
journal-end-date: 2024-09-05
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-04|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W36|W36]] ⋮ [[Journal/cimt AG/2024/09/2024-09-06|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:15 - 10:00 [[Entwicklungs-Daily]] [completion:: 2024-09-05]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-05]
|
||||
- [x] 11:00 - 11:45 [[DataOps - Technischer Review]] [completion:: 2024-09-05]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W36#^36i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-05
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-05)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 05
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-06
|
||||
journal-end-date: 2024-09-06
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-05|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W36|W36]] ⋮ [[Journal/cimt AG/2024/09/2024-09-07|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-06]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W36#^36i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-06
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-06)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 06
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-09
|
||||
journal-end-date: 2024-09-09
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-08|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W37|W37]] ⋮ [[Journal/cimt AG/2024/09/2024-09-10|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-09]
|
||||
- [x] 10:30 - 11:00 [[DataOps Refinement]] [completion:: 2024-09-09]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W37#^37i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-09
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-09)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 09
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-10
|
||||
journal-end-date: 2024-09-10
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-09|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W37|W37]] ⋮ [[Journal/cimt AG/2024/09/2024-09-11|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-10]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W37#^37i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-10
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-10)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 10
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-11
|
||||
journal-end-date: 2024-09-11
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-10|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W37|W37]] ⋮ [[Journal/cimt AG/2024/09/2024-09-12|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-11]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W37#^37i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-11
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-11)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 11
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-12
|
||||
journal-end-date: 2024-09-12
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-11|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W37|W37]] ⋮ [[Journal/cimt AG/2024/09/2024-09-13|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-12]
|
||||
- [x] 11:00 - 11:30 [[DataOps - Technischer Review]] [completion:: 2024-09-12]
|
||||
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W37#^37i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-12
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-12)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 12
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-13
|
||||
journal-end-date: 2024-09-13
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-12|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W37|W37]] ⋮ [[Journal/cimt AG/2024/09/2024-09-14|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 08:30 - 09:30 PowerBi Dev Wartung [[Mark Kuschel]] [completion:: 2024-09-13]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-13]
|
||||
- [x] 13:00 - 15:00 Fotoshooting im Büro [completion:: 2024-09-13]
|
||||
- [x] 13:00 - 14:00 [[AWS Gilde]] [completion:: 2024-09-13]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W37#^37i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-13
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-13)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 13
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-16
|
||||
journal-end-date: 2024-09-16
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-15|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W38|W38]] ⋮ [[Journal/cimt AG/2024/09/2024-09-17|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-16]
|
||||
- [-] 10:30 - 11:00 [[DataOps Refinement]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W38#^38i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-16
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-16)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 16
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-17
|
||||
journal-end-date: 2024-09-17
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-16|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W38|W38]] ⋮ [[Journal/cimt AG/2024/09/2024-09-18|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:15 - 10:00 [[Entwicklungs-Daily]] [completion:: 2024-09-17]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-17]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W38#^38i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-17)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 17
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-18
|
||||
journal-end-date: 2024-09-18
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-17|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W38|W38]] ⋮ [[Journal/cimt AG/2024/09/2024-09-19|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-18]
|
||||
- [x] 10:30 - 11:45 [[2024-09-18 DataOps Retrospektive]] [completion:: 2024-09-18]
|
||||
- [x] 14:00 - 15:00 [[DataOps Review]] [completion:: 2024-09-18]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W38#^38i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-18
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-18)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 18
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-19
|
||||
journal-end-date: 2024-09-19
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-18|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W38|W38]] ⋮ [[Journal/cimt AG/2024/09/2024-09-20|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:15 - 10:00 [[Entwicklungs-Daily]] [completion:: 2024-09-19]
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-19]
|
||||
- [x] 12:00 - 12:30 Vorstellung Zabbix Dashboard von [[Martin Eichner]] [completion:: 2024-09-19]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W38#^38i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-19
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-19)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 19
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-20
|
||||
journal-end-date: 2024-09-20
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-19|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W38|W38]] ⋮ [[Journal/cimt AG/2024/09/2024-09-21|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[2024-09-20 Lightning Talks]] [completion:: 2024-09-20]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W38#^38i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-20
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-20)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 20
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-23
|
||||
journal-end-date: 2024-09-23
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-22|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W39|W39]] ⋮ [[Journal/cimt AG/2024/09/2024-09-24|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-23]
|
||||
- [x] 10:30 - 11:00 [[DataOps Refinement]] [completion:: 2024-09-23]
|
||||
- [x] 11:30 - 12:00 [[ATT Review]] [completion:: 2024-09-23]
|
||||
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W39#^39i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-23)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 23
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-24
|
||||
journal-end-date: 2024-09-24
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-23|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W39|W39]] ⋮ [[Journal/cimt AG/2024/09/2024-09-25|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-24]
|
||||
- [x] 13:00 - 16:00 iWHS Workshop [[DataOps]] [completion:: 2024-09-24]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W39#^39i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-24
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-24)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 24
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-25
|
||||
journal-end-date: 2024-09-25
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-24|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W39|W39]] ⋮ [[Journal/cimt AG/2024/09/2024-09-26|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-25]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W39#^39i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-25
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-25)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 25
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-26
|
||||
journal-end-date: 2024-09-26
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-25|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W39|W39]] ⋮ [[Journal/cimt AG/2024/09/2024-09-27|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-26]
|
||||
- [x] 11:00 - 11:30 [[DataOps - Technischer Review]] [completion:: 2024-09-26]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W39#^39i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-26)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 26
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2024-09-27
|
||||
journal-end-date: 2024-09-27
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2024/09/2024-09-26|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-09|09]] › [[Journal/cimt AG/2024/2024-W39|W39]] ⋮ [[Journal/cimt AG/2024/09/2024-09-28|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 10:30 [[DataOps Daily]] [completion:: 2024-09-27]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2024-W39#^39i|Woche]] | [[2024-09#^09i|Monat]] | [[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2024-09-27
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2024-09-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-09-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-09-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-09-27)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 27
|
||||
```
|
||||
Reference in New Issue
Block a user