vault backup: 2026-03-17 18:59:42
This commit is contained in:
@@ -14,8 +14,8 @@ subtitle: Confluence
|
||||
|
||||
|
||||
## Aufgaben
|
||||
- [ ] Confluence Seiten überprpüft [scheduled:: 2026-03-17]
|
||||
- [ ] Apache Servicemix Confluence Seite erstellen [scheduled:: 2026-03-17]
|
||||
- [ ] Apache Camel Karavan Confluence Seite erstellen [scheduled:: 2026-03-17]
|
||||
- [ ] Spring Boot mit Camel Confluence Seite erstellen [scheduled:: 2026-03-17]
|
||||
- [ ] Confluence Seiten überprpüft [scheduled:: 2026-03-18]
|
||||
- [ ] Apache Servicemix Confluence Seite erstellen [scheduled:: 2026-03-18]
|
||||
- [ ] Apache Camel Karavan Confluence Seite erstellen [scheduled:: 2026-03-18]
|
||||
- [ ] Spring Boot mit Camel Confluence Seite erstellen [scheduled:: 2026-03-18]
|
||||
|
||||
|
||||
@@ -19,4 +19,4 @@ tags:
|
||||
- [x] [[Frank Füllbier]] um Erzeugung des Projektes gebeten [start:: 2026-02-27] [scheduled:: 2026-03-05] [completion:: 2026-03-05]
|
||||
- [x] GCP Container Registry für Tibuci aktivieren #process/task [start:: 2026-02-26] [scheduled:: 2026-03-09] [completion:: 2026-03-09]
|
||||
- [x] Bestehendes Image roars-report:0.0.1 in Container Registry ablegen #process/task [start:: 2026-02-26] [scheduled:: 2026-03-09] [completion:: 2026-03-09]
|
||||
- [ ] Laden des Image roars-report aus Container Registry #process/task [start:: 2026-02-26] [scheduled:: 2026-03-17]
|
||||
- [ ] Laden des Image roars-report aus Container Registry #process/task [start:: 2026-02-26] [scheduled:: 2026-03-18]
|
||||
|
||||
@@ -14,4 +14,4 @@ tags:
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] AD-Benutzer für alanta erhalten [start:: 2026-02-19] [scheduled:: 2026-03-13] [completion:: 2026-03-13]
|
||||
- [ ] RDP-Zugang erfolgreich getestet [start:: 2026-03-16] [scheduled:: 2026-03-17] [due:: 2026-03-20]
|
||||
- [ ] RDP-Zugang erfolgreich getestet [start:: 2026-03-16] [scheduled:: 2026-03-18] [due:: 2026-03-20]
|
||||
|
||||
@@ -13,5 +13,5 @@ tags:
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [ ] Benutzer-Account bei Enersuisse angelegt [start:: 2026-02-19] [scheduled:: 2026-03-17]
|
||||
- [ ] Benutzer-Account bei Enersuisse angelegt [start:: 2026-02-19] [scheduled:: 2026-03-18]
|
||||
- [ ] [[Marcel Kuszak]] fragt Ansprechpartner bei Enersuisse [start:: 2026-02-19] [scheduled:: 2026-03-24]
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
---
|
||||
tags:
|
||||
- process/task
|
||||
---
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
2 x Data Movement Gateway (PROD) im Betriebssystemcluster
|
||||
1 x Data Access Gateway (PROD)
|
||||
PostgreSQL (Test / PROD)
|
||||
TMC - Talend Data Fabric
|
||||
Clusterverbund mit 2 Remote Engines
|
||||
Clusterverbund mit 2 Runtimes
|
||||
## Unteraufgaben
|
||||
|
||||
- [ ] Einarbeitung Talend Data Fabric [start:: 2026-03-17] [scheduled:: 2026-03-18]
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
tags:
|
||||
- process/task
|
||||
reference:
|
||||
- "[[Hoyer SE]]"
|
||||
---
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [ ] Hoyer Managed Service Kickoff-Meeting
|
||||
@@ -8,5 +8,5 @@ tags:
|
||||
- [x] Benutzerinfo erhalten #process/task [start:: 2026-02-26] [scheduled:: 2026-03-04] [completion:: 2026-03-04]
|
||||
- [x] Einrichtung 2FA #process/task [start:: 2026-02-26] [scheduled:: 2026-03-04] [completion:: 2026-03-04]
|
||||
- [x] Einrichtung personalisierter Benutzer angestossen #process/task [start:: 2026-03-04] [scheduled:: 2026-03-05] [completion:: 2026-03-05]
|
||||
- [ ] Einrichtung der RDP und SSH Verbindungen auf Terminalserver #process/task [start:: 2026-03-04] [scheduled:: 2026-03-17]
|
||||
- [ ] Einrichtung der RDP und SSH Verbindungen auf Terminalserver #process/task [start:: 2026-03-04] [scheduled:: 2026-03-18]
|
||||
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
---
|
||||
tags:
|
||||
- cimt/customer
|
||||
- cimt/managed_services
|
||||
---
|
||||
## Aufgaben
|
||||
|
||||
## Offene Aufgaben
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/task')).where(p => dv.page(p.path).file.tasks.length != dv.page(p.path).file.tasks.where(t => t.fullyCompleted === true).length);
|
||||
|
||||
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
|
||||
]
|
||||
}));
|
||||
```
|
||||
|
||||
## Aufgaben
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/task'));
|
||||
|
||||
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
|
||||
]
|
||||
}));
|
||||
```
|
||||
@@ -5,4 +5,4 @@ tags:
|
||||
---
|
||||
|
||||
## Aufgaben
|
||||
- [ ] VPN Zugang erfolgreich eingerichtet [scheduled:: 2026-03-17]
|
||||
- [ ] VPN Zugang erfolgreich eingerichtet [scheduled:: 2026-03-18]
|
||||
|
||||
@@ -58,7 +58,7 @@ Zusammenfassend lässt sich sagen, dass KI zwar viele Prozesse in der Softwareen
|
||||
|
||||
## Aufgaben
|
||||
- [x] Zusendung des Blogeintrags an [[Ann-Kristin Hantzsch-Kühnlenz]] inklusive der Anmerkungen von [[Stefanie Pelster]] #process/task [start:: 2026-02-17] [scheduled:: 2026-02-20] [due:: 2026-03-30] [completion:: 2026-02-20]
|
||||
- [ ] Review des Eintrags mit KI #process/task [start:: 2026-02-17] [scheduled:: 2026-03-17] [due:: 2026-03-10]
|
||||
- [ ] Einbindung von Bildern in den Beitrag #process/task [start:: 2026-02-17] [scheduled:: 2026-03-17] [due:: 2026-03-10]
|
||||
- [ ] Ablage des Textes als Word-Dokument in Sharepoint [start:: 2026-02-20] [scheduled:: 2026-03-17] [due:: 2026-03-10]
|
||||
- [ ] Review des Eintrags mit KI #process/task [start:: 2026-02-17] [scheduled:: 2026-03-18] [due:: 2026-03-10]
|
||||
- [ ] Einbindung von Bildern in den Beitrag #process/task [start:: 2026-02-17] [scheduled:: 2026-03-18] [due:: 2026-03-10]
|
||||
- [ ] Ablage des Textes als Word-Dokument in Sharepoint [start:: 2026-02-20] [scheduled:: 2026-03-18] [due:: 2026-03-10]
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ CouchDB Testumgebung
|
||||
|
||||
## Aufgaben
|
||||
- [x] Ersetzen von Docker mit podman auf bervl1prr #process/task [start:: 2026-02-02] [scheduled:: 2026-02-16] [completion:: 2026-02-16]
|
||||
- [ ] Anwesenheitsbericht Dokumentation erstellen #process/task [scheduled:: 2026-03-17]
|
||||
- [ ] Anwesenheitsbericht Dokumentation erstellen #process/task [scheduled:: 2026-03-18]
|
||||
|
||||
## Offene Aufgaben
|
||||
```dataviewjs
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees::
|
||||
Related Projects::
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
SORT file.name DESC
|
||||
LIMIT 20
|
||||
```
|
||||
|
||||
## 🗓️Agenda
|
||||
>[!quote]
|
||||
>Essen und Trinken hält Leib und Seele zusammen.
|
||||
|
||||
Das wollen wir doch alle, oder?!
|
||||
Frei nach dem Motto: "Mit Familie, Freunden und Kollegen wird geteilt" bringt jeder etwas mit und wir genießen dann eine gemeinsame Mittagspause mit einer sehr variantenreichen Brotzeit.
|
||||
Lasst uns den Berlin Office Chat zum Koordinieren nutzen, damit wir nicht nur 25 Brötchen und eine Butter aber keine sonstigen Schmankerl haben.
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
weight: 100.4
|
||||
meditation: true
|
||||
pushUps: 20
|
||||
plank: 75
|
||||
journal: Privat daily
|
||||
journal-date: 2026-03-17
|
||||
journal-start-date: 2026-03-17
|
||||
journal-end-date: 2026-03-17
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2026-W12#^12i|Woche]] | [[2026-03#^03i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-03-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-03-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 2026-03-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 2026-03-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(2026-03-17)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 17
|
||||
```
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: true
|
||||
journal: cimt daily
|
||||
journal-date: 2026-03-17
|
||||
journal-start-date: 2026-03-17
|
||||
journal-end-date: 2026-03-17
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-03-17]
|
||||
- [x] 13:30 - 13:45 [[Tibuci Stand-Up]] [completion:: 2026-03-17]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2026/2026-W12#^12i|Woche]] | [[Journal/cimt AG/2026/2026-03#^03i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-03-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-03-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 2026-03-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 2026-03-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(2026-03-17)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 17
|
||||
```
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-03-18
|
||||
journal-start-date: 2026-03-18
|
||||
journal-end-date: 2026-03-18
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 12:15 - 12:45 [[Team Brotzeit]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2026/2026-W12#^12i|Woche]] | [[Journal/cimt AG/2026/2026-03#^03i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-03-18
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-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 2026-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 2026-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(2026-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,69 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-03-19
|
||||
journal-start-date: 2026-03-19
|
||||
journal-end-date: 2026-03-19
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 13:30 - 13:45 [[Tibuci Stand-Up]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2026/2026-W12#^12i|Woche]] | [[Journal/cimt AG/2026/2026-03#^03i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-03-19
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-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 2026-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 2026-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(2026-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,68 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-03-23
|
||||
journal-start-date: 2026-03-23
|
||||
journal-end-date: 2026-03-23
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2026/2026-W13#^13i|Woche]] | [[Journal/cimt AG/2026/2026-03#^03i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-03-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-03-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 2026-03-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 2026-03-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(2026-03-23)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 23
|
||||
```
|
||||
@@ -0,0 +1,70 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-03-24
|
||||
journal-start-date: 2026-03-24
|
||||
journal-end-date: 2026-03-24
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 13:30 - 13:45 [[Tibuci Stand-Up]]
|
||||
- [ ] 14:00 - 14:45 [[Hoyer Managed Service Kickoff-Meeting]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2026/2026-W13#^13i|Woche]] | [[Journal/cimt AG/2026/2026-03#^03i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-03-24
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-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 2026-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 2026-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(2026-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,69 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-03-25
|
||||
journal-start-date: 2026-03-25
|
||||
journal-end-date: 2026-03-25
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 09:30 - 12:00 [[Hoyer Managed Service Kickoff-Meeting]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2026/2026-W13#^13i|Woche]] | [[Journal/cimt AG/2026/2026-03#^03i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-03-25
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-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 2026-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 2026-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(2026-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
|
||||
```
|
||||
@@ -13,6 +13,7 @@ journal-end-date: 2026-03-26
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 10:00 - 10:30 2nd.-Level Managed Service Austausch
|
||||
- [ ] 13:30 - 13:45 [[Tibuci Stand-Up]]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
@@ -0,0 +1,76 @@
|
||||
---
|
||||
journal: cimt weekly
|
||||
journal-date: 2026-03-23
|
||||
journal-start-date: 2026-03-23
|
||||
journal-end-date: 2026-03-29
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
> ### Woche [[2026-W13|13]] Ziele
|
||||
> - Berufliche Ziele
|
||||
^13i
|
||||
|
||||
#### [[2026-03#^03i|Monat]] |[[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>(happens on or before 2026-03-29) AND NOT (scheduled 2026-03-23 2026-03-29)
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!hint]- Geplante Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>scheduled 2026-03-23 2026-03-29
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!done]- Erledigte Aufgaben
|
||||
>```dataview
|
||||
>TASK
|
||||
>WHERE completed AND completion >= date(2026-03-23) AND completion < date(2026-03-30)
|
||||
>```
|
||||
|
||||
## History
|
||||
|
||||
### 2026-03-23
|
||||
![[Journal/cimt AG/2026/03/2026-03-23#Journal]]
|
||||
|
||||
### 2026-03-24
|
||||
![[Journal/cimt AG/2026/03/2026-03-24#Journal]]
|
||||
|
||||
### 2026-03-25
|
||||
![[Journal/cimt AG/2026/03/2026-03-25#Journal]]
|
||||
|
||||
### 2026-03-26
|
||||
![[Journal/cimt AG/2026/03/2026-03-26#Journal]]
|
||||
|
||||
### 2026-03-27
|
||||
![[Journal/cimt AG/2026/03/2026-03-27#Journal]]
|
||||
|
||||
### 2026-03-28
|
||||
![[Journal/cimt AG/2026/03/2026-03-28#Journal]]
|
||||
|
||||
### 2026-03-29
|
||||
![[Journal/cimt AG/2026/03/2026-03-29#Journal]]
|
||||
|
||||
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month >= 03 AND birthday.day >= 23
|
||||
WHERE birthday.month <= 03 AND birthday.day < 30
|
||||
SORT birthday.day
|
||||
```
|
||||
|
||||
> [!note]- Erzeugte Notizen
|
||||
> ```dataview
|
||||
> LIST
|
||||
> WHERE file.cday >= date(2026-03-23) AND file.cday < date(2026-03-29)
|
||||
>```
|
||||
Reference in New Issue
Block a user