vault backup: 2025-07-21 10:49:45

Affected files:
.obsidian/workspace.json
Temporary/n8n - ideas.md
This commit is contained in:
2025-07-21 10:49:45 +02:00
parent 593d82a277
commit 198c4be294
2 changed files with 38 additions and 6 deletions

View File

@@ -107,6 +107,20 @@
"title": "2025-07-18" "title": "2025-07-18"
} }
}, },
{
"id": "22b62bffb3b4f91c",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Temporary/n8n - ideas.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "n8n - ideas"
}
},
{ {
"id": "cc6d11db1af17686", "id": "cc6d11db1af17686",
"type": "leaf", "type": "leaf",
@@ -122,7 +136,7 @@
} }
} }
], ],
"currentTab": 6 "currentTab": 7
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -254,13 +268,13 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "0 Journal/0 Daily/2025-07-18.md", "file": "Temporary/n8n - ideas.md",
"followCursor": false, "followCursor": false,
"showSearch": false, "showSearch": false,
"searchQuery": "" "searchQuery": ""
}, },
"icon": "lucide-list", "icon": "lucide-list",
"title": "Outline of 2025-07-18" "title": "Outline of n8n - ideas"
} }
}, },
{ {
@@ -369,10 +383,11 @@
"periodic-notes:Open today": false "periodic-notes:Open today": false
} }
}, },
"active": "bdfbce663bd8ceb1", "active": "22b62bffb3b4f91c",
"lastOpenFiles": [ "lastOpenFiles": [
"Temporary/n8n.md",
"0 Journal/0 Daily/2025-07-18.md", "0 Journal/0 Daily/2025-07-18.md",
"Temporary/n8n - ideas.md",
"Temporary/n8n.md",
"Attachments/Pasted image 20250717210347.png", "Attachments/Pasted image 20250717210347.png",
"0 Journal/0 Daily/2025-07-14.md", "0 Journal/0 Daily/2025-07-14.md",
"Templates/Daily Template.md", "Templates/Daily Template.md",
@@ -404,7 +419,6 @@
"Dashboard Canvas.canvas", "Dashboard Canvas.canvas",
"Dashboard.md", "Dashboard.md",
"Templates/Weekly Template.md", "Templates/Weekly Template.md",
"0 Journal/1 Weekly/2025-W27.md",
"Attachments/Pasted image 20250627101456.png", "Attachments/Pasted image 20250627101456.png",
"99 Work/0 OneSec/OneSecNotes/40 - User Manuals", "99 Work/0 OneSec/OneSecNotes/40 - User Manuals",
"Attachments/Pasted image 20250624161349.png", "Attachments/Pasted image 20250624161349.png",

18
Temporary/n8n - ideas.md Normal file
View File

@@ -0,0 +1,18 @@
---
title: n8n - ideas
created_date: 2025-07-21
updated_date: 2025-07-21
aliases:
tags:
---
# n8n - ideas
- [ ] decision approver (Type1 vs Type 2 decisions - amazon or stripe): is it reversible - yes: decide fast and ship fast. Is it a decision that could kill your company / cost millions: take time to decide, review, etc.
- [ ] Software Code Reviewer: deep reviews for pull requests
- [ ] Every commit commenter: for every commit you get a comment on slack / mail: good coding bad coding, etc.
- [ ] Technical Writer: for every PR a parallel PR is started which contains detailed documentation about the project
- [ ] Build a small software company: what are software company roles?
- [ ] manager
- [ ] agile team
- [ ] different software developers
- [ ] I as a human give high level goals for the next month, the manager creates jira tasks and breaks down the project into smaller chunks and distributes them onto the different devs
- [ ] I as a human write a coding guideline doc, which is ingested into every agent: such that they all write similar code.