vault backup: 2026-08-05 17:55:33
This commit is contained in:
Vendored
+9
@@ -34,5 +34,14 @@
|
||||
],
|
||||
"key": "M"
|
||||
}
|
||||
],
|
||||
"templater-obsidian:create-new-note-from-template": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "B"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,36 +1,79 @@
|
||||
# {{date}}
|
||||
<%*
|
||||
const date = tp.date.now("YYYY-MM-DD");
|
||||
const year = tp.date.now("YYYY");
|
||||
|
||||
## Legend
|
||||
🟢 On Track / Healthy
|
||||
🟡 Attention
|
||||
🟠 At Risk
|
||||
🔴 Critical / Off Track
|
||||
⚪ Unknown
|
||||
await tp.file.move(
|
||||
`20 Work/Journal/${year}/${date}`
|
||||
);
|
||||
-%>
|
||||
|
||||
## What Happened
|
||||
# <% tp.date.now("dddd, MMMM Do YYYY") %>
|
||||
|
||||
← [[<% tp.date.now("YYYY-MM-DD",-1) %>]] | **Week <% tp.date.now("WW") %>** | [[<% tp.date.now("YYYY-MM-DD",1) %>]] →
|
||||
|
||||
---
|
||||
|
||||
## Meetings
|
||||
|
||||
-
|
||||
|
||||
## Decisions
|
||||
---
|
||||
|
||||
## Significant Events
|
||||
|
||||
<% tp.file.cursor() %>
|
||||
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
## Decisions Made
|
||||
|
||||
- [[]]
|
||||
|
||||
---
|
||||
|
||||
## People / Management
|
||||
|
||||
-
|
||||
|
||||
## What I Learned
|
||||
Feedback given, coaching moments, observations.
|
||||
|
||||
-
|
||||
|
||||
## What I Could Have Done Better
|
||||
---
|
||||
|
||||
## Projects
|
||||
|
||||
Important project changes only.
|
||||
|
||||
-
|
||||
|
||||
## Follow-up
|
||||
---
|
||||
|
||||
## Leadership Reflection
|
||||
|
||||
### What surprised me today?
|
||||
|
||||
-
|
||||
|
||||
### What did I learn today?
|
||||
|
||||
-
|
||||
|
||||
### What would I do differently next time?
|
||||
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
## Follow-ups
|
||||
|
||||
> Only actions that still belong to me.
|
||||
> Everything else should already be in **Twos**, **Jira**, or **Monday**.
|
||||
|
||||
- [ ]
|
||||
|
||||
---
|
||||
|
||||
## Related
|
||||
|
||||
- [[]]
|
||||
@@ -0,0 +1,76 @@
|
||||
|
||||
# Wednesday, August 5th 2026
|
||||
|
||||
← [[2026-08-04]] | **Week 32** | [[2026-08-06]] →
|
||||
|
||||
---
|
||||
|
||||
## Meetings
|
||||
|
||||
- With JC to talk about live and ingest feed. Good news, the video the next day works well.
|
||||
- With Slimane about testing the live mogado
|
||||
- With Slimane about no more spaces in the p2 and p1,p3 at risk
|
||||
|
||||
---
|
||||
|
||||
## Significant Events
|
||||
|
||||
<% tp.file.cursor() %>
|
||||
|
||||
- p1 added 100GB
|
||||
- p2 added 100GB
|
||||
- Must see tomorrow the issues
|
||||
|
||||
---
|
||||
|
||||
## Decisions Made
|
||||
|
||||
- [[]]
|
||||
|
||||
---
|
||||
|
||||
## People / Management
|
||||
|
||||
Feedback given, coaching moments, observations.
|
||||
|
||||
- Slimane semble donner l'impression qu'il refuse d'intéragir avec des gens. Franck m'a dit `il refuse` pourtant la capture d'écran montre autre chose
|
||||
|
||||
---
|
||||
|
||||
## Projects
|
||||
|
||||
Important project changes only.
|
||||
|
||||
- Boukili sera en retard de 4 jours selon Zemind
|
||||
|
||||
---
|
||||
|
||||
## Leadership Reflection
|
||||
|
||||
### What surprised me today?
|
||||
|
||||
- Les serveurs n'ont plus d'espaces, Ca peut amener encore des problèmes
|
||||
|
||||
### What did I learn today?
|
||||
|
||||
- More about obsidian and a need for using a system and cadence
|
||||
|
||||
### What would I do differently next time?
|
||||
|
||||
- Get better, better follow up
|
||||
|
||||
---
|
||||
|
||||
## Follow-ups
|
||||
|
||||
> Only actions that still belong to me.
|
||||
> Everything else should already be in **Twos**, **Jira**, or **Monday**.
|
||||
|
||||
- [ ]
|
||||
|
||||
---
|
||||
|
||||
## Related
|
||||
|
||||
- [[]]# {{date}}
|
||||
|
||||
Reference in New Issue
Block a user