vault backup: 2026-03-07 12:19:22
This commit is contained in:
@@ -1,60 +0,0 @@
|
||||
---
|
||||
type: Projekt
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Büro
|
||||
|
||||
---
|
||||
|
||||
> [!abstract]+ Project
|
||||
> Goal:: [[Ablage]]
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'Büro'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'Büro'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Büro'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('Büro').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,10 +1,7 @@
|
||||
---
|
||||
status: Review
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Project Board
|
||||
type: Dokumentation
|
||||
|
||||
---
|
||||
|
||||
> [!project]- Projekt
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
---
|
||||
status: Aktiv
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Obsidian Setup
|
||||
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Goal:: [[Einführung von SMART Zielen im Obsidian Workflow]]
|
||||
|
||||
@@ -1,51 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/goal
|
||||
type: Wohlstand
|
||||
---
|
||||
|
||||
> [!note]+ Ziel
|
||||
> Progress:: `$= dv.view('progress', {file: 'Ablage'})`
|
||||
> Target:: `$= dv.view('target', {file: 'Ablage'})`
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: 'Ablage'})`
|
||||
Projects:: `$= const projects = dv.page('Ablage').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
|
||||
|
||||
-
|
||||
|
||||
## Projekte, um das Ziel zu erreichen
|
||||
|
||||
### Ideen
|
||||
|
||||
### Offene Projekte
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/project')).where(p => dv.page(p.path).status == "Aktiv");
|
||||
|
||||
let projects = new Set();
|
||||
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
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/project'));
|
||||
|
||||
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,
|
||||
page.Progress,
|
||||
page.Target
|
||||
]
|
||||
}));
|
||||
```
|
||||
@@ -1,64 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2011-03-21
|
||||
Aufbewahrung: 2021-12-31
|
||||
type: Steuererklärung
|
||||
tags:
|
||||
- process/project
|
||||
Entsorgung:
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2001
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2001'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2001'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2001'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2001').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2001", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2024-01-11]
|
||||
|
||||
## 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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2011-03-21
|
||||
Aufbewahrung: 2021-12-31
|
||||
type: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2003
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2003'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2003'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2003'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2003').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2003", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2011-03-21]
|
||||
|
||||
## 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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2010-11-03
|
||||
Aufbewahrung: 2020-12-31
|
||||
type: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2006
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2006'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2006'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2006'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2006').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2006", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2010-11-03]
|
||||
|
||||
## 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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2018-09-17
|
||||
Aufbewahrung: 2028-12-31
|
||||
type: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2008
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2008'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2008'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2008'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2008').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2008", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2018-09-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);
|
||||
|
||||
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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2016-05-16
|
||||
Aufbewahrung: 2026-12-31
|
||||
type: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2009
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2009'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2009'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2009'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2009').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2009", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2016-05-16]
|
||||
|
||||
## 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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2016-05-31
|
||||
Aufbewahrung: 2026-12-31
|
||||
type: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2010
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2010'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2010'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2010'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2010').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2010", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2016-05-31]
|
||||
|
||||
## 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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2013-08-08
|
||||
Aufbewahrung: 2023-12-31
|
||||
type: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2011
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2011'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2011'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2011'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2011').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2011", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2013-08-08]
|
||||
|
||||
## 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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2015-01-20
|
||||
Aufbewahrung: 2025-12-31
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2012
|
||||
type: Archiv
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2012'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2012'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2012'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2012').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2012", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2015-01-20]
|
||||
|
||||
## 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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2017-05-19
|
||||
Aufbewahrung: 2027-12-31
|
||||
type: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2013
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2013'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2013'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2013'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2013').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2013", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2017-05-19]
|
||||
|
||||
## 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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2015-12-14
|
||||
Aufbewahrung: 2025-12-31
|
||||
type: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2014
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2014'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2014'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2014'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2014').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2014", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2015-12-14]
|
||||
|
||||
## 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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2016-12-16
|
||||
Aufbewahrung: 2026-12-31
|
||||
type: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2015
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2015'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2015'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2015'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2015').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2015", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2016-12-16]
|
||||
|
||||
## 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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2018-12-05
|
||||
Aufbewahrung: 2028-12-31
|
||||
type: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2016
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2016'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2016'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2016'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2016').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2016", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2018-12-05]
|
||||
|
||||
## 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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2018-12-05
|
||||
Aufbewahrung: 2028-12-31
|
||||
type: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2017
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2017'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2017'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2017'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2017').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2017", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2018-12-05]
|
||||
|
||||
## 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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2020-01-27
|
||||
Aufbewahrung: 2030-12-31
|
||||
type: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2018
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2018'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2018'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2018'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2018').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2018", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2020-01-27]
|
||||
|
||||
## 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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2020-12-31
|
||||
Aufbewahrung: 2030-12-31
|
||||
type: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2019
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2019'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2019'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2019'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2019').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2019", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2020-12-31]
|
||||
|
||||
## 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,63 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2021-06-30
|
||||
Aufbewahrung: 2031-12-31
|
||||
type: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2020
|
||||
---
|
||||
%%
|
||||
Goal:: [[Steuererklärung]]
|
||||
Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2020'})`
|
||||
Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2020'})`
|
||||
Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2020'})`
|
||||
Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2020').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) }`
|
||||
%%
|
||||
`$= dv.view('project-progress-bar', {file: "Steuererklärung 2020", alignLeft: true})`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Bescheid erhalten [completion:: 2021-06-30]
|
||||
|
||||
## 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,77 +0,0 @@
|
||||
---
|
||||
id: Steuererklärung 2021
|
||||
aliases: []
|
||||
tags:
|
||||
- process/project
|
||||
Aufbewahrung: "2033-12-31"
|
||||
Steuerbescheid: "2023-08-15"
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2021
|
||||
type: Archiv
|
||||
---
|
||||
>[!info]- Projekt
|
||||
>Goal:: [[Steuererklärung]]
|
||||
>Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2021'})`
|
||||
>Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2021'})`
|
||||
>Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2021'})`
|
||||
>Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2021').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
|
||||
|
||||
Eingang der Steuererstattung am 17.05.2023 in Höhe von €4694,36
|
||||
PEETZ THOMAS Referenz 019/468/00489 EINKG1505202
|
||||
305770229 Verwendungszweck ERSTATT.019/468/00489
|
||||
EINK.ST 2021 4.141,00 EUR,
|
||||
SOL.EST 2021 ,41 EUR,
|
||||
UMS.ST 2021 180,54 EUR,
|
||||
KIST. 2021 372,41 EUR
|
||||
abweichender Auftraggeber ZAHLUNGSVERKEHR BERLINER FINANZAEMT ER
|
||||
Finanzamt Charlottenburg i.A.d. Berliner Finanzamter
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Steuerbüro anrufen wegen Steuerbescheid [startTime:: 10:00] [endTime:: 11:00] [due:: 2023-05-31] [completion:: 2023-05-31]
|
||||
- [x] Anruf Steuerbüro bezüglich Steuerbescheid [[Sauer Nitzsche Böhm GbR]] [priority:: medium] [start:: 2023-06-01] [scheduled:: 2023-06-19] [completion:: 2023-06-20]
|
||||
- [x] Anruf Steuerbüro bezüglich Steuerbescheid [[Sauer Nitzsche Böhm GbR]] [start:: 2023-06-20] [scheduled:: 2023-07-04] [completion:: 2023-07-18]
|
||||
- [x] Weiterleitung des Steuerbescheides an [[Siemens Betriebskrankenkasse]] [start:: 2023-05-15]
|
||||
- [x] Bescheid erhalten [completion:: 2023-08-15]
|
||||
|
||||
## 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,65 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2024-03-12
|
||||
Aufbewahrung: 2034-12-31
|
||||
type: Steuererklärung
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2022
|
||||
|
||||
---
|
||||
> [!project]-
|
||||
> Goal:: [[Steuererklärung]]
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2022'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2022'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2022'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2022').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
|
||||
|
||||
- [x] Öffnungszeiten des Steuerbüro erfragen [start:: 2023-09-28] [scheduled:: 2023-09-28] [due:: 2023-09-28] [completion:: 2023-09-28]
|
||||
- [x] Termin zur Unterschrift im Steuerbüro [start:: 2023-11-06] [scheduled:: 2023-11-24] [completion:: 2023-11-28]
|
||||
- [x] Gutschrift erhalten [start:: 2024-01-01] [scheduled:: 2024-05-23] [completion:: 2024-03-14]
|
||||
- [x] Bescheid erhalten [start:: 2024-01-01] [scheduled:: 2024-05-23] [completion:: 2024-03-14]
|
||||
|
||||
## 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,69 +0,0 @@
|
||||
---
|
||||
Steuerbescheid: 2025-01-02
|
||||
Aufbewahrung: 2035-12-31
|
||||
type: Steuererklärung
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2023
|
||||
|
||||
---
|
||||
|
||||
> [!project]- Steuererklärung
|
||||
> Goal:: [[Steuererklärung]]
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2023'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2023'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2023'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2023').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
|
||||
|
||||
- [x] Lohnsteuerbescheinigung Thomas [completion:: 2024-01-29]
|
||||
- [x] Lohnsteuerbescheinigung Claudia [completion:: 2024-01-12]
|
||||
- [x] Aufwendungen für Werbungskosten (Entfernung für Kilometerpauschale) [scheduled:: 2024-06-25] [completion:: 2024-08-22]
|
||||
- [x] Bescheid erhalten [start:: 2024-12-20] [completion:: 2025-01-14]
|
||||
- [x] Gutschrift erhalten [start:: 2024-12-20] [completion:: 2025-01-06]
|
||||
|
||||
|
||||
|
||||
## 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,60 +0,0 @@
|
||||
---
|
||||
Steuerbescheid:
|
||||
Aufbewahrung:
|
||||
type: Steuererklärung
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Steuererklärung 2024
|
||||
|
||||
---
|
||||
|
||||
> [!project]- Steuererklärung
|
||||
> Goal:: [[Steuererklärung]]
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2024'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2024'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2024'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2024').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
|
||||
|
||||
```datacorejsx
|
||||
return function View() {
|
||||
const pages = dc.useQuery('@page and path("Journal/cimt AG/2024") and work_home = true');
|
||||
return <p>Tage im HomeOffice {pages.length}</p>;
|
||||
}
|
||||
```
|
||||
Büro 49
|
||||
Homeoffice 167
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Lohnsteuerbescheinigung Thomas [start:: 2025-01-01] [completion:: 2025-05-20]
|
||||
- [x] Lohnsteuerbescheinigung Claudia [start:: 2025-03-01] [completion:: 2025-05-20]
|
||||
- [x] Nebenkostenabrechnung wegen haushaltsnaher Dienstleistungen [start:: 2024-11-10] [completion:: 2025-09-23]
|
||||
- [x] Aufwendungen für Werbungskosten (Entfernung für Kilometerpauschale) [start:: 2025-01-01] [scheduled:: 2025-09-23] [completion:: 2025-09-23]
|
||||
- [x] Bescheid erhalten #process/task [start:: 2025-10-30] [completion:: 2026-02-11]
|
||||
|
||||
## 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,21 +1,10 @@
|
||||
---
|
||||
Steuerbescheid:
|
||||
Aufbewahrung:
|
||||
type: Steuererklärung
|
||||
Steuerbescheid:
|
||||
Aufbewahrung:
|
||||
tags:
|
||||
- process/project
|
||||
status: Aktiv
|
||||
subtitle: Steuererklärung 2025
|
||||
|
||||
---
|
||||
|
||||
> [!project]- Steuererklärung
|
||||
> Goal:: [[Steuererklärung]]
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'Steuererklärung 2025'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'Steuererklärung 2025'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Steuererklärung 2025'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('Steuererklärung 2025').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
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
type: Wohnung
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Oberlicht abdecken
|
||||
@@ -9,7 +8,7 @@ subtitle: Oberlicht abdecken
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'Abdeckung über der Wohnungstür'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'Abdeckung über der Wohnungstür'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Abdeckung über der Wohnungstür'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('Abdeckung über der Wohnungstür').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
|
||||
|
||||
@@ -27,18 +26,3 @@ subtitle: Oberlicht abdecken
|
||||
- [ ] Bleck lackieren
|
||||
- [ ] Blech anbringen
|
||||
|
||||
## 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,
|
||||
Progress,
|
||||
Target
|
||||
]
|
||||
}));
|
||||
```
|
||||
|
||||
@@ -1,48 +0,0 @@
|
||||
---
|
||||
type: Wohnung
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Lattenrost unterstützen
|
||||
status: Archiv
|
||||
|
||||
---
|
||||
|
||||
> [!abstract]+ Projekt
|
||||
> Goal:: [[Wohnung]]
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'Bett reparieren'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'Bett reparieren'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Bett reparieren'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('Bett reparieren').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
|
||||
|
||||
Es ist aufgefallen, dass in der Mitte des Bettes eine Kuhle ist, die durch das Absenken des Lattenrostes entstand. Es fehlt eine Abstützung in der Mitte, um das Lattenrost abzufangen.
|
||||
|
||||
Das Bett wird durcj zwei neue Betten ersetzt.
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Größe der Abstützung ermitteln [scheduled:: 2024-06-05] [completion:: 2024-10-12]
|
||||
|
||||
## 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,
|
||||
Progress,
|
||||
Target
|
||||
]
|
||||
}));
|
||||
```
|
||||
@@ -1,59 +0,0 @@
|
||||
---
|
||||
type: Leben
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Charlotte Ordner
|
||||
|
||||
---
|
||||
> [!abstract]+ Project
|
||||
> Goal:: [[Ablage]]
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'Charlotte Ordner'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'Charlotte Ordner'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Charlotte Ordner'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('Charlotte Ordner').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,19 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
---
|
||||
%%
|
||||
Project:: [[Charlotte Ordner]]
|
||||
Bar:: `$= dv.view('total-progress-bar', {file: "Mieterhöhungsverlangen Oktober 2023"})`
|
||||
%%
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Mieterhöhungsverlangen Oktober 2023 bearbeiten [completion:: 2024-01-13]
|
||||
- [x] Mieterhöhungsverlangen zurüxksenden [completion:: 2024-01-13]
|
||||
- [x] Empfangsbestätigung erstellen [completion:: 2024-01-13]
|
||||
- [x] Mieterhöhungsverlangen und Empfangsbestätigung im **Charlotte Ordner** ablegen [completion:: 2024-01-13]
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
---
|
||||
%%
|
||||
Project:: [[Charlotte Ordner]], [[Steuererklärung 2023]]
|
||||
Bar:: `$= dv.view('total-progress-bar', {file: "Nebenkostenabrechnung"})`
|
||||
%%
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Nebenkostenabrechnung 2022
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
> [!tasl]- Aufgabe
|
||||
>Project:: [[Charlotte Ordner]], [[Steuererklärung 2024]]
|
||||
>Bar:: `$= dv.view('total-progress-bar', {file: "Nebenkostenabrechnung 2023"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Nebenkostenabrechnung erhalten
|
||||
- [x] Nebenkostenabrechnung eingescannt [completion:: 2025-01-27]
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
> [!tasl]- Aufgabe
|
||||
>Project:: [[Charlotte Ordner]], [[Steuererklärung 2025]]
|
||||
>Bar:: `$= dv.view('total-progress-bar', {file: "Nebenkostenabrechnung 2024"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Nebenkostenabrechnung erhalten [completion:: 2025-12-15]
|
||||
- [x] Nebenkostenabrechnung eingescannt [completion:: 2025-12-11]
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[Austausch Laptop]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "Aufsetzen WSL neuer Laptop"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Aufsetzen WSL neuer Laptop [completion:: 2025-05-16]
|
||||
@@ -1,88 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[Austausch Laptop]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "Aufsetzen neuer Laptop"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
### Microsoft.PowerShell_profile.ps1
|
||||
```powershell
|
||||
Set-Alias lvim 'C:\Users\tpeetz\.local\bin\lvim.ps1'
|
||||
oh-my-posh init pwsh --config https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/catppuccin.omp.json | Invoke-Expression
|
||||
```
|
||||
|
||||
### .bash/themes/git_bash_windows_powerline/.git/config
|
||||
```gitconfig
|
||||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = false
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
symlinks = false
|
||||
ignorecase = true
|
||||
[remote "origin"]
|
||||
url = https://github.com/diesire/git_bash_windows_powerline.git
|
||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||
[branch "master"]
|
||||
remote = origin
|
||||
merge = refs/heads/master
|
||||
rebase = true
|
||||
```
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Einrichten von OneDrive, Outlook [completion:: 2025-05-19]
|
||||
- [x] Installation Firefox [completion:: 2025-05-16]
|
||||
- [x] Installation Brave [completion:: 2025-05-16]
|
||||
- [x] Installartion Notepad++ [completion:: 2025-05-19]
|
||||
- [x] Installation Rainmeter [completion:: 2025-05-19]
|
||||
- [x] Installation Obsidian [completion:: 2025-05-19]
|
||||
- [x] Installation FreeCommander XE [completion:: 2025-05-19]
|
||||
- [x] Installation JetBrains IDEA CE [completion:: 2025-05-19]
|
||||
- [x] Installation JetBrains PyCharm CE [completion:: 2025-05-19]
|
||||
- [x] Installation DBeaver [completion:: 2025-05-19]
|
||||
- [x] Installation Signal Desktop [completion:: 2025-05-19]
|
||||
- [x] Installation 7zip [start:: 2025-05-16]
|
||||
- [x] Installation Brother Druckertreiber [start:: 2025-05-16] [completion:: 2025-07-08]
|
||||
- [x] Installation Citrix Workspace [completion:: 2025-05-19]
|
||||
- [x] Installation Docker Desktop [start:: 2025-05-16] [completion:: 2025-07-11]
|
||||
- [x] Installation FileZilla [start:: 2025-05-16] [completion:: 2025-05-26]
|
||||
- [x] Installation Git und Git LFS [completion:: 2025-05-19]
|
||||
- [x] Installation Github CLI und glab (Gitlab CLI) [completion:: 2025-10-21]
|
||||
- [x] Installation gpg4Win [start:: 2025-05-16] [completion:: 2025-09-30]
|
||||
- [x] Installation Greenshot [completion:: 2025-05-19]
|
||||
- [x] Installation KeepassXC [completion:: 2025-05-19]
|
||||
- [x] Installation Lite XL [completion:: 2025-05-19]
|
||||
- [x] Installation MediaMonkey [completion:: 2025-10-21]
|
||||
- [x] Installation MariaDB [start:: 2025-05-16] [completion:: 2025-10-21]
|
||||
- [x] Installation PostgreSQL [start:: 2025-05-16] [completion:: 2025-10-21]
|
||||
- [x] Installation Logi Options+ [completion:: 2025-05-19]
|
||||
- [x] Installation Visual Studio Code [completion:: 2025-05-19]
|
||||
- [x] Installation Neovim [start:: 2025-05-16] [completion:: 2025-07-07]
|
||||
- [x] Installation Obsidian [completion:: 2025-05-19]
|
||||
- [x] Installation Oh My Posh [start:: 2025-05-16] [completion:: 2025-05-26]
|
||||
- [x] Installation Postman [start:: 2025-05-16] [completion:: 2025-07-08]
|
||||
- [x] Installation Powershell [completion:: 2025-05-19]
|
||||
- [x] Installation PowerToys [start:: 2025-05-16] [completion:: 2025-07-07]
|
||||
- [x] Installation Putty [completion:: 2025-05-19]
|
||||
- [x] Installation Python [start:: 2025-05-16] [completion:: 2025-07-08]
|
||||
- [x] Installation Ruby [start:: 2025-05-16] [completion:: 2025-10-21]
|
||||
- [x] Installation Rust [start:: 2025-05-16] [completion:: 2025-10-21]
|
||||
- [x] Installation Sourcetree [completion:: 2025-05-19]
|
||||
- [x] Installation Sengi [start:: 2025-05-16] [completion:: 2025-10-21]
|
||||
- [x] Installation Slido for Windows [start:: 2025-05-16] [completion:: 2025-10-21]
|
||||
- [x] Installation THeiaIDE [start:: 2025-05-16] [completion:: 2025-07-09]
|
||||
- [x] Installation Terminal [completion:: 2025-05-19]
|
||||
- [x] Installation TortoiseGit [start:: 2025-05-16] [completion:: 2025-07-08]
|
||||
- [x] Installation TreeSizeFree [start:: 2025-05-16] [completion:: 2025-10-21]
|
||||
- [x] Installation WinSCP [start:: 2025-05-16] [completion:: 2025-05-26]
|
||||
- [x] Installation Zoom [start:: 2025-05-16] [completion:: 2025-10-21]
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
tags:
|
||||
- process/task
|
||||
subtitle: Confluence
|
||||
---
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
- [ ] Confluence Seiten überprpüft [scheduled:: 2026-03-12]
|
||||
- [ ] Apache Servicemix Confluence Seite erstellen [scheduled:: 2026-03-12]
|
||||
- [ ] Apache Camel Karavan Confluence Seite erstellen [scheduled:: 2026-03-12]
|
||||
- [ ] Spring Boot mit Camel Confluence Seite erstellen [scheduled:: 2026-03-12]
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
---
|
||||
%%
|
||||
Project:: [[ISO-27001 Zertifizierung]]
|
||||
Bar:: `$= dv.view('total-progress-bar', {file: "Dataguard Schulung"})`
|
||||
%%
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Anmeldung Dataguard Academy [completion:: 2024-01-23]
|
||||
- [x] Dataguard Schulung [completion:: 2024-01-23]
|
||||
@@ -1,45 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
---
|
||||
%%
|
||||
Project:: [[Unterweisung]]
|
||||
Bar:: `$= dv.view('total-progress-bar', {file: "Datenschutz Schulung"})`
|
||||
%%
|
||||
## Aufgabenbeschreibung
|
||||
[[Sina Breskas]]
|
||||
Liebe Kollegen und liebe Kolleginnen,
|
||||
|
||||
ich hoffe es geht euch gut.
|
||||
|
||||
Ihr habt bereits vor zwei Jahren erfolgreich an einer Datenschutzschulung teilgenommen.
|
||||
|
||||
Wir sind dazu verpflichtet euch regelmäßig (zwei Jahre) zum Thema Datenschutz erneut zu schulen.
|
||||
|
||||
Anbei sende ich euch den [Link zu der Onlineschulung](https://academy.dataguard.de/de/6318/courses/4bee4d44-7288-47ce-a8fe-6437756b7b62/lessons/f6dfa41b-4bec-4c22-a86a-3c6fef79e1cf), mit der Bitte an dieser Schulung teilzunehmen. Der Link ist so generiert, dass ihr nach der Anmeldung eigentlich direkt zur Schulung kommt. Sollte dies nicht der Fall sein, findet ihr nachfolgend den entsprechenden Pfad.
|
||||
|
||||
1. Anmeldung über Dataguard
|
||||
2. danach Adcademy anklicken
|
||||
3. ggf. Seite auf deutsch umstellen, sonst kann es sein, dass die Datenschutz-Schulung nicht angezeigt wird
|
||||
4. danach bitte "Datenschutz- Grundlagen 2024" auswählen und bearbeiten
|
||||
|
||||
Die Onlineschulung dauert erfahrungsgemäß maximal 20-30 Minuten und endet mit einigen Fragen zur DSGVO.
|
||||
|
||||
Das Teilnahme Zertifikat braucht ihr uns nicht zu senden.
|
||||
|
||||
Bitte bucht die Zeiten für die Schulung auf „900000001O (objects intern)“ Vorgang „901000 Diverse Aktivitäten/Büroarbeit“ mit dem Text „Schulung DSGVO 2024“ buchen.
|
||||
|
||||
Bitte nehmt zeitnah allerdings **bis spätestens zum 06.03.2024 a**n der Schulung teil.
|
||||
|
||||
Vielen lieben Dank im Voraus.
|
||||
|
||||
Solltet ihr Rückfragen haben, kommt gerne jederzeit auf mich zu.
|
||||
|
||||
Viele Grüße
|
||||
|
||||
Sina
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
- [x] Schulung DSGVO 2024 [start:: 2024-02-20] [due:: 2024-03-06] [completion:: 2024-02-21]
|
||||
@@ -1,24 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[Austausch Laptop]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "Installation Outlook (classic)"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
Zur Zeit ist die Verwendung des neuen Outlook in der cimt nicht vorgesehen.
|
||||
Bei neuen Rechnern ist daher Outlook (classic) zu installieren.
|
||||
Die Installation kann von der Seite:
|
||||
https://support.microsoft.com/de-de/office/installieren-oder-erneutes-installieren-des-klassischen-outlook-auf-einem-windows-pc-5c94902b-31a5-4274-abb0-b07f4661edf5
|
||||
heruntergeladen werden.
|
||||
|
||||
Nach der Installation ist explizit die Anwendung **Outlook (classic)** auszuwahlen.
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Installation Outlook (classic) [completion:: 2025-05-20]
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[Unterweisung]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "KI Verordnung 2025"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] jährliche Unterweisung KI Verordnung 2025 [completion:: 2025-06-05]
|
||||
- [x] Anfrage an [[Frank Füllbier]] zwecks Nutzung von ollama im Rahmen der KI Verordnung mit Angaben zu ollama [start:: 2025-06-05] [scheduled:: 2025-06-06] [completion:: 2025-07-07]
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[Austausch Laptop]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "Sicherung und Bereinigung BERLW1TPE"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Bereinigung Verzeichnis Dokumente [completion:: 2025-05-19]
|
||||
- [x] Bereinigung Verzeichnis projekte [completion:: 2025-05-19]
|
||||
@@ -1,56 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: 180PT Faktura in 2022
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Goal:: [[Journal/cimt AG/2022|2022]]
|
||||
> Progress:: `$= dv.view('project-progress', {file: '180PT Faktura in 2022'})`
|
||||
> Target:: `$= dv.view('project-target', {file: '180PT Faktura in 2022'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: '180PT Faktura in 2022'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('180PT Faktura in 2022').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,73 +0,0 @@
|
||||
---
|
||||
type: Weiterbildung
|
||||
projectStatus: Aktiv
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: AWS Certified SysOps Administrator Associate
|
||||
|
||||
---
|
||||
> [!project]- AWS Certified CloudOps Engineer Associate
|
||||
> Goal:: [[Journal/cimt AG/2024|2024]], [[Journal/cimt AG/2025|2025]]
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'AWS Certified CloudOps Engineer Associate'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'AWS Certified CloudOps Engineer Associate'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'AWS Certified CloudOps Engineer Associate'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('AWS Certified CloudOps Engineer Associate').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) }`
|
||||
|
||||
### Status
|
||||
- [x] AWS Certified CloudOps Engineer Associate [start:: 2025-07-31] [scheduled:: 2025-11-18] [due:: 2025-11-30] [completion:: 2025-11-18]
|
||||
^status
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
https://aws.amazon.com/de/certification/certified-sysops-admin-associate/
|
||||
https://explore.skillbuilder.aws/learn/lp/1662/aws-certified-sysops-administrator-associate-learning-plan-partner
|
||||
[[AWS Lernpfad]]
|
||||
|
||||
Prüfungim Test Center
|
||||
SOFTED SYSTEMS GmbH
|
||||
Reinhardtstrasse 58
|
||||
10117 Berlin
|
||||
GERMANY
|
||||
|
||||
```html
|
||||
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="b164cadc-5b5b-4eef-9c92-6ef82a965596" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
|
||||
```
|
||||
|
||||

|
||||
|
||||
![[aws-certified-cloudops-engineer-associate.png|200]]
|
||||
|
||||
## Review questions
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Kurs AWS Certified SysOps Administrator Associate abschliessen [completion:: 2024-01-10]
|
||||
- [x] Link https://explore.skillbuilder.aws/learn/lp/1662/aws-certified-sysops-administrator-associate-learning-plan-partner [completion:: 2024-02-06]
|
||||
- [x] Kurs https://www.udemy.com/course/ultimate-aws-certified-sysops-administrator-associate/ buchen [scheduled:: 2024-02-08] [completion:: 2024-02-08]
|
||||
- [x] Kurs https://www.udemy.com/course/aws-certified-sysops-administrator-associate-training/ buchen [scheduled:: 2024-02-08] [completion:: 2024-02-08]
|
||||
- [x] Udemy Kurs durchgeführt [start:: 2024-10-14] [completion:: 2024-10-25]
|
||||
- [x] Test-Prüfung durchgeführt [start:: 2024-10-25] [scheduled:: 2024-10-28] [completion:: 2024-10-28]
|
||||
- [x] Test-Prüfung erneut durchgeführt [start:: 2024-10-28] [scheduled:: 2024-10-29] [completion:: 2024-10-30]
|
||||
- [x] Test-Prüfung bestanden [start:: 2024-10-30] [completion:: 2024-11-01]
|
||||
- [x] Anmeldung zur Zertifizierung #process/task [start:: 2024-11-08] [scheduled:: 2024-11-25] [completion:: 2024-11-28]
|
||||
- [x] Zertifizierung bestanden [start:: 2025-11-18] [scheduled:: 2025-11-18] [completion:: 2025-11-19]
|
||||
|
||||
## 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,
|
||||
Progress,
|
||||
Target
|
||||
]
|
||||
}));
|
||||
```
|
||||
@@ -1,56 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Austausch Laptop
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Goal::
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'Austausch Laptop'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'Austausch Laptop'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Austausch Laptop'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('Austausch Laptop').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,78 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Blog Post
|
||||
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Goal:: [[Journal/cimt AG/2025|2025]]
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'Blog Post'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'Blog Post'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Blog Post'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('Blog Post').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
|
||||
|
||||
> Eine coole, aktuelle ESB/Integration Success Story von der Messe München könnten wir ebenfalls wieder gut gebrauchen. Wir haben da nur etwas veraltetes. Das wäre auch ein 34% Ziel und den Blog-Post vorzuziehen.
|
||||
> [Messe München - cimt ag | IT-Consulting](https://www.cimt-ag.de/portfolio/messe-munchen-talend-esb-und-outtasking/)
|
||||
|
||||
### Beschreibung der Lösung für Messe München
|
||||
https://dev.nmm.de/co/display/TAL/Application+monitoring
|
||||
|
||||
- Vorstellung der Varianten von on-Prem und Cloud-Lösung.
|
||||
- Vor- und Nachteile beider Lösungen in Hinsicht auf Betrieb und Sicherheit
|
||||
- Vorstellung der Implementierung als docker-compose On-Prem
|
||||
- Ausblicksuf Portierung der Lösung zu einem Cloud-Betreiber (GCP, AWS, Telekom, Hetzner, o.ä.)
|
||||
|
||||
## Resources
|
||||
- [Github Repository](https://github.com/cimt-ag/monitoring-docker)
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
```
|
||||
|
||||
## Aufgaben
|
||||
- [x] Stefanie Pelster ansprechen bezüglich Themen für Blog Post [completion:: 2025-03-07]
|
||||
- [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]
|
||||
- [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);
|
||||
|
||||
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,60 +0,0 @@
|
||||
---
|
||||
id: COBOL Mainframe Transformation
|
||||
aliases: []
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: COBOL Mainframe Transformation
|
||||
type: Beruflich
|
||||
---
|
||||
>[!info]]- Projekt
|
||||
>Goal::
|
||||
>Progress:: `$= dv.view('project-progress', {file: 'COBOL Mainframe Transformation'})`
|
||||
>Target:: `$= dv.view('project-target', {file: 'COBOL Mainframe Transformation'})`
|
||||
>Bar:: `$= dv.view('project-progress-bar', {file: 'COBOL Mainframe Transformation'})`
|
||||
>Tasks:: `$= const aufgaben = dv.page('COBOL Mainframe Transformation').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,62 +0,0 @@
|
||||
---
|
||||
status: Aktiv
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Confluence
|
||||
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Goal::
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'Confluence'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'Confluence'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Confluence'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('Confluence').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
|
||||
- [ ] Confluence Seiten überprpüft [scheduled:: 2026-03-12]
|
||||
- [ ] Apache Servicemix Confluence Seite erstellen [scheduled:: 2026-03-12]
|
||||
- [ ] Apache Camel Karavan Confluence Seite erstellen [scheduled:: 2026-03-12]
|
||||
- [ ] Spring Boot mit Camel Confluence Seite erstellen [scheduled:: 2026-03-12]
|
||||
|
||||
|
||||
## 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,61 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Erfolgreich im Projekt bei Messe München agieren
|
||||
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Goal:: [[Journal/cimt AG/2025|2025]]
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'Erfolgreich im Projekt bei Messe München agieren'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'Erfolgreich im Projekt bei Messe München agieren'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Erfolgreich im Projekt bei Messe München agieren'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('Erfolgreich im Projekt bei Messe München agieren').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
|
||||
- [x] Beauftragung für Q1/25 bei [[Infos/Unternehmen/Messe München GmbH]] [completion:: 2025-03-07]
|
||||
- [x] Beauftragung für Q2/25 bei [[Infos/Unternehmen/Messe München GmbH]] [completion:: 2025-03-28]
|
||||
- [-] Beauftragung für Q3/25 bei [[Infos/Unternehmen/Messe München GmbH]]
|
||||
- [-] Beauftragung für Q4/25 bei [[Infos/Unternehmen/Messe München GmbH]]
|
||||
|
||||
## 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,16 +1,14 @@
|
||||
---
|
||||
status: Aktiv
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Faktura-Quote 60 Prozent bis Ende des Jahres
|
||||
|
||||
reference:
|
||||
- "[[Journal/cimt AG/2026|2026]]"
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Goal:: [[Journal/cimt AG/2026|2026]]
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'Faktura-Quote 60 Prozent bis Ende des Jahres'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'Faktura-Quote 60 Prozent bis Ende des Jahres'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Faktura-Quote 60 Prozent bis Ende des Jahres'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('Faktura-Quote 60 Prozent bis Ende des Jahres').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
|
||||
Faktura-Quote auf 60% heben bis Ende des Jahres (März-Nov)
|
||||
@@ -25,35 +23,3 @@ subtitle: Faktura-Quote 60 Prozent bis Ende des Jahres
|
||||
|
||||
## 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,155 +0,0 @@
|
||||
---
|
||||
id: Google Cloud Developer
|
||||
aliases: []
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Zertifizierung zum Google Cloud Developer
|
||||
type: Archiv
|
||||
---
|
||||
|
||||
> [!info]- Projekt
|
||||
>Goal:: [[Journal/cimt AG/2021|2021]], [[Journal/cimt AG/2022|2022]], [[Journal/cimt AG/2023|2023]]
|
||||
>Progress:: `$= dv.view('project-progress', {file: 'Google Cloud Developer'})`
|
||||
>Target:: `$= dv.view('project-target', {file: 'Google Cloud Developer'})`
|
||||
>Bar:: `$= dv.view('project-progress-bar', {file: 'Google Cloud Developer'})`
|
||||
>Tasks:: `$= const aufgaben = dv.page('Google Cloud Developer').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
|
||||
|
||||
- [x] Udemy Kurs abschliessen [start:: 2023-04-01] [due:: 2023-06-30] [completion:: 2023-07-29]
|
||||
- [x] Anmeldung zur Zertifizierung [start:: 2023-10-12] [scheduled:: 2023-10-12] [completion:: 2023-11-10]
|
||||
- [x] Cloud Spanner Instanz beenden [priority:: high] [start:: 2023-07-18] [due:: 2023-07-19] [completion:: 2023-07-19]
|
||||
- [x] Udemy Kurs mit Examensfragen raussuchen und an [[Frank Füllbier]] senden [start:: 2023-07-28] [scheduled:: 2023-07-28] [due:: 2023-07-28] [completion:: 2023-07-29]
|
||||
- [x] neuen Udemy Kurs mit Examsfragen bestellen lassen [start:: 2023-09-10] [scheduled:: 2023-10-23] [due:: 2023-10-24] [completion:: 2023-10-23]
|
||||
- [x] Prüfung absagen [start:: 2023-11-30] [due:: 2023-12-04] [completion:: 2023-12-02]
|
||||
- [x] neuen Prüfungstermin festlegen [start:: 2023-12-05] [scheduled:: 2023-12-08] [due:: 2023-12-15] [completion:: 2023-12-12]
|
||||
- [x] Udemy Kurs zur Prüfungsvorbereitung [completion:: 2024-01-10]
|
||||
- [x] Google Cloud Developer Certification [completion:: 2024-01-10]
|
||||
|
||||
## 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
|
||||
]
|
||||
}));
|
||||
```
|
||||
|
||||
## Udemy Kurs
|
||||
|
||||
URL: [Google Cloud Developer - GCP Professional Certification | Udemy](https://www.udemy.com/course/google-cloud-certified-professional-cloud-developer/learn/lecture/27467638#overview)
|
||||
Abschlussbescheinigung des Kurses: [[UC-9f0f6f2c-b633-4665-8931-a8362dbc3c06.pdf]]
|
||||
|
||||
## Webassessor
|
||||
Account angelegt
|
||||
Benutzername: tpeetz
|
||||
|
||||
### Cloud Spanner
|
||||
|
||||
DDL Skript
|
||||
|
||||
```SQL
|
||||
CREATE TABLE Users (
|
||||
UserId INT64 NOT NULL,
|
||||
UserName STRING(1024)
|
||||
) PRIMARY KEY(UserId);
|
||||
```
|
||||
|
||||
### Abschnitt 21 - 229 Step 02
|
||||
|
||||
Erstelle Cloud SQL MYSQL Instanz
|
||||
Instance ID: my-first-cloud-sql-instance
|
||||
Passwort: c%o)N\zM{7/CB8;J
|
||||
|
||||
```sql
|
||||
create table user (id integer, username varchar(30) );
|
||||
describe user;
|
||||
insert into user values(1, 'Ranga');
|
||||
select * from user;
|
||||
```
|
||||
|
||||
### gcloud sql
|
||||
```shell
|
||||
# Cloud SQL
|
||||
gcloud sql connect my-first-cloud-sql-instance --user=root --quiet
|
||||
gcloud config set project glowing-furnace-304608
|
||||
gcloud sql connect my-first-cloud-sql-instance --user=root --quiet
|
||||
use todos
|
||||
create table user (id integer, username varchar(30) );
|
||||
describe user;
|
||||
insert into user values (1, 'Ranga');
|
||||
select * from user;
|
||||
```
|
||||
|
||||
```shell
|
||||
# Cloud SQL Auth Proxy
|
||||
gcloud sql connect my-first-cloud-sql-instance --user=root --quiet
|
||||
mysql -u root -p --host 35.193.189.63
|
||||
wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O cloud_sql_proxy
|
||||
chmod +x ./cloud_sql_proxy
|
||||
mysql -u root -p --host 127.0.0.1
|
||||
./cloud_sql_proxy -instances=glowing-furnace-304608:us-central1:my-first-cloud-sql-instance=tcp:3306
|
||||
```
|
||||
|
||||
### Cloud Pub-Sub
|
||||
|
||||
```shell
|
||||
1. gcloud config set project glowing-furnace-304608
|
||||
2. gcloud pubsub topics create topic-from-gcloud
|
||||
3. gcloud pubsub subscriptions create subscription-gcloud-1 --topic=topic-from-gcloud
|
||||
4. gcloud pubsub subscriptions create subscription-gcloud-2 --topic=topic-from-gcloud
|
||||
5. gcloud pubsub subscriptions pull subscription-gcloud-2
|
||||
6. gcloud pubsub subscriptions pull subscription-gcloud-1
|
||||
7. gcloud pubsub topics publish topic-from-gcloud --message="My First Message"
|
||||
8. gcloud pubsub topics publish topic-from-gcloud --message="My Second Message"
|
||||
9. gcloud pubsub topics publish topic-from-gcloud --message="My Third Message"
|
||||
10. gcloud pubsub subscriptions pull subscription-gcloud-1 --auto-ack
|
||||
11. gcloud pubsub subscriptions pull subscription-gcloud-2 --auto-ack
|
||||
12. gcloud pubsub topics list
|
||||
13. gcloud pubsub topics delete topic-from-gcloud
|
||||
14. gcloud pubsub topics list-subscriptions my-first-topic
|
||||
```
|
||||
## Abschnitt 33
|
||||
|
||||
https://opentelemetry.io
|
||||
|
||||
## Abschnitt 35
|
||||
|
||||
https://cloud.google.com/certification/cloud-developer
|
||||
https://cloud.google.com/certification/guides/cloud-developer
|
||||
https://cloud.google.com/certification/sample-questions/cloud-developer
|
||||
https://support.goole.com/cloud-certification/#topic=9433215
|
||||
@@ -1,64 +0,0 @@
|
||||
---
|
||||
id: ISO-27001 Zertifizierung
|
||||
aliases: []
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: ISO-27001 Zertifizierung
|
||||
type: Beruflich
|
||||
---
|
||||
>[!info]- Projekt
|
||||
>Goal::
|
||||
>Progress:: `$= dv.view('project-progress', {file: 'ISO-27001 Zertifizierung'})`
|
||||
>Target:: `$= dv.view('project-target', {file: 'ISO-27001 Zertifizierung'})`
|
||||
>Bar:: `$= dv.view('project-progress-bar', {file: 'ISO-27001 Zertifizierung'})`
|
||||
>Tasks:: `$= const aufgaben = dv.page('ISO-27001 Zertifizierung').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
|
||||
|
||||
1. Die Schulungen sind nur auf Deutsch freigeschaltet, d.h. solltet ihr keine Schulung im Portal sehen, bitte oben rechts in der Ecke einmal auf **DE** umschalten!
|
||||
2. Bucht Eure Dataguard Schulungen bitte immer in ZEP auf dem Projekt "900000001O (objects intern)" und Vorgang „901000 Diverse Aktivitäten/Büroarbeit“ mit dem Text der durchgeführten Schulungen, also z.B. „Informationssicherheit – Grundlagen 2024“
|
||||
3. Zertifikate müsst ihr uns nicht per Mail schicken, wir können diese gesammelt herunterladen und in Eurer Personalakte ablegen.
|
||||
4. Wenn ihr Euren Erfolg auf LinkedIn veröffentlicht (das ist natürlich freiwillig), wäre es super, wenn ihr wieder die cimt ag erwähnt. z.B. "Im Rahmen meiner Weiterbildung bei der @cimt ag habe ich folgendes Zertifikat erworben:"
|
||||
## 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,16 +1,13 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: PURR Development
|
||||
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Goal::
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'PURR Development'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'PURR Development'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'PURR Development'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('PURR Development').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
|
||||
|
||||
@@ -35,35 +32,3 @@ ROARs Room Organization Attendance Retrieval system
|
||||
|
||||
## Aufgaben
|
||||
- [x] Namen für die Neuentwicklung von PURR finden und Git Projekt aufsetzen [start:: 2025-09-29] [scheduled:: 2025-09-30] [completion:: 2025-10-22]
|
||||
|
||||
## 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,25 +0,0 @@
|
||||
---
|
||||
title: CIP020 Weekly Sync
|
||||
allDay: false
|
||||
startTime: 15:00
|
||||
endTime: 15:15
|
||||
date: 2024-02-23
|
||||
completed:
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Simon Obermayr]], [[Frank Füllbier]]
|
||||
Related Projects:: [[CIP020 SAP - GCP Cortex Framework]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
- [x] Zusammenfassung der Ergebnisse der KW8 erstellen [scheduled:: 2024-03-01] [completion:: 2024-03-01]
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Christian Heese]], [[Katharina Wirtz]], [[Thomas Lokajzcyk]], [[Kuno Ospald]], [[Nemanja Panic]], [[Stefan Poschenrieder]]
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees::
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,28 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Christian Heese]]
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
- [x] Erweiterung Zabbix Konfiguration um PowerBI für DataOps [start:: 2024-07-22] [completion:: 2024-09-09]
|
||||
Ticket unter dem Epic Übernahme PowerBI erstellen
|
||||
Mark Kuschel ansprechen welche Berechtigungen und Views er innehat
|
||||
- [x] Übernahme Schwerpunkt PowerBI [start:: 2024-07-22] [completion:: 2024-08-20]
|
||||
Der eigene Schwerpunkt soll unter anderem bei PowerBI liegen
|
||||
- [x] DORA UnionDB DB-Zugriffe erfassen [start:: 2024-07-22] [completion:: 2024-09-09]
|
||||
- [x] DORA SPOT DB-Zugriffe erfassen [start:: 2024-07-22] [completion:: 2024-09-09]
|
||||
- [x] Kibana- Logmanagement Zugriff für DataOps [start:: 2024-07-22] [completion:: 2024-09-09]
|
||||
Ansprechpartner ist Raik Alber
|
||||
- [x] Eintragung Abwesenheit im Abteilungskalender (siehe Confluence) [completion:: 2024-07-22]
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Christian Heese]]
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics:: Status der begonnenen Aufgaben
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees::
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,20 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Olaf Hein]]
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
Meeting-Kennnummer: 27936211428
|
||||
Meeting Passwort: cmYsbYTj525
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[DataOps]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "DMOPS-109 Sichtung des Monitorings"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] DMOPS-109 Sichtung des Monitorings [completion:: 2024-05-15]
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[DataOps]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "DMOPS-110 Sichtung des Backup-Prozesses"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] DMOPS-110 Sichtung des Backup-Prozesses [completion:: 2024-05-15]
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[DataOps]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "DMOPS-137 Zabbix Warnungen als Mails ans DataOps Team"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] [[Andreas Bublitz]] nach Confluence-Seite der Anwendungsliste fragen [start:: 2024-04-25] [scheduled:: 2024-05-02] [completion:: 2024-05-06]
|
||||
- [x] Auflisten der Anwendungen im Ticket IN-22812 [start:: 2024-04-25] [completion:: 2024-05-15]
|
||||
- [x] DataOps Mitglieder für das Zabbix Dashboard eintragen lassen [start:: 2024-04-25] [scheduled:: 2024-05-02] [completion:: 2024-05-15]
|
||||
- [x] DMOPS-137 Zabbix Warnungen als Mails ans DataOps Team [start:: 2024-04-25] [completion:: 2024-05-15]
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[DataOps]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "DMOPS-149 Exasol Migration in der IONOS auf Version 8.x"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] DMOPS-149 Exasol Migration in der IONOS auf Version 8.x [start:: 2024-09-01] [completion:: 2024-09-09]
|
||||
-18
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[DataOps]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "DMOPS-366 Verhalten von import_from_file (pyexasol) und core.autocrlf=true (Git) prüfen"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] DMOPS-366 Verhalten von import_from_file (pyexasol) und core.autocrlf=true (Git) prüfen [start:: 2024-06-24] [scheduled:: 2024-07-01] [completion:: 2024-07-01]
|
||||
-28
@@ -1,28 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[DataOps]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "DMOPS-367 Ereignisprotokolleinträge Windows Error Reporting auf wscape-prod-01 bereinigen"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
Die fehlgeschlagenen Versuche das Error Reporting zu Microsoft zu senden füllen die Windows Ereignisanzeige und machen eine Fehlersuche aufwendig.
|
||||
|
||||
## Überlegungen
|
||||
Es ist eine Gruppenrichtlinie zu finden, dass den Versand der Error Reports abschaltet.
|
||||
Das Aufräumen des Windows Logs (Windows Ereignisanzeige) ist optional.
|
||||
|
||||
https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/jj618323(v=ws.11)
|
||||
https://www.tenforums.com/tutorials/107232-enable-disable-windows-error-reporting-windows-10-a.html
|
||||
https://github.com/MicrosoftDocs/SupportArticles-docs/blob/main/support/windows-client/system-management-components/windows-error-reporting-diagnostics-enablement-guidance.md
|
||||
https://learn.microsoft.com/en-us/troubleshoot/windows-client/system-management-components/windows-error-reporting-diagnostics-enablement-guidance
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] DMOPS-367 Ereignisprotokolleinträge Windows Error Reporting auf wscape-prod-01 bereinigen [start:: 2024-06-24] [completion:: 2024-07-15]
|
||||
- [x] DMOPS-367 Windows Error Reporting abschalten [start:: 2024-06-26] [completion:: 2024-07-15]
|
||||
-18
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[DataOps]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "DMOPS-368 Einrichten Netzwerkkonfiguration für Email-Proxy"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] DMOPS-368 Einrichten Netzwerkkonfiguration für Email-Proxy [start:: 2024-06-24] [completion:: 2024-09-08]
|
||||
-18
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[DataOps]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "DMOPS-38 Überprüfung der Exasol Konfiguration aller Cluster"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] DMOPS-38 Überprüfung der Exasol Konfiguration aller Cluster [completion:: 2024-05-15]
|
||||
-18
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[DataOps]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "DMOPS-380 Beschreibung der Konzepterstellung in Confluence"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] DMOPS-380 Beschreibung der Konzepterstellung in Confluence [start:: 2024-06-24] [completion:: 2024-07-15]
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[DataOps]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "DMOPS-587 SSIS PAket auf Test validieren"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] DMOPS-587 SSIS PAket auf Test validieren [completion:: 2024-08-29]
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees::
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,30 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Katharina Wirtz]] [[Thomas Lokajzcyk]] [[Kuno Ospald]] [[Nemanja Panic]] [[Stefan Poschenrieder]], [[Christian Heese]], [[Przemyslaw Miskiewicz]]
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
SORT file.name DESC
|
||||
LIMIT 10
|
||||
```
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## Webex Regeltermin
|
||||
Meeting: 27345334190
|
||||
Password: 523eeRp7Qsd
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,30 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Thomas Lokajzcyk]], [[Katharina Wirtz]], [[Nemanja Panic]], [[Leon Joshua von Pazottka-Lipinski]], [[Kuno Ospald]]
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
SORT file.name DESC
|
||||
LIMIT 10
|
||||
```
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
### Webex Regeltermin
|
||||
Meeting: 27345334190
|
||||
Password: 523eeRp7Qsd
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees::
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,88 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: DataOps
|
||||
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Goal::
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'DataOps'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'DataOps'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'DataOps'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('DataOps').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
|
||||
Kunde [[S-Kreditpartner GmbH]]
|
||||
Ansprechpartner: [[Olaf Hein]], [[Thomas Lokajzcyk]], [[Katharina Wirtz]], [[Christian Heese]]
|
||||
Kollegen: [[Przemyslaw Miskiewicz]], [[Mark Kuschel]], [[Martin Eichner]]
|
||||
|
||||
|
||||
### Kollegen
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND #process/contact
|
||||
```
|
||||
|
||||
### miro Board
|
||||
https://miro.com/app/board/uXjVN4Qdy60=/
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
SORT file.mtime DESC
|
||||
LIMIT 20
|
||||
```
|
||||
|
||||
## Thoughts
|
||||
|
||||
Tool: https://github.com/Collective-Software/ClickPaste
|
||||
|
||||
## Resources
|
||||
- Kennung: S030S986
|
||||
- Email: thomas.peetz@extern.s-kreditpartner.de
|
||||
- SEVA: https://tsr-r.seva.f-i.de/logon/LogonPoint/tmindex.html
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
- [x] Zustimmung vom Kunden erhalten [start:: 2024-03-01] [completion:: 2024-03-01]
|
||||
- [x] NDA erhalten und zurückgeschickt [start:: 2024-03-11] [scheduled:: 2024-03-18] [completion:: 2024-03-11]
|
||||
- [x] RSA Token erhalten [start:: 2024-03-11] [scheduled:: 2024-03-18] [completion:: 2024-03-18]
|
||||
- [x] Termin mit [[Marcus Lipski]] und [[Marcel Kuszak]] zur Einarbeitung vereinbart [start:: 2024-03-19] [completion:: 2024-03-19]
|
||||
- [x] Windows Login eingerichtet [start:: 2024-03-20] [completion:: 2024-03-20]
|
||||
- [x] Rückgabe Token [start:: 2024-09-27] [scheduled:: 2024-09-27] [completion:: 2024-09-27]
|
||||
|
||||
## 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,21 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees::
|
||||
Related Projects::
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
WebEx
|
||||
Meeting-Kennnummer: 27348241693
|
||||
Meeting Passwort: 6K4dGnQJMN8
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
%%
|
||||
Project:: [[InfraRisk24]]
|
||||
Bar:: `$= dv.view('total-progress-bar', {file: "Exasol 8 Upgrade"})`
|
||||
%%
|
||||
## Aufgabenbeschreibung
|
||||
Es geht um die Frage von Fabian Manhardt (Chief-Architekt für SKP oder sowas) wie ist der Stand mit dem Software der schon aus der Support ist, oder für den Support in 2024 ausläuft.
|
||||
Bitte wenn ihr das bespricht, sag Bescheid was wurde beschlossen / wie die Ergebnisse sind, bzw ob es einen Plan für das Upgrade gibt.
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Exasol 8 Upgrade im InfraRisk24 Projekt ansprechen [start:: 2024-05-13] [completion:: 2024-05-15]
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Kuno Ospald]], [[Manuel Binder]], [[Edgar Riegger]], [[Thomas Rödiger]]
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
Meeting-Kennnummer: 27823559326
|
||||
Meeting-Passwort: m3QEtWEPQ78
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Matthias Hotzel]], [[Joachim Munch]], [[Andreas Viertel]], [[Christoph Kaiser]], [[Mesut Özciftci]], [[Sebastian Eckey]], [[Farouk Elkeden]], [[Martin Schönke]]
|
||||
Related Projects:: [[InfraRisk24]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
- Identifizierung von Themen zur FI-TS-Migration und entsprechende Erstellung von Tickets
|
||||
- Nachverfolgung zur Abarbeitung
|
||||
- Vorbereitung von Entscheidungsvorlagen für den Lenkungskreis
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
Webex: https://s-kreditpartner.webex.com/meet/matthias.hotzel
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Christian Heese]]
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
- [x] Resümee der aktuellen Aufgaben schreiben und an [[Christian Heese]] senden [completion:: 2024-04-25]
|
||||
- [x] [[Leon Joshua von Pazottka-Lipinski]] ansprechen und Aufgaben abstimmen [completion:: 2024-04-25]
|
||||
|
||||
@@ -1,68 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: InfraRisk24
|
||||
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Goal::
|
||||
> Progress:: `$= dv.view('project-progress', {file: 'InfraRisk24'})`
|
||||
> Target:: `$= dv.view('project-target', {file: 'InfraRisk24'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'InfraRisk24'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('InfraRisk24').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
|
||||
Kunde [[S-Kreditpartner GmbH]]
|
||||
Ansprechpartner: [[Olaf Hein]]
|
||||
Kollegen: [[Farouk Elkeden]], [[Mesut Özciftci]]
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
SORT file.name
|
||||
LIMIT 30
|
||||
```
|
||||
|
||||
## 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,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[DataOps]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "PowerBI Betriebsübernahme"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] PowerBI Betriebsübernahme [completion:: 2024-08-28]
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[DataOps]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "PowerBI Dev Wartung"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Beenden der Dienste Power BI Report Server Export Service [completion:: 2024-09-17]
|
||||
- [x] Beenden des Dienstes Power BI Report Server [completion:: 2024-09-17]
|
||||
- [x] Starten den Dienstes Power BI Report Server [completion:: 2024-09-17]
|
||||
- [x] Starten des Dienstes Power BI Report Server Export Service [completion:: 2024-09-17]
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[DataOps]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "PowerBI Update"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] PowerBI Update Test Server DMOPS-501 [start:: 2024-08-28] [completion:: 2024-09-03]
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
%%
|
||||
Project:: [[InfraRisk24]]
|
||||
Bar:: `$= dv.view('total-progress-bar', {file: "Review Berechtigungskonzept"})`
|
||||
%%
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Review Berechtigungskonzept Betrieb IONOS [start:: 2024-04-08] [completion:: 2024-04-19]
|
||||
- [x] Review Berechtigungskonzept Betrieb FI-TS [start:: 2024-04-08] [completion:: 2024-04-19]
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
%%
|
||||
Project:: [[InfraRisk24]]
|
||||
Bar:: `$= dv.view('total-progress-bar', {file: "Review Betriebsführungshandbuch"})`
|
||||
%%
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Review Betriebsführungshandbuch Betrieb IONOS [start:: 2024-05-07] [completion:: 2024-05-15]
|
||||
- [x] Review Betriebsführungshandbuch Betrieb FI-TS [start:: 2024-05-07] [completion:: 2024-05-15]
|
||||
@@ -1,20 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project:: [[DataOps]]
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "Rücksetzung TDD"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Rücksetzung TDD [scheduled:: 2024-05-16] [completion:: 2024-05-21]
|
||||
- [x] Merge Pull-Request [scheduled:: 2024-05-15] [completion:: 2024-05-15]
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Marcus Lipski]] [[Thomas Rödiger]] [[Marcel Kuszak]] [[Edgar Riegger]] [[Thomas Lokajzcyk]] [[Kuno Ospald]] [[Nemanja Panic]]
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics:: "SKP - Fallbesprechung: Fail Safety on Prem"
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,27 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Mesut Özciftci]], [[Farouk Elkeden]], [[Alexander Sinkovic]], [[Andreas Viertel]]
|
||||
Related Projects:: [[InfraRisk24]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
- Airflow Decks monitoren
|
||||
-
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
Montags, Mittwoch, Donnerstag, Freitag
|
||||
Meeting-Kennnummer: 27846332899
|
||||
Meeting-Passwort: EYjEzyT3q65
|
||||
|
||||
Dienstags
|
||||
Meeting-Kennnummer: 2791 670 6478
|
||||
https://s-kreditpartner.webex.com/join/farouk.elkeden
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees::
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,28 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Manuel Binder]]
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
SORT file.name DESC
|
||||
LIMIT 10
|
||||
```
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
Meeting-Kennnummer: 27844129012
|
||||
Meeting-Passwort: qYe7jM6ihd2
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,23 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Olaf Hein]], [[Christian Heese]], [[Katharina Wirtz]], [[Thomas Lokajzcyk]], [[Kuno Ospald]], [[Nemanja Panic]], [[Leon Joshua von Pazottka-Lipinski]]
|
||||
Related Projects:: [[DataOps]]
|
||||
Topics::
|
||||
Length:: 60 min
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
- Anwendungen der Abteilung Datenmanagement
|
||||
- Rollen und Rechte (Stichwort Stellenfunktionen)
|
||||
- Abgrenzung Entwicklung / DataOps / IT1.1
|
||||
- Tools (JetBrains, DBeaver, ...)
|
||||
- InfraRisk24 & SPARK
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees:: [[Andreas Bublitz]] [[Christian Heese]]
|
||||
Related Projects:: [[DataOps]] [[InfraRisk24]]
|
||||
Topics:: Monitoring
|
||||
Length:: 60 min
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## 🗓️Agenda
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
Alle Informationen zur Einrichtung der Warnungen sind vorhanden und Zabbix kann konfiguriert werden.
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
@@ -1,22 +0,0 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project::
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "Überarbeitung Berechtigungen"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
[[Christian Heese]] hat mir den Link zu den Dateien geschickt, in denen die Analyse zur Überarbeitung der Berechtigungen dokumentiert ist.
|
||||
|
||||
https://r030.cloud.on.f-i.de/teams/00000004/Datenmanagement/Dokumente/DataOps
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Einarbeitung in die Vorbereitung von [[Christian Heese]] [start:: 2024-08-20] [due:: 2024-08-23] [completion:: 2024-09-03]
|
||||
- [x] Planung weiterer Aufgaben [start:: 2024-08-22] [completion:: 2024-09-08]
|
||||
@@ -1,74 +0,0 @@
|
||||
---
|
||||
id: Vortrag JaKo 2023
|
||||
aliases: []
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: Vortrag JaKo 2023
|
||||
type: Archiv
|
||||
---
|
||||
> [!info]- Projekt
|
||||
>Goal:: [[Journal/cimt AG/2023|2023]]
|
||||
>Progress:: `$= dv.view('project-progress', {file: 'Vortrag JaKo 2023'})`
|
||||
>Target:: `$= dv.view('project-target', {file: 'Vortrag JaKo 2023'})`
|
||||
>Bar:: `$= dv.view('project-progress-bar', {file: 'Vortrag JaKo 2023'})`
|
||||
>Tasks:: `$= const aufgaben = dv.page('Vortrag JaKo 2023').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
|
||||
|
||||
[[cimt objects AG]]
|
||||
[[JaKo 2023]]
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
### Gradle Links
|
||||
- [Sharing build logic in a multi-repo setup Sample](https://docs.gradle.org/current/samples/sample_publishing_convention_plugins.html)
|
||||
- [Sharing convention plugins with build logic build Sample](https://docs.gradle.org/current/samples/sample_sharing_convention_plugins_with_build_logic.html)
|
||||
- [Gradle Goodness: Shared Configuration With Conventions Plugin](https://blog.jdriven.com/2021/02/gradle-goodness-shared-configuration-with-conventions-plugin/)
|
||||
- [Migrate your build to version catalogs](https://developer.android.com/build/migrate-to-catalogs#kts)
|
||||
- [# Sharing build logic between subprojects Sample](https://docs.gradle.org/current/samples/sample_convention_plugins.html#organizing_build_logic)
|
||||
|
||||
### Repository
|
||||
[[convention-plugins]]
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Vortragsthema eingereicht [completion:: 2024-01-11]
|
||||
- [x] Vortrag gehalten [completion:: 2024-01-11]
|
||||
|
||||
## 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,116 +0,0 @@
|
||||
---
|
||||
id: DC-G Softwareentwicklungsumgebung
|
||||
aliases: []
|
||||
tags:
|
||||
- process/project
|
||||
status: Archiv
|
||||
subtitle: DC-G Softwareentwicklungsumgebung
|
||||
title: DC-G Softwareentwicklungsumgebung
|
||||
type: Archiv
|
||||
---
|
||||
>[!info]- Projekt
|
||||
>Goal::
|
||||
>Progress:: `$= dv.view('project-progress', {file: 'DC-G Softwareentwicklungsumgebung'})`
|
||||
>Target:: `$= dv.view('project-target', {file: 'DC-G Softwareentwicklungsumgebung'})`
|
||||
>Bar:: `$= dv.view('project-progress-bar', {file: 'DC-G Softwareentwicklungsumgebung'})`
|
||||
>Tasks:: `$= const aufgaben = dv.page('DC-G Softwareentwicklungsumgebung').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
|
||||
|
||||
[[ivv – Informationsverarbeitung für Versicherungen GmbH]]
|
||||
|
||||
Personalnummer: 97279
|
||||
Bestellungsnr: 4510008127
|
||||
Position: 0010
|
||||
|
||||
Telefon: 21624
|
||||
|
||||
| Monat | Plan | Abrechnung |
|
||||
| --------- | ---- | ---------- |
|
||||
| Juli | 135 | 154.75 |
|
||||
| August | 88 | 96.0 |
|
||||
| September | 96 | 105.5 |
|
||||
| Oktober | 130 | 113.25 |
|
||||
| November | 120 | 48.75 |
|
||||
| Dezember | 90 | 0.0 |
|
||||
### ZEP Projekte
|
||||
[[IVV21001 (Beratung Softwareentwicklung)]]
|
||||
[[IVV22001 (GIT-Umsetzung)]]
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
SORT file.mtime DESC
|
||||
LIMIT 20
|
||||
```
|
||||
|
||||
## Meetings
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND #process/meeting
|
||||
SORT file.mtime DESC
|
||||
LIMIT 20
|
||||
```
|
||||
|
||||
## Epics
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND #process/epic
|
||||
SORT file.mtime DESC
|
||||
LIMIT 20
|
||||
```
|
||||
|
||||
## Thoughts
|
||||
|
||||
Nach einem Hinweis von Thomas Wenzlaff (ivv) soll die Verwendung der Annotation APIResponse bei REST Endpoints evaluiert werden. Können mehrere Reposnses (200, 400, etc.) angegeben werden?
|
||||
## Resources
|
||||
|
||||
### Login im Chrome
|
||||
https://git.ivv-verbund.de/users/sign_in?auto_sign_in=false
|
||||
|
||||
### Überprüfung Jenkins Job ee_skm-pipeline-library-trunk
|
||||
|
||||
Der Jenkins Job unter scm/ci//job/ee_skm-pipeline-library-trunk ist zu überprüfen, ob er gelöscht werden kann.
|
||||
Der Jenkins Job hat die Pipeline Library aus Subversion gebaut und wurde seit 2021 nicht mehr geändert. Der Job wurde gelöscht.
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
- [x] Forecast von Juli bis Dezember an Heino Wernicke senden [start:: 2023-07-04] [due:: 2023-07-14] [completion:: 2023-07-14]
|
||||
- [x] Reaktivierung des A-Users a2071552 (vermutlich gesperrt) [start:: 2023-10-18] [due:: 2023-10-24] [scheduled:: 2023-10-23] [completion:: 2023-10-24]
|
||||
|
||||
|
||||
## 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,12 +0,0 @@
|
||||
---
|
||||
name: GIT Buildkoordinator-Zentrale
|
||||
tags:
|
||||
- process/epic
|
||||
---
|
||||
Related Projects:: [[DC-G Softwareentwicklungsumgebung]]
|
||||
|
||||
## Zugeordnete Tickets
|
||||
```dataview
|
||||
TABLE title, status, Lösungsversion
|
||||
FROM "Areas/cimt AG/Projekte/ivv" AND #process/task AND [[]]
|
||||
```
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
name: GIT Prozesse und Automatisierung
|
||||
tags:
|
||||
- process/epic
|
||||
---
|
||||
Related Projects:: [[DC-G Softwareentwicklungsumgebung]]
|
||||
|
||||
## Zugeordnete Tickets
|
||||
```dataview
|
||||
TABLE title, status, Lösungsversion
|
||||
FROM "Areas/cimt AG/Projekte/ivv" AND #process/task AND [[]]
|
||||
```
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
name: GIT Releasebuild COBOL
|
||||
tags:
|
||||
- process/epic
|
||||
---
|
||||
Related Projects:: [[DC-G Softwareentwicklungsumgebung]]
|
||||
|
||||
## Zugeordnete Tickets
|
||||
```dataview
|
||||
TABLE title, status, Lösungsversion
|
||||
FROM "Areas/cimt AG/Projekte/ivv" AND #process/task AND [[]]
|
||||
```
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
name: GIT Releasebuild
|
||||
tags:
|
||||
- process/epic
|
||||
---
|
||||
Related Projects:: [[DC-G Softwareentwicklungsumgebung]]
|
||||
|
||||
## Zugeordnete Tickets
|
||||
```dataview
|
||||
TABLE title, status, Lösungsversion
|
||||
FROM "Areas/cimt AG/Projekte/ivv" AND #process/task AND [[]]
|
||||
```
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
name: GIT SKM-Pipeline
|
||||
tags:
|
||||
- process/epic
|
||||
---
|
||||
Related Projects:: [[DC-G Softwareentwicklungsumgebung]]
|
||||
|
||||
## Zugeordnete Tickets
|
||||
```dataview
|
||||
TABLE title, status, Lösungsversion
|
||||
FROM "Areas/cimt AG/Projekte/ivv" AND #process/task AND [[]]
|
||||
```
|
||||
@@ -1,29 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
---
|
||||
Attendees::
|
||||
Related Projects:: [[DC-G Softwareentwicklungsumgebung]]
|
||||
Topics::
|
||||
Length::
|
||||
purpose::
|
||||
summary::
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
SORT file.name DESC
|
||||
LIMIT 20
|
||||
```
|
||||
|
||||
## 🗓️Agenda
|
||||
18.10.2022: Quarkus Service auf Test deployen zum Testen von [[SEU-2448]]
|
||||
|
||||
Quarkus Service auf Test deployed.
|
||||
|
||||
## 📤 Gewünschtes Ergebnis
|
||||
|
||||
## 📝Notizen
|
||||
|
||||
## ✔️ Aufgaben
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user