vault backup: 2026-02-17 17:35:33
This commit is contained in:
@@ -17,4 +17,4 @@ tags:
|
||||
|
||||
- [x] Anfrage Deutsche Bahn von Vera Böing beantwortet [start:: 2026-01-16] [due:: 2026-01-16] [completion:: 2026-01-16]
|
||||
- [x] Profil anpassen mit Erwaähnung von ActiveMQ [start:: 2026-01-16] [due:: 2026-01-16] [completion:: 2026-01-16]
|
||||
- [ ] Antwort von Deutsche Bahn erhalten [start:: 2026-01-16] [scheduled:: 2026-02-16] [due:: 2026-02-16]
|
||||
- [x] Antwort von Deutsche Bahn erhalten [start:: 2026-01-16] [scheduled:: 2026-02-17] [due:: 2026-02-16] [completion:: 2026-02-17]
|
||||
|
||||
@@ -0,0 +1,63 @@
|
||||
---
|
||||
status: Aktiv
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Einarbeitung Managed Service Team
|
||||
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Goal::
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'Einarbeitung Managed Service Team'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'Einarbeitung Managed Service Team'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Einarbeitung Managed Service Team'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('Einarbeitung Managed Service Team').file.inlinks.where(t => { const mt = dv.page(t.path); return mt.tags?.includes('process/task') && mt.status === 'In Arbeit'}); if (aufgaben.length > 0) { dv.header(4, aufgaben.length > 1 ? "Aufgaben" : "Aufgabe"); dv.list(aufgaben) }`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
- https://bervl1grf:3000/
|
||||
- https://gitea:3000/
|
||||
- https://bersl1pv2:8006/#v1:0:=qemu%2F5113:4:::::7::
|
||||
|
||||
`\\BERSN1FS2\Support\technik\kunde\KeePass\Outtasking.kdbx`
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## 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
|
||||
]
|
||||
}));
|
||||
```
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Frank Füllbier]], [[Marcel Kuszak]], [[Bastian Liesigk]], [[Christian Kiltz]]
|
||||
Related Projects::
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
SORT file.name DESC
|
||||
LIMIT 20
|
||||
```
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Frank Füllbier]], [[Christian Kiltz]], [[Kai Swenson]], [[Bastian Liesigk]], [[Marcel Kuszak]], [[Peter-Christian Quint]]
|
||||
Related Projects::
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
SORT file.name DESC
|
||||
LIMIT 20
|
||||
```
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -44,7 +44,7 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
- [x] [[Frank Füllbier]] konkreten Text-Vorschlag für Jahresziel senden [start:: 2025-03-06] [scheduled:: 2025-03-13] [due:: 2025-03-17] [completion:: 2025-03-20]
|
||||
- [x] Blog Post schreiben [completion:: 2025-12-15]
|
||||
- [x] Blog Post an [[Frank Füllbier]] und [[Stefanie Pelster]] senden zum Review [completion:: 2025-12-15]
|
||||
- [ ] Rücksprache mit [[Ann-Kristin Hantzsch-Kühnlenz]] #process/task [start:: 2026-02-16] [scheduled:: 2026-02-16]
|
||||
- [x] Rücksprache mit [[Ann-Kristin Hantzsch-Kühnlenz]] #process/task [start:: 2026-02-16] [scheduled:: 2026-02-17] [completion:: 2026-02-17]
|
||||
## 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);
|
||||
|
||||
@@ -30,7 +30,7 @@ Die Übernahme der Komponenten ist möglich.
|
||||
|
||||
## Aufgaben
|
||||
- [x] Aufgabe von [[Oliver Fromm]] - Überprüfung auf Übernahme der Komponenten [start:: 2026-01-12] [completion:: 2026-01-12]
|
||||
- [ ] Ausgang der Gespräche von [[Oliver Fromm]] und Talend abwarten #process/task [start:: 2026-01-12] [scheduled:: 2026-02-16] [due:: 2026-02-16]
|
||||
- [ ] Ausgang der Gespräche von [[Oliver Fromm]] und Talend abwarten #process/task [start:: 2026-01-12] [due:: 2026-03-30]
|
||||
|
||||
|
||||
## Offene Aufgaben
|
||||
|
||||
@@ -54,3 +54,9 @@ ollama run marco/em_german_mistral_v01 "Bitte gebe mir eine Begründung warum KI
|
||||
6. Ethik und Fairness: Bei der Entwicklung von KI für DevOps müssen ethische Fragen berücksichtigt werden, wie z.B. die Vorurteile, die Algorithmen beinhalten können oder die Verantwortlichkeit bei Fehlern. Diese Aspekte können in der Softwareentwicklung eine Rolle spielen und erfordern menschliches Eingreifen zur Bewältigung.
|
||||
|
||||
Zusammenfassend lässt sich sagen, dass KI zwar viele Prozesse in der Softwareentwicklung automatisieren kann, aber nicht immer ein vollständiger Ersatz für menschliche Intuition und Entscheidungsfindung ist. In bestimmten Szenarien kann sie jedoch eine wertvolle Unterstützung bieten.
|
||||
|
||||
|
||||
## Aufgaben
|
||||
- [ ] Zusendung des Blogeintrags an [[Ann-Kristin Hantzsch-Kühnlenz]] inklusive der Anmerkungen von [[Stefanie Pelster]] #process/task [start:: 2026-02-17] [scheduled:: 2026-02-18] [due:: 2026-03-30]
|
||||
- [ ] Review des Eintrags mit KI #process/task [start:: 2026-02-17] [due:: 2026-02-24]
|
||||
- [ ] Einbindung von Bildern in den Beitrag #process/task [start:: 2026-02-17] [due:: 2026-02-24]
|
||||
|
||||
@@ -15,6 +15,14 @@ company: "[[cimt objects AG]]"
|
||||
location: Hamburg
|
||||
manager: "[[Rouven Homann]]"
|
||||
interactions:
|
||||
- date: 2026-02-17
|
||||
text: |-
|
||||
Teams-Gespräch bezüglich Blogeintrag:
|
||||
- Gibt es Bilder zum Text
|
||||
- ChatGPT zum Review des Textes
|
||||
- Zusenden des Eintrags inklusiver der Anmerkungen von Stefanie Pelster
|
||||
- date: 2026-02-16
|
||||
text: Teams-Nachricht erhalten mit Bitte um Termineinladung mit Grund für Gespräch
|
||||
- date: 2025-12-04
|
||||
text: Vorstellungsmail erhalten
|
||||
tags:
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
---
|
||||
weight: 98.6
|
||||
meditation: true
|
||||
pushUps: 20
|
||||
plank: 60
|
||||
journal: Privat daily
|
||||
journal-date: 2026-02-17
|
||||
journal-start-date: 2026-02-17
|
||||
journal-end-date: 2026-02-17
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
@@ -5,14 +15,14 @@
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[<% tp.date.now("YYYY-[W]WW", 0, tp.file.title, "YYYY-MM-DD")%>#^<% tp.date.now("WW", 0, tp.file.title, "YYYY-MM-DD")%>i|Woche]] | [[<%tp.date.now("YYYY-MM", 0, tp.file.title, "YYYY-MM-DD")%>#^<%tp.date.now("MM", 0, tp.file.title, "YYYY-MM-DD")%>i|Monat]] | [[<%tp.date.now("YYYY-[Q]Q", 0, tp.file.title, "YYYY-MM-DD")%>#^q<%tp.date.now("Q", 0, tp.file.title, "YYYY-MM-DD")%>i|Quartal]] | [[<%tp.date.now("YYYY", 0, tp.file.title, "YYYY-MM-DD")%>## Jahresziele|Jahr]]
|
||||
##### [[2026-W08#^08i|Woche]] | [[2026-02#^02i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on <% tp.file.title %>
|
||||
>happens on 2026-02-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
@@ -20,7 +30,7 @@
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before <% tp.file.title %>
|
||||
>happens before 2026-02-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
@@ -29,7 +39,7 @@
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due on <% tp.file.title %>
|
||||
>due on 2026-02-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
@@ -38,7 +48,7 @@
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before <% tp.file.title %>
|
||||
>due before 2026-02-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
@@ -47,12 +57,12 @@
|
||||
>```dataview
|
||||
>TASK
|
||||
>FROM !"Resources/Templates"
|
||||
>WHERE completed AND completion = date(<% tp.file.title %>)
|
||||
>WHERE completed AND completion = date(2026-02-17)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = <% moment(tp.file.title,'YYYY-MM-DD').format("MM") %> AND birthday.day = <% moment(tp.file.title,'YYYY-MM-DD').format("DD") %>
|
||||
WHERE birthday.month = 02 AND birthday.day = 17
|
||||
```
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
work_office: true
|
||||
journal: cimt daily
|
||||
journal-date: 2026-02-17
|
||||
journal-start-date: 2026-02-17
|
||||
@@ -11,7 +11,9 @@ journal-end-date: 2026-02-17
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:30 - 11:30 Jahres-Feedbackgespräch [[Frank Füllbier]]
|
||||
- [x] 08:30 - 09:00 Rückfrage zum Blogeintrag [[KI ersetzt nicht DevOps]] mit [[Ann-Kristin Hantzsch-Kühnlenz]] [completion:: 2026-02-17]
|
||||
- [x] 09:30 - 11:30 Jahres-Feedbackgespräch [[Frank Füllbier]] [completion:: 2026-02-17]
|
||||
- [x] 11:45 - 12:00 [[TiBuCi]] Stand-Up [completion:: 2026-02-17]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
@@ -1,19 +1,28 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-02-18
|
||||
journal-start-date: 2026-02-18
|
||||
journal-end-date: 2026-02-18
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:35 - 10:00 [[Daily - Talend Pipeline]]
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[<% tp.date.now("YYYY-[W]WW", 0, tp.file.title, "YYYY-MM-DD")%>#^<% tp.date.now("WW", 0, tp.file.title, "YYYY-MM-DD")%>i|Woche]] | [[<%tp.date.now("YYYY-MM", 0, tp.file.title, "YYYY-MM-DD")%>#^<%tp.date.now("MM", 0, tp.file.title, "YYYY-MM-DD")%>i|Monat]] | [[<%tp.date.now("YYYY-[Q]Q", 0, tp.file.title, "YYYY-MM-DD")%>#^q<%tp.date.now("Q", 0, tp.file.title, "YYYY-MM-DD")%>i|Quartal]] | [[<%tp.date.now("YYYY", 0, tp.file.title, "YYYY-MM-DD")%>## Jahresziele|Jahr]]
|
||||
##### [[Journal/cimt AG/2026/2026-02#^02i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on <% tp.file.title %>
|
||||
>happens on 2026-02-18
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
@@ -21,7 +30,7 @@
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before <% tp.file.title %>
|
||||
>happens before 2026-02-18
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
@@ -30,7 +39,7 @@
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due on <% tp.file.title %>
|
||||
>due on 2026-02-18
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
@@ -39,7 +48,7 @@
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before <% tp.file.title %>
|
||||
>due before 2026-02-18
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
@@ -48,12 +57,12 @@
|
||||
>```dataview
|
||||
>TASK
|
||||
>FROM !"Resources/Templates"
|
||||
>WHERE completed AND completion = date(<% tp.file.title %>)
|
||||
>WHERE completed AND completion = date(2026-02-18)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = <% moment(tp.file.title,'YYYY-MM-DD').format("MM") %> AND birthday.day = <% moment(tp.file.title,'YYYY-MM-DD').format("DD") %>
|
||||
WHERE birthday.month = 02 AND birthday.day = 18
|
||||
```
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-02-19
|
||||
journal-start-date: 2026-02-19
|
||||
journal-end-date: 2026-02-19
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 11:45 - 12:00 [[TiBuCi]] Stand-Up
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2026/2026-02#^02i|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-02-19
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-02-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-02-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-02-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-02-19)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 02 AND birthday.day = 19
|
||||
```
|
||||
@@ -11,6 +11,7 @@ journal-end-date: 2026-02-20
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 10:00 - 11:30 [[2026-02-20 Lightning Talks]]
|
||||
|
||||
## Ziele
|
||||
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-03-05
|
||||
journal-start-date: 2026-03-05
|
||||
journal-end-date: 2026-03-05
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 15:00 - 15:45 [[cimt 1st- & 2nd-Level Support Monthly]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[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-05
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-03-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 2026-03-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 2026-03-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(2026-03-05)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 05
|
||||
```
|
||||
@@ -11,6 +11,7 @@ journal-end-date: 2026-03-20
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 10:00 - 12:00 [[Mitarbeitenden-Treffen Berlin]]
|
||||
- [ ] 10:00 - 11:30 [[2026-03-20 Lightning Talks]]
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ work_office: false
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
@@ -1,59 +0,0 @@
|
||||
---
|
||||
work_hours: 0
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
> ## Monats Ziele - [[<% tp.file.title %>|<%tp.date.now("MMMM", 0, tp.file.title, "YYYY-MM")%>]]
|
||||
> 1. Objective one
|
||||
> 2. Objective two
|
||||
> 3. Objective three ^<% tp.date.now("MM", 0, tp.file.title, "YYYY-MM")%>i
|
||||
|
||||
#### [[<%tp.date.now("YYYY-[Q]Q", 0, tp.file.title, "YYYY-MM")%>#^q<%tp.date.now("Q", 0, tp.file.title, "YYYY-MM")%>i|Quartal]] | [[<%tp.date.now("YYYY", 0, tp.file.title, "YYYY-MM")%>#^<%tp.date.now("YYYY", 0, tp.file.title, "YYYY-MM")%>i|Jahr]]
|
||||
|
||||
## 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 /^Übersicht\/.*/
|
||||
>path regex does not match /^Journal\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>starts on or before <% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM") %>-01
|
||||
>has start date
|
||||
>no scheduled date
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>path regex does not match /^Journal\/.*/
|
||||
>```
|
||||
|
||||
> [!hint]- Geplante Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>scheduled <% tp.date.now("YYYY-MM", 0, tp.file.title, "YYYY-MM") %>-01 <% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM") %>-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(<% tp.date.now("YYYY-MM", 0, tp.file.title, "YYYY-MM") %>-01) AND completion < date(<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM") %>-01)
|
||||
>SORT completion, start
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = <% moment(tp.file.title,'YYYY-MM').format("MM") %>
|
||||
SORT birthday.day
|
||||
```
|
||||
@@ -1,53 +0,0 @@
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
>### Quartal <% tp.date.now("Q", 0, tp.file.title, "YYYY-[Q]Q") %> Ziele ^q<% tp.date.now("Q", 0, tp.file.title, "YYYY-[Q]Q") %>i
|
||||
|
||||
---
|
||||
|
||||
## 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 /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>starts on or before <% tp.date.now("YYYY-MM-DD", "P+3M", tp.file.title, "YYYY-[Q]Q") %>
|
||||
>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 <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-[Q]Q") %> <% tp.date.now("YYYY-MM-DD", "P+3M", tp.file.title, "YYYY-[Q]Q") %>
|
||||
>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(<% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-[Q]Q") %>) AND completion < date(<% tp.date.now("YYYY-MM-DD", "P+3M", tp.file.title, "YYYY-[Q]Q") %>)
|
||||
>SORT completion, start
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month >= <% tp.date.now("MM", 0, tp.file.title, "YYYY-[Q]Q") %> AND birthday.month <= <% tp.date.now("MM", "P+2M", tp.file.title, "YYYY-[Q]Q") %>
|
||||
SORT birthday.month, birthday.day
|
||||
```
|
||||
@@ -1,55 +0,0 @@
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
#### [[<%tp.date.now("YYYY-MM", 0, tp.file.title, "YYYY-[W]WW")%>#^<%tp.date.now("MM", 0, tp.file.title, "YYYY-[W]WW")%>i|Monat]] |[[<%tp.date.now("YYYY-[Q]Q", 0, tp.file.title, "YYYY-[W]WW")%>#^q<%tp.date.now("Q", 0, tp.file.title, "YYYY-[W]WW")%>i|Quartal]] | [[<%tp.date.now("YYYY", 0, tp.file.title, "YYYY-[W]WW")%>## Jahresziele|Jahr]]
|
||||
<%* tp.file.cursor() %>
|
||||
|
||||
## Aufgaben
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>(happens on or before <% tp.date.weekday("YYYY-MM-DD", 6, tp.file.title, "YYYY-[W]W") %>) AND NOT (scheduled <% tp.date.weekday("YYYY-MM-DD", 0, tp.file.title, "YYYY-[W]W") %> <% tp.date.weekday("YYYY-MM-DD", 6, tp.file.title, "YYYY-[W]W") %>)
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!hint]- Geplante Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>scheduled <% tp.date.weekday("YYYY-MM-DD", 0, tp.file.title, "YYYY-[W]W") %> <% tp.date.weekday("YYYY-MM-DD", 6, tp.file.title, "YYYY-[W]W") %>
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!done]- Erledigte Aufgaben
|
||||
>```dataview
|
||||
>TASK
|
||||
>WHERE completed AND completion >= date(<% tp.date.weekday("YYYY-MM-DD", 0, tp.file.title, "YYYY-[W]W") %>) AND completion < date(<% tp.date.weekday("YYYY-MM-DD", 7, tp.file.title, "YYYY-[W]W") %>)
|
||||
>```
|
||||
|
||||
## History
|
||||
|
||||
<%*
|
||||
Array.from(Array(7).keys()).map((i) => {
|
||||
date = tp.date.weekday("YYYY-MM-DD", i, tp.file.title, "YYYY-[W]W");
|
||||
year = tp.date.weekday("YYYY", i, tp.file.title, "YYYY-[W]W");
|
||||
month = tp.date.weekday("MM", i, tp.file.title, "YYYY-[W]W");
|
||||
tR += `### [[Journal/Messe München/${year}/${month}/${date}|${date}]]\n`;
|
||||
tR += `![[Journal/Messe München/${year}/${month}/${date}#Journal]]\n\n`;
|
||||
});
|
||||
%>
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month >= <% tp.date.weekday("MM", 0, tp.file.title, "YYYY-[W]W") %> AND birthday.day >= <% tp.date.weekday("DD", 0, tp.file.title, "YYYY-[W]W") %>
|
||||
WHERE birthday.month <= <% tp.date.weekday("MM", 7, tp.file.title, "YYYY-[W]W") %> AND birthday.day < <% tp.date.weekday("DD", 7, tp.file.title, "YYYY-[W]W") %>
|
||||
SORT birthday.day
|
||||
```
|
||||
|
||||
> [!note]- Erzeugte Notizen
|
||||
> ```dataview
|
||||
> LIST
|
||||
> WHERE file.cday >= date(<% tp.date.weekday("YYYY-MM-DD", 0, tp.file.title, "YYYY-[W]W") %>) AND file.cday < date(<% tp.date.weekday("YYYY-MM-DD", 6, tp.file.title, "YYYY-[W]W") %>)
|
||||
>```
|
||||
@@ -1,6 +0,0 @@
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
---
|
||||
## 🗓️ Wichtige Ereignisse
|
||||
|
||||
@@ -14,6 +14,7 @@ kanban-plugin: board
|
||||
|
||||
## Aktiv
|
||||
|
||||
- [ ] [[Einarbeitung Managed Service Team]]
|
||||
- [ ] [[Rezertifizierung Google Cloud Developer]]
|
||||
- [ ] [[TiBuCi]]
|
||||
- [ ] [[Einsatz nicht-Talend-eigener Komponenten]]
|
||||
|
||||
Reference in New Issue
Block a user