vault backup: 2026-04-01 17:35:38
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
---
|
||||
weight: 100.8
|
||||
meditation: true
|
||||
pushUps: 20
|
||||
plank: 90
|
||||
journal: Privat daily
|
||||
journal-date: 2026-04-01
|
||||
journal-start-date: 2026-04-01
|
||||
journal-end-date: 2026-04-01
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2026-W14#^14i|Woche]] | [[2026-04#^04i|Monat]] | [[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-04-01
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-04-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 2026-04-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 2026-04-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(2026-04-01)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 01
|
||||
```
|
||||
@@ -10,7 +10,7 @@ journal-end-date: 2026-03-31
|
||||
```
|
||||
|
||||
> ## Monats Ziele - [[2026-03|März]]
|
||||
> - [ ] [[Einführung von SMART Zielen im Obsidian Workflow]]
|
||||
> - [x] [[Einführung von SMART Zielen im Obsidian Workflow]] [completion:: 2026-04-01]
|
||||
>^03i
|
||||
|
||||
#### [[2026-Q1#^q1i|Quartal]] | [[2026#^2026i|Jahr]]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
work_office: true
|
||||
journal: cimt daily
|
||||
journal-date: 2026-04-01
|
||||
journal-start-date: 2026-04-01
|
||||
@@ -11,7 +11,7 @@ journal-end-date: 2026-04-01
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-04-01]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ journal-start-date: 2026-04-01
|
||||
>
|
||||
> - [ ] [[Rezertifizierung Google Cloud Developer]] #process/goal
|
||||
> - [ ] [[KI ersetzt nicht DevOps]] überarbeitet #process/goal
|
||||
> - [ ] [[Hoyer Managed Services Starterpaket]] #process/goal
|
||||
> ^04i
|
||||
|
||||
#### [[2026-Q2#^q2i|Quartal]] | [[2026#^2026i|Jahr]]
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
journal: cimt quarterly
|
||||
journal-date: 2026-04-01
|
||||
journal-start-date: 2026-04-01
|
||||
journal-end-date: 2026-06-30
|
||||
---
|
||||
```calendar-nav
|
||||
```
|
||||
```calendar-timeline
|
||||
```
|
||||
---
|
||||
|
||||
>### Quartal 2 Ziele ^q2i
|
||||
|
||||
---
|
||||
|
||||
## Aufgaben
|
||||
> [!examples]- Backlog
|
||||
>```tasks
|
||||
>not done
|
||||
>no scheduled date
|
||||
>no start date
|
||||
>no due date
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Journal\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>starts on or before 2026-07-01
|
||||
>has start date
|
||||
>no scheduled date
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!hint]- Geplante Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>scheduled 2026-04-01 2026-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(2026-04-01) AND completion < date(2026-07-01)
|
||||
>SORT completion, start
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month >= 04 AND birthday.month <= 06
|
||||
SORT birthday.month, birthday.day
|
||||
```
|
||||
@@ -7,7 +7,7 @@ journal-end-date: 2026-03-08
|
||||
```calendar-timeline
|
||||
```
|
||||
> ### Woche [[2026-W10|10]] Ziele
|
||||
>- [ ] [[KI ersetzt nicht DevOps]] in Sharepoint abgelegt #process/goal
|
||||
>- [>] [[KI ersetzt nicht DevOps]] in Sharepoint abgelegt #process/goal
|
||||
>- [x] [[Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt]] #process/goal [completion:: 2026-03-05]
|
||||
> - [x] [[Cosnova]] Ticket bearbeitet #process/goal [completion:: 2026-03-04]
|
||||
^10i
|
||||
|
||||
@@ -7,8 +7,8 @@ journal-end-date: 2026-03-15
|
||||
```calendar-timeline
|
||||
```
|
||||
> ### Woche [[2026-W11|11]] Ziele
|
||||
> - [x] [[Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt]] [completion:: 2026-03-10]
|
||||
> - [x] [[Kong Gateway Erneuerung SSL Zertifikat]] [completion:: 2026-03-13]
|
||||
> - [x] [[Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt]] [completion:: 2026-03-10] #process/goal
|
||||
> - [x] [[Kong Gateway Erneuerung SSL Zertifikat]] [completion:: 2026-03-13] #process/goal
|
||||
^11i
|
||||
|
||||
#### [[2026-03#^03i|Monat]] |[[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
@@ -7,8 +7,8 @@ journal-end-date: 2026-03-22
|
||||
```calendar-timeline
|
||||
```
|
||||
> ### Woche [[2026-W12|12]] Ziele
|
||||
> - [x] [[Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt]] [completion:: 2026-03-16]
|
||||
> - [x] VPN Zugang für Hartje überprüft [completion:: 2026-03-16]
|
||||
> - [x] [[Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt]] [completion:: 2026-03-16] #process/goal
|
||||
> - [x] VPN Zugang für Hartje überprüft [completion:: 2026-03-16] #process/goal
|
||||
^12i
|
||||
|
||||
#### [[2026-03#^03i|Monat]] |[[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
@@ -7,7 +7,7 @@ journal-end-date: 2026-03-29
|
||||
```calendar-timeline
|
||||
```
|
||||
> ### Woche [[2026-W13|13]] Ziele
|
||||
> - [x] [[Hoyer Managed Service Kickoff-Meeting]] [completion:: 2026-03-25]
|
||||
> - [x] [[Hoyer Managed Service Kickoff-Meeting]] [completion:: 2026-03-25] #process/goal
|
||||
^13i
|
||||
|
||||
#### [[2026-03#^03i|Monat]] |[[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
@@ -7,10 +7,7 @@ journal-end-date: 2026-04-05
|
||||
```calendar-timeline
|
||||
```
|
||||
> ### Woche [[2026-W14|14]] Ziele
|
||||
> - Berufliche Ziele
|
||||
> ---
|
||||
> - Erledigtes
|
||||
> ---
|
||||
> - [ ] Vorbereitung Übernahme Rufbereitschaft abgeschlossen #process/goal [due:: 2026-04-02] [start:: 2026-03-30]
|
||||
^14i
|
||||
|
||||
#### [[2026-03#^03i|Monat]] |[[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
Reference in New Issue
Block a user