vault backup: 2026-03-07 01:21:21
This commit is contained in:
+103
-103
File diff suppressed because one or more lines are too long
+1
-1
@@ -6,5 +6,5 @@
|
|||||||
"description": "Integrate Git version control with automatic backup and other advanced features.",
|
"description": "Integrate Git version control with automatic backup and other advanced features.",
|
||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||||
"version": "2.37.1"
|
"version": "2.38.0"
|
||||||
}
|
}
|
||||||
|
|||||||
+5
@@ -81,6 +81,11 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Re-enable wrapping of nav buttns to prevent overflow on smaller screens #*/
|
||||||
|
.workspace-drawer .git-view .nav-buttons-container {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
.git-tools {
|
.git-tools {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|||||||
+81
-77
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-tasks-plugin",
|
"id": "obsidian-tasks-plugin",
|
||||||
"name": "Tasks",
|
"name": "Tasks",
|
||||||
"version": "7.22.0",
|
"version": "7.23.1",
|
||||||
"minAppVersion": "1.4.0",
|
"minAppVersion": "1.4.0",
|
||||||
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
|
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
|
||||||
"helpUrl": "https://publish.obsidian.md/tasks/",
|
"helpUrl": "https://publish.obsidian.md/tasks/",
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-tracker",
|
"id": "obsidian-tracker",
|
||||||
"name": "Tracker",
|
"name": "Tracker",
|
||||||
"version": "1.18.0",
|
"version": "1.19.0",
|
||||||
"minAppVersion": "0.9.12",
|
"minAppVersion": "0.9.12",
|
||||||
"description": "A plugin tracks occurrences and numbers in your notes",
|
"description": "A plugin tracks occurrences and numbers in your notes",
|
||||||
"author": "pyrochlore",
|
"author": "pyrochlore",
|
||||||
|
|||||||
Vendored
+70
-2
@@ -141,8 +141,7 @@
|
|||||||
"Areas/Arbeitszimmer/Projekte",
|
"Areas/Arbeitszimmer/Projekte",
|
||||||
"Areas/cimt AG/Projekte",
|
"Areas/cimt AG/Projekte",
|
||||||
"Areas/Wohnung/Projekte",
|
"Areas/Wohnung/Projekte",
|
||||||
"Areas/cimt AG/Weiterbildung",
|
"Areas/cimt AG/Weiterbildung"
|
||||||
"Areas/cimt AG/Lightning Talks"
|
|
||||||
],
|
],
|
||||||
"chooseWhenCreatingNote": false,
|
"chooseWhenCreatingNote": false,
|
||||||
"createInSameFolderAsActiveFile": false,
|
"createInSameFolderAsActiveFile": false,
|
||||||
@@ -329,6 +328,75 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"runOnStartup": false
|
"runOnStartup": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "5975effc-3773-452d-adf2-b3bc88c74000",
|
||||||
|
"name": "Add Lightning Talk",
|
||||||
|
"type": "Macro",
|
||||||
|
"command": true,
|
||||||
|
"runOnStartup": false,
|
||||||
|
"macro": {
|
||||||
|
"id": "aa3bf363-8469-4804-85f3-cd2e5bce54c5",
|
||||||
|
"name": "Add Project",
|
||||||
|
"commands": [
|
||||||
|
{
|
||||||
|
"name": "Create Lightning Talk note",
|
||||||
|
"type": "NestedChoice",
|
||||||
|
"id": "f10ef0eb-ffe9-4ddb-bd76-45cc80253d34",
|
||||||
|
"choice": {
|
||||||
|
"id": "4acf0e97-f9c7-44e0-b73e-97764a5e5466",
|
||||||
|
"name": "Create Lightning Talk note",
|
||||||
|
"type": "Template",
|
||||||
|
"command": false,
|
||||||
|
"templatePath": "Resources/Templates/process-lightning-talk.md",
|
||||||
|
"fileNameFormat": {
|
||||||
|
"enabled": true,
|
||||||
|
"format": "{{VALUE:Add Vortrag}}"
|
||||||
|
},
|
||||||
|
"folder": {
|
||||||
|
"enabled": true,
|
||||||
|
"folders": [
|
||||||
|
"Areas/cimt AG/Präsentation"
|
||||||
|
],
|
||||||
|
"chooseWhenCreatingNote": false,
|
||||||
|
"createInSameFolderAsActiveFile": false,
|
||||||
|
"chooseFromSubfolders": false
|
||||||
|
},
|
||||||
|
"appendLink": false,
|
||||||
|
"openFileInNewTab": {
|
||||||
|
"enabled": false,
|
||||||
|
"direction": "vertical",
|
||||||
|
"focus": true
|
||||||
|
},
|
||||||
|
"openFile": false,
|
||||||
|
"openFileInMode": "default",
|
||||||
|
"fileExistsMode": "Increment the file name",
|
||||||
|
"setFileExistsBehavior": false,
|
||||||
|
"fileOpening": {
|
||||||
|
"location": "tab",
|
||||||
|
"direction": "vertical",
|
||||||
|
"focus": true,
|
||||||
|
"mode": "default"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Wait",
|
||||||
|
"type": "Wait",
|
||||||
|
"id": "82c6c80d-a7fa-4939-b709-03e4e3b4ccf9",
|
||||||
|
"time": 200
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filePath": "Areas/cimt AG/Präsentation/{{VALUE:Add Vortrag}}.md",
|
||||||
|
"type": "OpenFile",
|
||||||
|
"id": "4yATqUiQ4Wt0pdyX9Xem6",
|
||||||
|
"openInNewTab": false,
|
||||||
|
"location": "tab",
|
||||||
|
"focus": true,
|
||||||
|
"name": "Open file: Areas/cimt AG/Präsentation/{{VALUE:Add Vortrag}}.md"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"inputPrompt": "single-line",
|
"inputPrompt": "single-line",
|
||||||
|
|||||||
Vendored
+63
-59
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "quickadd",
|
"id": "quickadd",
|
||||||
"name": "QuickAdd",
|
"name": "QuickAdd",
|
||||||
"version": "2.11.0",
|
"version": "2.12.0",
|
||||||
"minAppVersion": "1.11.4",
|
"minAppVersion": "1.11.4",
|
||||||
"description": "Quickly add new pages or content to your vault.",
|
"description": "Quickly add new pages or content to your vault.",
|
||||||
"author": "Christian B. B. Houmann",
|
"author": "Christian B. B. Houmann",
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+247
-235
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "task-list-kanban",
|
"id": "task-list-kanban",
|
||||||
"name": "Task List Kanban",
|
"name": "Task List Kanban",
|
||||||
"version": "1.5.0",
|
"version": "1.8.0",
|
||||||
"minAppVersion": "1.5.3",
|
"minAppVersion": "1.5.3",
|
||||||
"description": "Organizes all of the tasks within your files into a kanban view. Reduce duplication of effort when managing and prioritising tasks by simply using the task format in your files to automatically appear in your Task List Kanban.",
|
"description": "Organizes all of the tasks within your files into a kanban view. Reduce duplication of effort when managing and prioritising tasks by simply using the task format in your files to automatically appear in your Task List Kanban.",
|
||||||
"author": "Chris Kerr, Erika Rice Scherpelz",
|
"author": "Chris Kerr, Erika Rice Scherpelz",
|
||||||
|
|||||||
Vendored
+2
-1
@@ -59,6 +59,7 @@
|
|||||||
"consulted": "multitext",
|
"consulted": "multitext",
|
||||||
"informed": "multitext",
|
"informed": "multitext",
|
||||||
"shareholder": "multitext",
|
"shareholder": "multitext",
|
||||||
"former_project": "multitext"
|
"former_project": "multitext",
|
||||||
|
"TQ_show_toolbar": "checkbox"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- process/meeting
|
- process/meeting
|
||||||
- process/lightning_talks
|
- event/lightning_talk
|
||||||
lightning_talks_orga: Frankfurt
|
lightning_talks_orga: Frankfurt
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- process/meeting
|
- process/meeting
|
||||||
- process/lightning_talks
|
- event/lightning_talk
|
||||||
lightning_talks_orga: Berlin
|
lightning_talks_orga: Berlin
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
status: Backlog
|
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/project
|
||||||
subtitle: Buildmanagement BIENE
|
subtitle: Buildmanagement BIENE
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
status: Backlog
|
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/project
|
||||||
subtitle: Buildteam
|
subtitle: Buildteam
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: Ist DevOps nur ein leeres Versprechen?
|
title: Ist DevOps nur ein leeres Versprechen?
|
||||||
created: 2025-10-28
|
created: 2025-10-28
|
||||||
tags:
|
tags:
|
||||||
- presentation/article
|
- process/article
|
||||||
---
|
---
|
||||||
## Ist DevOps nur ein leeres Versprechen?
|
## Ist DevOps nur ein leeres Versprechen?
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
status: Backlog
|
||||||
|
tags:
|
||||||
|
- process/task
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
> [!task]+
|
||||||
|
> Project::
|
||||||
|
> Bar:: `$= dv.view('total-progress-bar', {file: "Installation Booklore"})`
|
||||||
|
|
||||||
|
## Aufgabenbeschreibung
|
||||||
|
|
||||||
|
## Überlegungen
|
||||||
|
|
||||||
|
## Unteraufgaben
|
||||||
|
|
||||||
|
- [ ] Installation Booklore [start:: 2026-02-23] [scheduled:: 2026-02-25]
|
||||||
@@ -2,7 +2,6 @@
|
|||||||
type: Wohnung
|
type: Wohnung
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/project
|
||||||
status: Backlog
|
|
||||||
subtitle: Oberlicht abdecken
|
subtitle: Oberlicht abdecken
|
||||||
---
|
---
|
||||||
> [!abstract]+ Project
|
> [!abstract]+ Project
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ tags:
|
|||||||
|
|
||||||
- [x] Google Cloud Projekt für Tibuci aufsetzen #process/task [start:: 2026-02-26] [scheduled:: 2026-03-05] [completion:: 2026-03-05]
|
- [x] Google Cloud Projekt für Tibuci aufsetzen #process/task [start:: 2026-02-26] [scheduled:: 2026-03-05] [completion:: 2026-03-05]
|
||||||
- [x] [[Frank Füllbier]] um Erzeugung des Projektes gebeten [start:: 2026-02-27] [scheduled:: 2026-03-05] [completion:: 2026-03-05]
|
- [x] [[Frank Füllbier]] um Erzeugung des Projektes gebeten [start:: 2026-02-27] [scheduled:: 2026-03-05] [completion:: 2026-03-05]
|
||||||
- [ ] GCP Container Registry für Tibuci aktivieren #process/task [start:: 2026-02-26] [scheduled:: 2026-03-06]
|
- [ ] GCP Container Registry für Tibuci aktivieren #process/task [start:: 2026-02-26] [scheduled:: 2026-03-09]
|
||||||
- [ ] Bestehendes Image roars-report:0.0.1 in Container Registry ablegen #process/task [start:: 2026-02-26] [scheduled:: 2026-03-06]
|
- [ ] Bestehendes Image roars-report:0.0.1 in Container Registry ablegen #process/task [start:: 2026-02-26] [scheduled:: 2026-03-09]
|
||||||
- [ ] Laden des Image roars-report aus Container Registry #process/task [start:: 2026-02-26] [scheduled:: 2026-03-06]
|
- [ ] Laden des Image roars-report aus Container Registry #process/task [start:: 2026-02-26] [scheduled:: 2026-03-09]
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ tags:
|
|||||||
- [ ] Hinweis auf sicherheitsrelevante Software-Versionen - Deinstallation
|
- [ ] Hinweis auf sicherheitsrelevante Software-Versionen - Deinstallation
|
||||||
- [x] **PyCharm 2025.2.4** — Version 252.27397.106 [completion:: 2026-02-23]
|
- [x] **PyCharm 2025.2.4** — Version 252.27397.106 [completion:: 2026-02-23]
|
||||||
- [x] **Microsoft Outlook 2016 - de-de** — Version 16.0.19530.20226 [completion:: 2026-02-23]
|
- [x] **Microsoft Outlook 2016 - de-de** — Version 16.0.19530.20226 [completion:: 2026-02-23]
|
||||||
- [ ] **ESET Management Agent** — Version 12.5.2104.0 [start:: 2026-02-23] [scheduled:: 2026-03-05]
|
- [ ] **ESET Management Agent** — Version 12.5.2104.0 [start:: 2026-02-23] [scheduled:: 2026-03-09]
|
||||||
- [x] **Microsoft .NET 8.0.19 - Windows Server Hosting** — Version 8.0.19.25372 [completion:: 2026-02-23]
|
- [x] **Microsoft .NET 8.0.19 - Windows Server Hosting** — Version 8.0.19.25372 [completion:: 2026-02-23]
|
||||||
- [x] **Python 3.13.5 (64-bit)** — Version 3.13.5150.0 [completion:: 2026-02-23]
|
- [x] **Python 3.13.5 (64-bit)** — Version 3.13.5150.0 [completion:: 2026-02-23]
|
||||||
- [x] **Go Programming Language amd64 go1.25.2** — Version 1.25.2 [completion:: 2026-02-23]
|
- [x] **Go Programming Language amd64 go1.25.2** — Version 1.25.2 [completion:: 2026-02-23]
|
||||||
|
|||||||
@@ -1,17 +1,18 @@
|
|||||||
filters:
|
filters:
|
||||||
and:
|
and:
|
||||||
- file.tags.contains("presentation/lecture")
|
- file.tags.contains("process/lightning_talk")
|
||||||
|
- '!file.path.startsWith("Resource")'
|
||||||
views:
|
views:
|
||||||
- type: table
|
- type: table
|
||||||
name: Alle Vorträge
|
name: Alle Vorträge
|
||||||
order:
|
order:
|
||||||
- file.name
|
- file.name
|
||||||
- subtitle
|
- subtitle
|
||||||
- status
|
|
||||||
- lecture_date
|
- lecture_date
|
||||||
sort: []
|
sort: []
|
||||||
columnSize:
|
columnSize:
|
||||||
note.subtitle: 294
|
file.name: 531
|
||||||
|
note.subtitle: 403
|
||||||
- type: table
|
- type: table
|
||||||
name: Archiv
|
name: Archiv
|
||||||
filters:
|
filters:
|
||||||
|
|||||||
@@ -2,59 +2,30 @@
|
|||||||
tags:
|
tags:
|
||||||
- process/event
|
- process/event
|
||||||
type: Beruflich
|
type: Beruflich
|
||||||
|
company: "[[cimt objects AG]]"
|
||||||
---
|
---
|
||||||
|
|
||||||
> [!goal]- Lightning Talks
|
|
||||||
> Progress:: `$= dv.view('progress', {file: 'Lightning Talks'})`
|
|
||||||
> Target:: `$= dv.view('target', {file: 'Lightning Talks'})`
|
|
||||||
> Bar:: `$= dv.view('total-progress-bar', {file: 'Lightning Talks'})`
|
|
||||||
> Projects:: `$= const projects = dv.page('Lightning Talks').file.inlinks.where(p => { const mp = dv.page(p.path); return mp.tags?.includes('process/project') && mp.status != 'Archiv'}); if (projects.length > 0) { dv.header(4, projects.length > 1 ? "Projects" : "Project"); dv.list(projects) }`
|
|
||||||
|
|
||||||
## Wie sieht der Erfolg aus? Was soll erreicht werden?
|
|
||||||
-
|
|
||||||
|
|
||||||
## Related core values
|
|
||||||
|
|
||||||
[[cimt objects AG]]
|
|
||||||
|
|
||||||
|
|
||||||
### Aufgaben
|
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
```dataview
|
```dataview
|
||||||
TABLE lightning_talks_orga as Standort
|
TABLE lightning_talks_orga as Standort
|
||||||
FROM #process/lightning_talks AND !"Resources/Templates"
|
FROM #event/lightning_talk AND !"Resources/Templates"
|
||||||
SORT file.name DESC
|
SORT file.name DESC
|
||||||
```
|
```
|
||||||
|
|
||||||
### Ideen
|
### Ideen
|
||||||
|
|
||||||
|
|
||||||
### Offene Projekte
|
### Vorträge in Arbeit
|
||||||
```dataviewjs
|
```dataview
|
||||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/lecture')).where(p => dv.page(p.path).status != "Archiv");
|
TABLE Progress, Target
|
||||||
|
FROM #process/lightning_talk AND !"Resources/Templates"
|
||||||
let projects = new Set();
|
WHERE !lecture_date
|
||||||
for (let projectPage of pages) {
|
|
||||||
const page = dv.page(projectPage.path);
|
|
||||||
projects.add([page.file.link, page.status, page.Progress, page.Target]);
|
|
||||||
}
|
|
||||||
|
|
||||||
dv.table(["Project", "Status", "Completed", "Tasks"], Array.from(projects));
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Projekte
|
## Vorträge
|
||||||
```dataviewjs
|
```dataview
|
||||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/project'));
|
TABLE Progress, Target
|
||||||
|
FROM #process/lightning_talk AND !"Resources/Templates"
|
||||||
dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => {
|
WHERE lecture_date
|
||||||
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
|
|
||||||
]
|
|
||||||
}));
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- process/meeting
|
- process/meeting
|
||||||
- process/lightning_talks
|
- event/lightning_talk
|
||||||
lightning_talks_orga: Berlin
|
lightning_talks_orga: Berlin
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- process/meeting
|
- process/meeting
|
||||||
- process/lightning_talks
|
- event/lightning_talk
|
||||||
lightning_talks_orga: Hamburg
|
lightning_talks_orga: Hamburg
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- process/meeting
|
- process/meeting
|
||||||
- process/lightning_talks
|
- event/lightning_talk
|
||||||
lightning_talks_orga: Düsseldorf
|
lightning_talks_orga: Düsseldorf
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ tags:
|
|||||||
|
|
||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
|
|
||||||
- [ ] AD-Benutzer für alanta erhalten [start:: 2026-02-19] [scheduled:: 2026-03-05]
|
- [ ] AD-Benutzer für alanta erhalten [start:: 2026-02-19] [scheduled:: 2026-03-09]
|
||||||
|
|||||||
@@ -15,5 +15,5 @@ tags:
|
|||||||
|
|
||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
|
|
||||||
- [ ] Benutzer-Account bei Enersuisse angelegt [start:: 2026-02-19] [scheduled:: 2026-03-05]
|
- [ ] Benutzer-Account bei Enersuisse angelegt [start:: 2026-02-19] [scheduled:: 2026-03-09]
|
||||||
- [ ] [[Marcel Kuszak]] fragt Ansprechpartner bei Enersuisse [start:: 2026-02-19] [scheduled:: 2026-03-05]
|
- [ ] [[Marcel Kuszak]] fragt Ansprechpartner bei Enersuisse [start:: 2026-02-19] [scheduled:: 2026-03-09]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
status: Review
|
status: Archiv
|
||||||
tags:
|
tags:
|
||||||
- process/task
|
- process/task
|
||||||
|
|
||||||
|
|||||||
@@ -8,5 +8,5 @@ tags:
|
|||||||
- [x] Benutzerinfo erhalten #process/task [start:: 2026-02-26] [scheduled:: 2026-03-04] [completion:: 2026-03-04]
|
- [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 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]
|
- [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 [start:: 2026-03-04] [scheduled:: 2026-03-05] #process/task
|
- [ ] Einrichtung der RDP und SSH Verbindungen auf Terminalserver #process/task [start:: 2026-03-04] [scheduled:: 2026-03-09]
|
||||||
|
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ tags:
|
|||||||
---
|
---
|
||||||
|
|
||||||
## Aufgaben
|
## Aufgaben
|
||||||
- [ ] Einrichtung Sophos Client auf BERVW1HHA und BERVW2HHA #process/task [start:: 2026-03-03] [scheduled:: 2026-03-05]
|
- [ ] Einrichtung Sophos Client auf BERVW1HHA und BERVW2HHA #process/task [start:: 2026-03-03] [scheduled:: 2026-03-09]
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
---
|
---
|
||||||
status: Archiv
|
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/project
|
||||||
subtitle: 180PT Faktura in 2022
|
subtitle: 180PT Faktura in 2022
|
||||||
|
|
||||||
---
|
---
|
||||||
> [!abstract]- Project
|
> [!abstract]- Project
|
||||||
> Goal:: [[Journal/cimt AG/2022|2022]]
|
> Goal:: [[Journal/cimt AG/2022|2022]]
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
---
|
---
|
||||||
status: Archiv
|
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/project
|
||||||
subtitle: Austausch Laptop
|
subtitle: Austausch Laptop
|
||||||
|
|
||||||
---
|
---
|
||||||
> [!abstract]- Project
|
> [!abstract]- Project
|
||||||
> Goal::
|
> Goal::
|
||||||
|
|||||||
@@ -23,10 +23,10 @@ subtitle: Confluence
|
|||||||
|
|
||||||
|
|
||||||
## Aufgaben
|
## Aufgaben
|
||||||
- [ ] Confluence Seiten überprpüft [scheduled:: 2026-03-02]
|
- [ ] Confluence Seiten überprpüft [scheduled:: 2026-03-12]
|
||||||
- [ ] Apache Servicemix Confluence Seite erstellen [scheduled:: 2026-03-02]
|
- [ ] Apache Servicemix Confluence Seite erstellen [scheduled:: 2026-03-12]
|
||||||
- [ ] Apache Camel Karavan Confluence Seite erstellen [scheduled:: 2026-03-02]
|
- [ ] Apache Camel Karavan Confluence Seite erstellen [scheduled:: 2026-03-12]
|
||||||
- [ ] Spring Boot mit Camel Confluence Seite erstellen [scheduled:: 2026-03-02]
|
- [ ] Spring Boot mit Camel Confluence Seite erstellen [scheduled:: 2026-03-12]
|
||||||
|
|
||||||
|
|
||||||
## Offene Aufgaben
|
## Offene Aufgaben
|
||||||
|
|||||||
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
title: KI ersetzt nicht DevOps
|
title: KI ersetzt nicht DevOps
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/project
|
||||||
- presentation/article
|
- process/article
|
||||||
---
|
---
|
||||||
## Abstract
|
## Abstract
|
||||||
KI verändert die Software-Entwicklung und auch Methoden, wie DevOps bleiben nicht unberührt.
|
KI verändert die Software-Entwicklung und auch Methoden, wie DevOps bleiben nicht unberührt.
|
||||||
@@ -60,5 +60,5 @@ Zusammenfassend lässt sich sagen, dass KI zwar viele Prozesse in der Softwareen
|
|||||||
- [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]
|
- [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-09] [due:: 2026-03-10]
|
- [ ] Review des Eintrags mit KI #process/task [start:: 2026-02-17] [scheduled:: 2026-03-09] [due:: 2026-03-10]
|
||||||
- [ ] Einbindung von Bildern in den Beitrag #process/task [start:: 2026-02-17] [scheduled:: 2026-03-09] [due:: 2026-03-10]
|
- [ ] Einbindung von Bildern in den Beitrag #process/task [start:: 2026-02-17] [scheduled:: 2026-03-09] [due:: 2026-03-10]
|
||||||
- [ ] Ablage des Textes als Word-Dokument in Sharepoint [start:: 2026-02-20] [scheduled:: 2026-03-09] [due:: 2026-03-10]
|
- [ ] Ablage des Textes als Word-Dokument in Sharepoint [start:: 2026-02-20] [scheduled:: 2026-03-11] [due:: 2026-03-10]
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ CouchDB Testumgebung
|
|||||||
|
|
||||||
## Aufgaben
|
## Aufgaben
|
||||||
- [x] Ersetzen von Docker mit podman auf bervl1prr #process/task [start:: 2026-02-02] [scheduled:: 2026-02-16] [completion:: 2026-02-16]
|
- [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-02-27]
|
- [ ] Anwesenheitsbericht Dokumentation erstellen #process/task [scheduled:: 2026-03-10]
|
||||||
|
|
||||||
## Offene Aufgaben
|
## Offene Aufgaben
|
||||||
```dataviewjs
|
```dataviewjs
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
---
|
---
|
||||||
id: Captain auf die Brücke
|
id: Captain auf die Brücke
|
||||||
aliases: []
|
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
status: Archiv
|
status: Archiv
|
||||||
subtitle: Führen wie Star Trek Captain Jean-Luc Picard
|
subtitle: Führen wie Star Trek Captain Jean-Luc Picard
|
||||||
lecture_date: 2024-04-19
|
lecture_date: 2024-04-19
|
||||||
|
|||||||
@@ -4,8 +4,7 @@ type: Vortrag
|
|||||||
status: Archiv
|
status: Archiv
|
||||||
tags:
|
tags:
|
||||||
- IT/Development/Asciidoctor
|
- IT/Development/Asciidoctor
|
||||||
- process/project
|
- process/lecture
|
||||||
- presentation/lecture
|
|
||||||
subtitle: Dokumentation erstellen mit Asciidoctor
|
subtitle: Dokumentation erstellen mit Asciidoctor
|
||||||
lecture_date: 2022-09-15
|
lecture_date: 2022-09-15
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
status: Archiv
|
status: Archiv
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
subtitle: Entwicklung einer GUI Anwendung in Python
|
subtitle: Entwicklung einer GUI Anwendung in Python
|
||||||
lecture_date: 2025-10-17
|
lecture_date: 2025-10-17
|
||||||
|
|
||||||
---
|
---
|
||||||
> [!abstract]- Project
|
> [!abstract]- Project
|
||||||
> Goal:: [[Lightning Talks]]
|
> Goal:: [[Lightning Talks]]
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
status: Archiv
|
status: Archiv
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lecture
|
||||||
- presentation/lecture
|
|
||||||
subtitle: Entwicklung mit Spring Boot und Vaadin
|
subtitle: Entwicklung mit Spring Boot und Vaadin
|
||||||
lecture_date: 2025-03-27
|
lecture_date: 2025-03-27
|
||||||
---
|
---
|
||||||
@@ -14,7 +13,7 @@ lecture_date: 2025-03-27
|
|||||||
> Tasks:: `$= const aufgaben = dv.page('Entwicklung mit Spring Boot und Vaadin').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) }`
|
> Tasks:: `$= const aufgaben = dv.page('Entwicklung mit Spring Boot und Vaadin').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
|
## Project Info
|
||||||
Vortrag gehalten im Termin [[2025-03-27]]
|
Vortrag gehalten im Termin [[JaKo 2025]]
|
||||||
## Thoughts
|
## Thoughts
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|||||||
+1
-3
@@ -1,9 +1,7 @@
|
|||||||
---
|
---
|
||||||
status: Backlog
|
status: Backlog
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
- process/lecture
|
|
||||||
subtitle: Ersetzung von Docker mit podman
|
subtitle: Ersetzung von Docker mit podman
|
||||||
---
|
---
|
||||||
> [!abstract]- Project
|
> [!abstract]- Project
|
||||||
+1
-2
@@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
status: Archiv
|
status: Archiv
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
subtitle: Feuerwehr und THW arbeiten zusammen - Feuerwehrbereitschaft in Berlin
|
subtitle: Feuerwehr und THW arbeiten zusammen - Feuerwehrbereitschaft in Berlin
|
||||||
lecture_date: 2024-09-20
|
lecture_date: 2024-09-20
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
id: Gitlab Github von der Kommandozeile aus bedienen
|
id: Gitlab Github von der Kommandozeile aus bedienen
|
||||||
aliases: []
|
aliases: []
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
status: Archiv
|
status: Archiv
|
||||||
subtitle: Gitlab/Github von der Kommandozeile aus bedienen
|
subtitle: Gitlab/Github von der Kommandozeile aus bedienen
|
||||||
type: Archiv
|
type: Archiv
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
id: Gradle Convention Plugins
|
id: Gradle Convention Plugins
|
||||||
aliases: []
|
aliases: []
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
status: Archiv
|
status: Archiv
|
||||||
subtitle: Project Board
|
subtitle: Project Board
|
||||||
type: Archiv
|
type: Archiv
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
id: Gradle Feature - Version Catalog
|
id: Gradle Feature - Version Catalog
|
||||||
aliases: []
|
aliases: []
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
status: Archiv
|
status: Archiv
|
||||||
subtitle: Gradle Feature - Version Catalog
|
subtitle: Gradle Feature - Version Catalog
|
||||||
type: Archiv
|
type: Archiv
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
status: Archiv
|
status: Archiv
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
subtitle: Konfiguration von vim
|
subtitle: Konfiguration von vim
|
||||||
lecture_date: 2025-07-18
|
lecture_date: 2025-07-18
|
||||||
---
|
---
|
||||||
|
|||||||
+1
-3
@@ -1,9 +1,7 @@
|
|||||||
---
|
---
|
||||||
id: Meditation - immer noch besser als rumzusitzen und nichts zu tun
|
id: Meditation - immer noch besser als rumzusitzen und nichts zu tun
|
||||||
aliases: []
|
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
status: Archiv
|
status: Archiv
|
||||||
subtitle: Meditation - immer noch besser als rumzusitzen und nichts zu tun
|
subtitle: Meditation - immer noch besser als rumzusitzen und nichts zu tun
|
||||||
type: Vortrag
|
type: Vortrag
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
status: Archiv
|
status: Archiv
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
subtitle: Philosophie der Samurai - Nur was für Kampfsportler?
|
subtitle: Philosophie der Samurai - Nur was für Kampfsportler?
|
||||||
type: Vortrag
|
type: Vortrag
|
||||||
lecture_date: 2023-08-18
|
lecture_date: 2023-08-18
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
status: Archiv
|
status: Archiv
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
subtitle: Storytelling - Aufbau einer Abenteuergeschichte
|
subtitle: Storytelling - Aufbau einer Abenteuergeschichte
|
||||||
lecture_date: 2024-11-15
|
lecture_date: 2024-11-15
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
---
|
---
|
||||||
type: Archiv
|
|
||||||
status: Archiv
|
status: Archiv
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
subtitle: Verwaltung von Notizen - Verwendung von Folder, Tags, Links
|
subtitle: Verwaltung von Notizen - Verwendung von Folder, Tags, Links
|
||||||
lecture_date: 2024-01-19
|
lecture_date: 2024-01-19
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
type: Archiv
|
type: Archiv
|
||||||
status: Archiv
|
status: Archiv
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
subtitle: Vorstellung Joplin und Obsidian
|
subtitle: Vorstellung Joplin und Obsidian
|
||||||
lecture_date: 2023-07-21
|
lecture_date: 2023-07-21
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
status: Archiv
|
status: Archiv
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
subtitle: Vorstellung von NeoVIM
|
subtitle: Vorstellung von NeoVIM
|
||||||
lecture_date: 2025-06-20
|
lecture_date: 2025-06-20
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
status: Archiv
|
status: Archiv
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
subtitle: Vorstellung von tmux
|
subtitle: Vorstellung von tmux
|
||||||
lecture_date: 2025-02-21
|
lecture_date: 2025-02-21
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
status: Archiv
|
status: Archiv
|
||||||
type: Vortrag
|
type: Vortrag
|
||||||
tags:
|
tags:
|
||||||
- process/project
|
- process/lightning_talk
|
||||||
- presentation/lecture
|
|
||||||
subtitle: Wie funktioniert die Entwicklung mit Gitlab/Github?
|
subtitle: Wie funktioniert die Entwicklung mit Gitlab/Github?
|
||||||
title: Gitlab/Github Development Workflow
|
title: Gitlab/Github Development Workflow
|
||||||
lecture_date: 2022-04-22
|
lecture_date: 2022-04-22
|
||||||
@@ -35,12 +34,6 @@ lecture_date: 2022-04-22
|
|||||||
## Aufgaben
|
## Aufgaben
|
||||||
- [x] Vortrag ausgearbeitet [completion:: 2022-02-18]
|
- [x] Vortrag ausgearbeitet [completion:: 2022-02-18]
|
||||||
|
|
||||||
## Termine
|
|
||||||
```dataview
|
|
||||||
LIST
|
|
||||||
FROM [[]] AND !outgoing([[]]) AND !"Übersicht/Kanban" AND "Journal"
|
|
||||||
SORT file.name DESC
|
|
||||||
```
|
|
||||||
|
|
||||||
## Offene Aufgaben
|
## Offene Aufgaben
|
||||||
```dataviewjs
|
```dataviewjs
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- process/meeting
|
- process/meeting
|
||||||
- process/lightning_talks
|
- event/lightning_talk
|
||||||
lightning_talks_orga: Berlin
|
lightning_talks_orga: Berlin
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,55 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- process/lightning_talk
|
||||||
|
subtitle: <% tp.file.title %>
|
||||||
|
---
|
||||||
|
> [!abstract]- Project
|
||||||
|
> Progress:: `$= dv.view('project-progress', {file: '<% tp.file.title %>'})`
|
||||||
|
> Target:: `$= dv.view('project-target', {file: '<% tp.file.title %>'})`
|
||||||
|
> Bar:: `$= dv.view('project-progress-bar', {file: '<% tp.file.title %>'})`
|
||||||
|
> Tasks:: `$= const aufgaben = dv.page('<% tp.file.title %>').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
|
||||||
|
|
||||||
|
|
||||||
|
## 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
|
||||||
|
]
|
||||||
|
}));
|
||||||
|
```
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
filters:
|
filters:
|
||||||
and:
|
and:
|
||||||
- file.tags.contains("process/goal")
|
- file.tags.contains("process/goal")
|
||||||
|
- '!file.path.startsWith("Resource")'
|
||||||
views:
|
views:
|
||||||
- type: table
|
- type: table
|
||||||
name: Table
|
name: Table
|
||||||
|
|||||||
@@ -1,120 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
kanban-plugin: board
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Backlog
|
|
||||||
|
|
||||||
- [ ] [[Ersetzung von Docker mit podman]]
|
|
||||||
- [ ] [[Fenster aufarbeiten]]
|
|
||||||
- [ ] [[Abdeckung über der Wohnungstür]]
|
|
||||||
- [ ] [[Unterlagen von Mor]]
|
|
||||||
- [ ] [[Zimmertüren aufarbeiten]]
|
|
||||||
|
|
||||||
|
|
||||||
## Aktiv
|
|
||||||
|
|
||||||
- [ ] [[Obsidian Setup]]
|
|
||||||
- [ ] [[Einarbeitung Managed Services Team]]
|
|
||||||
- [ ] [[Rezertifizierung Google Cloud Developer]]
|
|
||||||
- [ ] [[Maintenance der cimt-Talend-Komponenten übernehmen]]
|
|
||||||
- [ ] [[Faktura-Quote 60 Prozent bis Ende des Jahres]]
|
|
||||||
- [ ] [[Tibuci]]
|
|
||||||
- [ ] [[Einsatz nicht-Talend-eigener Komponenten]]
|
|
||||||
- [ ] [[Confluence]]
|
|
||||||
- [ ] [[Software]]
|
|
||||||
|
|
||||||
|
|
||||||
## Review
|
|
||||||
|
|
||||||
- [ ] [[Notizenverwaltung]]
|
|
||||||
|
|
||||||
|
|
||||||
## Geschlossen
|
|
||||||
|
|
||||||
**Fertiggestellt**
|
|
||||||
|
|
||||||
|
|
||||||
## Abgewiesen
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
## Archiv
|
|
||||||
|
|
||||||
- [x] [[Google Cloud Developer]]
|
|
||||||
- [x] [[Vortrag JaKo 2023]]
|
|
||||||
- [x] [[DC-G Softwareentwicklungsumgebung]]
|
|
||||||
- [x] [[Steuererklärung 2001]]
|
|
||||||
- [x] [[Steuererklärung 2003]]
|
|
||||||
- [x] [[Steuererklärung 2006]]
|
|
||||||
- [x] [[Steuererklärung 2008]]
|
|
||||||
- [x] [[Steuererklärung 2009]]
|
|
||||||
- [x] [[Steuererklärung 2010]]
|
|
||||||
- [x] [[Steuererklärung 2011]]
|
|
||||||
- [x] [[Steuererklärung 2013]]
|
|
||||||
- [x] [[Steuererklärung 2012]]
|
|
||||||
- [x] [[Steuererklärung 2014]]
|
|
||||||
- [x] [[Steuererklärung 2015]]
|
|
||||||
- [x] [[Steuererklärung 2016]]
|
|
||||||
- [x] [[Steuererklärung 2017]]
|
|
||||||
- [x] [[Steuererklärung 2018]]
|
|
||||||
- [x] [[Steuererklärung 2019]]
|
|
||||||
- [x] [[Steuererklärung 2020]]
|
|
||||||
- [x] [[Steuererklärung 2021]]
|
|
||||||
- [x] [[Philosophie der Samurai]]
|
|
||||||
- [x] [[Vorstellung Joplin und Obsidian]]
|
|
||||||
- [x] [[Verwaltung von Notizen]]
|
|
||||||
- [x] [[Gradle Feature - Version Catalog]]
|
|
||||||
- [x] [[Gradle Convention Plugins]]
|
|
||||||
- [x] [[Exasol Administration Essentials]]
|
|
||||||
- [x] [[Meditation - immer noch besser als rumzusitzen und nichts zu tun]]
|
|
||||||
- [x] [[Captain auf die Brücke]]
|
|
||||||
- [x] [[InfraRisk24]]
|
|
||||||
- [x] [[CIP020 SAP - GCP Cortex Framework]]
|
|
||||||
- [x] [[Exasol Administration on premises]] [completion:: 2024-05-27]
|
|
||||||
- [x] [[thpeetz-plugins]] [completion:: 2024-06-03]
|
|
||||||
- [x] [[version-catalog]] [completion:: 2024-06-03]
|
|
||||||
- [x] [[Vortrag Development mit Github-Workflow]] [completion:: 2024-06-03]
|
|
||||||
- [x] [[Dokumentation erstellen mit Asciidoctor]] [completion:: 2024-06-03]
|
|
||||||
- [x] [[Steuererklärung 2022]] [completion:: 2024-06-10]
|
|
||||||
- [x] [[ISO-27001 Zertifizierung]]
|
|
||||||
- [x] [[Unterweisung]]
|
|
||||||
- [x] [[COBOL Mainframe Transformation]] [completion:: 2024-06-03]
|
|
||||||
- [x] [[Charlotte Ordner]]
|
|
||||||
- [x] [[Krankenakte Claudia]]
|
|
||||||
- [x] [[Büro]]
|
|
||||||
- [x] [[convention-plugins]] [completion:: 2024-06-10]
|
|
||||||
- [x] [[Vertrieb]] [completion:: 2024-06-10]
|
|
||||||
- [x] [[Krankenakte Thomas]] [completion:: 2024-06-10]
|
|
||||||
- [x] [[Gütegemeinschaft Brandschutz]] [completion:: 2024-06-10]
|
|
||||||
- [x] [[Feuerwehr und THW arbeiten zusammen - Feuerwehrbereitschaft in Berlin]] [completion:: 2024-09-20]
|
|
||||||
- [x] [[Bett reparieren]] [completion:: 2024-10-12]
|
|
||||||
- [x] [[DataOps]] [completion:: 2024-09-27]
|
|
||||||
- [x] [[Storytelling - Aufbau einer Abenteuergeschichte]] [completion:: 2024-11-15]
|
|
||||||
- [x] [[Steuererklärung 2023]] [completion:: 2025-01-21]
|
|
||||||
- [x] [[kontor-spring]] [completion:: 2025-01-21]
|
|
||||||
- [x] [[Vorstellung von tmux]] [completion:: 2025-02-21]
|
|
||||||
- [x] [[180PT Faktura in 2022]] [completion:: 2025-03-08]
|
|
||||||
- [x] [[Know-how-Sicherung und -Ausbau in der cimt]] [completion:: 2025-03-08]
|
|
||||||
- [x] [[Entwicklung mit Spring Boot und Vaadin]] [completion:: 2025-03-28]
|
|
||||||
- [x] [[Vorstellung von NeoVIM]] [completion:: 2025-06-28]
|
|
||||||
- [x] [[Austausch Laptop]] [completion:: 2025-07-11]
|
|
||||||
- [x] [[Konfiguration von vim]] [completion:: 2025-07-18]
|
|
||||||
- [x] [[Camunda 8 Developer]] [completion:: 2025-07-30]
|
|
||||||
- [x] [[Entwicklung einer GUI Anwendung in Python]] [completion:: 2025-11-19]
|
|
||||||
- [x] [[AWS Certified CloudOps Engineer Associate]] [completion:: 2025-11-19]
|
|
||||||
- [x] [[Blog Post]] [completion:: 2026-01-02]
|
|
||||||
- [x] [[Erfolgreich im Projekt bei Messe München agieren]] [completion:: 2025-06-28]
|
|
||||||
- [x] [[Talend Pipeline]] [completion:: 2025-07-11]
|
|
||||||
- [x] [[PURR Development]] [completion:: 2026-01-15]
|
|
||||||
- [x] [[Steuererklärung 2024]] [completion:: 2026-02-16]
|
|
||||||
- [x] [[Faktura Quote in Projektzeiten]] [completion:: 2025-11-19]
|
|
||||||
|
|
||||||
%% kanban:settings
|
|
||||||
```
|
|
||||||
{"kanban-plugin":"board","metadata-keys":[{"metadataKey":"Bar","label":"","shouldHideLabel":true,"containsMarkdown":true}],"show-checkboxes":true,"new-note-template":"Resources/Templates/Project Template.md","new-note-folder":"Areas/IT/Projekte"}
|
|
||||||
```
|
|
||||||
%%
|
|
||||||
@@ -1,53 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
kanban-plugin: board
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Backlog
|
|
||||||
|
|
||||||
- [ ] [[Talend System-Update]]
|
|
||||||
- [ ] [[Kong Gateway: Erneuerung SSL Zertifikat]]
|
|
||||||
- [ ] [[Einrichtung BIG KAISER Anbindung]]
|
|
||||||
- [ ] [[Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt]]
|
|
||||||
- [ ] [[Monitoring: Harry Brot: Datenbanken unter Aufsicht durchgeführt]]
|
|
||||||
- [ ] [[AD-Benutzer für alanta erhalten]]
|
|
||||||
- [ ] [[Benutzer-Account bei Enersuisse angelegt]]
|
|
||||||
- [ ] [[Persönlicher Cosnova Account eingerichtet]]
|
|
||||||
- [ ] [[Erste Komponenten auf neues SDK umgestellt]]
|
|
||||||
- [ ] [[Umfang klären und Developmentplan aufstellen]]
|
|
||||||
|
|
||||||
|
|
||||||
## In Arbeit
|
|
||||||
|
|
||||||
- [ ] [[Google Cloud Projekt für Tibuci aufsetzen]]
|
|
||||||
- [ ] [[Github Repository für nvim-config erstellen]]
|
|
||||||
|
|
||||||
|
|
||||||
## Review
|
|
||||||
|
|
||||||
- [x] [[Zugang TDK eingerichtet]] [completion:: 2026-02-26]
|
|
||||||
|
|
||||||
|
|
||||||
## Geschlossen
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
## Archiv
|
|
||||||
|
|
||||||
- [x] [[Aufsetzen neuer Laptop]] [completion:: 2025-10-21]
|
|
||||||
- [x] [[Dokumentation auf Stand bringen]] [completion:: 2026-01-15]
|
|
||||||
- [x] [[Anfrage bezüglich KI-Richtlinie]] [completion:: 2026-01-15]
|
|
||||||
- [x] [[Upgrade OS auf Debian 12]] [completion:: 2026-02-05]
|
|
||||||
- [x] [[Anfrage Deutsche Bahn]] [completion:: 2026-02-18]
|
|
||||||
- [x] [[Zammad Admin Schulung]] [completion:: 2026-02-19]
|
|
||||||
- [x] [[Ausschreibung Wissensdatenbank]] [completion:: 2026-02-19]
|
|
||||||
- [x] [[Hinweis auf sicherheitsrelevante Software-Versionen]] [completion:: 2026-02-26]
|
|
||||||
|
|
||||||
%% kanban:settings
|
|
||||||
```
|
|
||||||
{"kanban-plugin":"board","list-collapse":[false,false,false,false],"metadata-keys":[{"metadataKey":"Bar","label":"","shouldHideLabel":true,"containsMarkdown":true}],"show-checkboxes":true,"new-note-template":"Resources/Templates/process-task.md","new-note-folder":"Areas/Arbeitszimmer/Aufgaben"}
|
|
||||||
```
|
|
||||||
%%
|
|
||||||
Reference in New Issue
Block a user