vault backup: 2026-08-07 16:17:51
This commit is contained in:
Vendored
+1
-1
@@ -17,6 +17,6 @@
|
|||||||
"repelStrength": 10,
|
"repelStrength": 10,
|
||||||
"linkStrength": 1,
|
"linkStrength": 1,
|
||||||
"linkDistance": 250,
|
"linkDistance": 250,
|
||||||
"scale": 1,
|
"scale": 0.21062798827601864,
|
||||||
"close": true
|
"close": true
|
||||||
}
|
}
|
||||||
+3
-3
@@ -117,9 +117,9 @@
|
|||||||
"file": null,
|
"file": null,
|
||||||
"createMissingPeriodicNote": true
|
"createMissingPeriodicNote": true
|
||||||
},
|
},
|
||||||
"dualPane": false,
|
"dualPane": true,
|
||||||
"dualPaneOrientation": "vertical",
|
"dualPaneOrientation": "horizontal",
|
||||||
"narrowSidebarLayout": "singlePane",
|
"narrowSidebarLayout": "vertical",
|
||||||
"narrowSidebarTriggerMode": "fitPanes",
|
"narrowSidebarTriggerMode": "fitPanes",
|
||||||
"narrowSidebarCustomWidth": 350,
|
"narrowSidebarCustomWidth": 350,
|
||||||
"showTooltips": false,
|
"showTooltips": false,
|
||||||
|
|||||||
+2
-2
@@ -10,11 +10,11 @@
|
|||||||
"user_scripts_folder": "",
|
"user_scripts_folder": "",
|
||||||
"folder_templates": [
|
"folder_templates": [
|
||||||
{
|
{
|
||||||
"folder": "20 Work/Journal",
|
"folder": "20 Work/Journal/2026",
|
||||||
"template": "10 Knowledge/Templates/Journal Template.md"
|
"template": "10 Knowledge/Templates/Journal Template.md"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"folder": "20 Work/Weekly Review",
|
"folder": "20 Work/Weekly Review/2026",
|
||||||
"template": "10 Knowledge/Templates/Weekly Review Template.md"
|
"template": "10 Knowledge/Templates/Weekly Review Template.md"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,14 @@
|
|||||||
|
<%*
|
||||||
|
const year = tp.date.now("YYYY");
|
||||||
|
const date = tp.date.now("YYYY-MM-DD");
|
||||||
|
const baseFolder = "20 Work/Decisions";
|
||||||
|
const yearFolder = `${baseFolder}/${year}`;
|
||||||
|
if (!app.vault.getAbstractFileByPath(yearFolder)) {
|
||||||
|
await app.vault.createFolder(yearFolder);
|
||||||
|
}
|
||||||
|
await tp.file.move(`${yearFolder}/${date}`);
|
||||||
|
|
||||||
|
-%>
|
||||||
# {{title}}
|
# {{title}}
|
||||||
|
|
||||||
- 🟡 **Proposed** — Decision is being considered; not final yet.
|
- 🟡 **Proposed** — Decision is being considered; not final yet.
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
# {{date}} - {{Title}}
|
# {{date}} - {{Title}}
|
||||||
|
|
||||||
**Date:** {{date}}
|
**Date:** {{date}}
|
||||||
|
|||||||
@@ -1,3 +1,15 @@
|
|||||||
|
|
||||||
|
<%*
|
||||||
|
const year = tp.date.now("YYYY");
|
||||||
|
const date = tp.date.now("YYYY-MM-DD");
|
||||||
|
const baseFolder = "20 Work/Ideas";
|
||||||
|
const yearFolder = `${baseFolder}/${year}`;
|
||||||
|
if (!app.vault.getAbstractFileByPath(yearFolder)) {
|
||||||
|
await app.vault.createFolder(yearFolder);
|
||||||
|
}
|
||||||
|
await tp.file.move(`${yearFolder}/${date}`);
|
||||||
|
|
||||||
|
-%>
|
||||||
# {{title}}
|
# {{title}}
|
||||||
|
|
||||||
**Date:** {{date}}
|
**Date:** {{date}}
|
||||||
|
|||||||
@@ -1,6 +1,14 @@
|
|||||||
<%*
|
<%*
|
||||||
|
const year = tp.date.now("YYYY");
|
||||||
const date = tp.date.now("YYYY-MM-DD");
|
const date = tp.date.now("YYYY-MM-DD");
|
||||||
await tp.file.move( `20 Work/Meetings/Team Meetings/Team Meeting - ${date}` );
|
const baseFolder = "20 Work/Meetings/Team Meetings";
|
||||||
|
const yearFolder = `${baseFolder}/${year}`;
|
||||||
|
|
||||||
|
if (!app.vault.getAbstractFileByPath(yearFolder)) {
|
||||||
|
await app.vault.createFolder(yearFolder);
|
||||||
|
}
|
||||||
|
await tp.file.move(`${yearFolder}/Team Meeting - ${date}`);
|
||||||
|
|
||||||
-%>
|
-%>
|
||||||
|
|
||||||
**Date:** <% tp.date.now("YYYY-MM-DD") %>
|
**Date:** <% tp.date.now("YYYY-MM-DD") %>
|
||||||
|
|||||||
@@ -0,0 +1,71 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- 🟢 **Decided** — Decision has been made and is currently valid.
|
||||||
|
|
||||||
|
|
||||||
|
**Date:** 2026-08-07
|
||||||
|
**Status:** 🟡 Proposed
|
||||||
|
**Decision Owner:**
|
||||||
|
**People Involved:**
|
||||||
|
|
||||||
|
## Context
|
||||||
|
|
||||||
|
What situation led to this decision?
|
||||||
|
|
||||||
|
## Problem
|
||||||
|
|
||||||
|
What problem are we trying to solve?
|
||||||
|
|
||||||
|
## Options Considered
|
||||||
|
|
||||||
|
### Option 1
|
||||||
|
|
||||||
|
**Description:**
|
||||||
|
|
||||||
|
**Pros:**
|
||||||
|
-
|
||||||
|
|
||||||
|
**Cons:**
|
||||||
|
-
|
||||||
|
|
||||||
|
### Option 2
|
||||||
|
|
||||||
|
**Description:**
|
||||||
|
|
||||||
|
**Pros:**
|
||||||
|
-
|
||||||
|
|
||||||
|
**Cons:**
|
||||||
|
-
|
||||||
|
|
||||||
|
## Decision
|
||||||
|
|
||||||
|
What did we decide?
|
||||||
|
|
||||||
|
## Why
|
||||||
|
|
||||||
|
Why was this option chosen?
|
||||||
|
|
||||||
|
## Risks / Trade-offs
|
||||||
|
|
||||||
|
What are we accepting by making this decision?
|
||||||
|
|
||||||
|
## Next Steps
|
||||||
|
|
||||||
|
- [ ]
|
||||||
|
- [ ]
|
||||||
|
|
||||||
|
## Outcome
|
||||||
|
|
||||||
|
_To be completed later._
|
||||||
|
|
||||||
|
What actually happened after the decision?
|
||||||
|
|
||||||
|
## Lessons Learned
|
||||||
|
|
||||||
|
What would I do differently next time?
|
||||||
|
|
||||||
|
## Related
|
||||||
|
|
||||||
|
- [[]]
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Thursday, August 6th 2026
|
# Thursday, August 6th 2026
|
||||||
|
|
||||||
← [[2026-08-05]] | **Week 32** | [[2026-08-07]] →
|
← [[2026-08-05]] | **Week 32** | [[20 Work/Journal/2026/2026-08-07]] →
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ Overall morale:
|
|||||||
**Who needs coaching?**
|
**Who needs coaching?**
|
||||||
|
|
||||||
- Binta on estimation, ownership, testing strategy, communication, and balancing project work with operational responsibilities.
|
- Binta on estimation, ownership, testing strategy, communication, and balancing project work with operational responsibilities.
|
||||||
- Slimane More autonomy in prioritization and technical decision-making.
|
- Slimane needs more autonomy in prioritization and technical decision-making.
|
||||||
|
|
||||||
**Any conflicts?**
|
**Any conflicts?**
|
||||||
|
|
||||||
@@ -77,6 +77,7 @@ Overall morale:
|
|||||||
| BetterStack Heartbeats | 🟡 | Selection and implementation | Operation takeover with tickets |
|
| BetterStack Heartbeats | 🟡 | Selection and implementation | Operation takeover with tickets |
|
||||||
| Umami | 🟡 | Establish new timeline | Operation then vacations |
|
| Umami | 🟡 | Establish new timeline | Operation then vacations |
|
||||||
| FMC | 🟢<br> | First draft as to what is available | None |
|
| FMC | 🟢<br> | First draft as to what is available | None |
|
||||||
|
| Algolia | 🔴 | Validation | Me + Habiba vacation |
|
||||||
|
|
||||||
Projects slipping:
|
Projects slipping:
|
||||||
|
|
||||||
@@ -135,7 +136,7 @@ Anything unusual?
|
|||||||
What decisions must be made next week?
|
What decisions must be made next week?
|
||||||
|
|
||||||
- Do we need a 2nd streams for the live on the OTT
|
- Do we need a 2nd streams for the live on the OTT
|
||||||
-
|
- Do I tell the team about CPE
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -192,8 +193,6 @@ Lessons learned
|
|||||||
|
|
||||||
Something that annoyed me this week.
|
Something that annoyed me this week.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- Important project documentation was modified after approval without notification.
|
- Important project documentation was modified after approval without notification.
|
||||||
|
|
||||||
How can I make sure it never happens again?
|
How can I make sure it never happens again?
|
||||||
|
|||||||
Reference in New Issue
Block a user