diff --git a/Areas/cimt AG/Lightning Talks/2026-08-21 Lightning Talks.md b/Areas/cimt AG/Lightning Talks/2026-08-21 Lightning Talks.md new file mode 100644 index 0000000..15e9a62 --- /dev/null +++ b/Areas/cimt AG/Lightning Talks/2026-08-21 Lightning Talks.md @@ -0,0 +1,14 @@ +--- +tags: + - process/meeting + - event/lightning_talk +lightning_talks_orga: Hamburg +--- + +## 🗓️Agenda + +## 📤 Gewünschtes Ergebnis + +## 📝Notizen + +## ✔️ Aufgaben diff --git a/Areas/cimt AG/Managed Services/Aufgaben/Systemübersicht und -einführung Hagebau.md b/Areas/cimt AG/Managed Services/Aufgaben/Systemübersicht und -einführung Hagebau.md new file mode 100644 index 0000000..5f39243 --- /dev/null +++ b/Areas/cimt AG/Managed Services/Aufgaben/Systemübersicht und -einführung Hagebau.md @@ -0,0 +1,10 @@ +--- +reference: "[[Hagebau connect]]" +tags: + - process/task +--- +## Aufgabenbeschreibung + +## Überlegungen + +## Unteraufgaben diff --git a/Areas/cimt AG/Managed Services/Kunden/Hagebau connect.md b/Areas/cimt AG/Managed Services/Kunden/Hagebau connect.md new file mode 100644 index 0000000..e9cd242 --- /dev/null +++ b/Areas/cimt AG/Managed Services/Kunden/Hagebau connect.md @@ -0,0 +1,39 @@ +--- +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 + ] +})); +``` diff --git a/Journal/cimt AG/2026/08/2026-08-21.md b/Journal/cimt AG/2026/08/2026-08-21.md new file mode 100644 index 0000000..5fe0059 --- /dev/null +++ b/Journal/cimt AG/2026/08/2026-08-21.md @@ -0,0 +1,70 @@ +--- +work_home: false +work_office: true +journal: cimt daily +journal-date: 2026-08-21 +journal-start-date: 2026-08-21 +journal-end-date: 2026-08-21 +--- + +```calendar-timeline +``` + +## Journal +- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-08-21] +- [x] 10:00 - 11:30 [[2026-08-21 Lightning Talks]] [completion:: 2026-08-21] +- [x] 13:00 - 14:00 [[Systemübersicht und -einführung Hagebau]] [completion:: 2026-08-21] + +## Ziele + +##### [[Journal/cimt AG/2026/2026-W34#^34i|Woche]] | [[Journal/cimt AG/2026/2026-08#^08i|Monat]] | [[Journal/cimt AG/2026/2026-Q3#^q3i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-08-21 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-08-21 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!warning]- Heute fällig +>```tasks +>not done +>has due date +>due on 2026-08-21 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!error]- Überfällig +>```tasks +>not done +>has due date +>due before 2026-08-21 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!done]- Erledigte Aufgaben +>```dataview +>TASK +>FROM !"Resources/Templates" +>WHERE completed AND completion = date(2026-08-21) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 08 AND birthday.day = 21 +```