vault backup: 2026-09-11 11:27:44
This commit is contained in:
@@ -0,0 +1,63 @@
|
|||||||
|
---
|
||||||
|
date: 2026-09-11
|
||||||
|
status: decided
|
||||||
|
owner: Amadou
|
||||||
|
project: ""
|
||||||
|
---
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
> 🟡 **Proposed** · 🟢 **Decided** · 🔴 **Rejected** · ⚫ **Superseded**
|
||||||
|
|
||||||
|
## Context
|
||||||
|
|
||||||
|
Why is a decision needed?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Decision
|
||||||
|
|
||||||
|
What was decided?
|
||||||
|
|
||||||
|
## Why
|
||||||
|
|
||||||
|
Why was this option chosen?
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## Consequences
|
||||||
|
|
||||||
|
What are we accepting by making this decision?
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## Related
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Options Considered _(optional)_
|
||||||
|
|
||||||
|
### Option 1
|
||||||
|
|
||||||
|
**Description:**
|
||||||
|
|
||||||
|
**Pros:**
|
||||||
|
-
|
||||||
|
|
||||||
|
**Cons:**
|
||||||
|
-
|
||||||
|
|
||||||
|
### Option 2
|
||||||
|
|
||||||
|
**Description:**
|
||||||
|
|
||||||
|
**Pros:**
|
||||||
|
-
|
||||||
|
|
||||||
|
**Cons:**
|
||||||
|
-
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Tuesday, September 8th 2026
|
# Tuesday, September 8th 2026
|
||||||
|
|
||||||
← [[2026-09-07]] | **Week 37** | [[2026-09-09]] →
|
← [[2026-09-07]] | **Week 37** | [[2026-09-11]] →
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,97 @@
|
|||||||
|
|
||||||
|
# Friday, September 11th 2026
|
||||||
|
|
||||||
|
← [[2026-09-10]] | **Week 37** | [[2026-09-12]] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Meetings
|
||||||
|
|
||||||
|
- Rencontre interne pour parler de Boukili
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Significant Events
|
||||||
|
|
||||||
|
- Autre regression pour Trings, JC envoie un email
|
||||||
|
- En attente d'une livraison pour Trings
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Decisions Made
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
LIST
|
||||||
|
FROM "20 Work/Decisions"
|
||||||
|
WHERE startswith(file.name, this.file.name + " - ")
|
||||||
|
SORT file.name ASC
|
||||||
|
```
|
||||||
|
- [[]]
|
||||||
|
|
||||||
|
## Ideas
|
||||||
|
```dataview
|
||||||
|
LIST
|
||||||
|
FROM "20 Work/Ideas"
|
||||||
|
WHERE startswith(file.name, this.file.name + " - ")
|
||||||
|
SORT file.name ASC
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## People / Management
|
||||||
|
|
||||||
|
Feedback given, coaching moments, observations.
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Projects
|
||||||
|
|
||||||
|
Important project changes only.
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 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**.
|
||||||
|
|
||||||
|
- [ ]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Created Today
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
TABLE WITHOUT ID
|
||||||
|
file.link AS "File",
|
||||||
|
file.folder AS "Location"
|
||||||
|
FROM "20 Work"
|
||||||
|
WHERE file.cday = date(this.file.name)
|
||||||
|
AND file.path != this.file.path
|
||||||
|
SORT file.ctime ASC
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
## Related
|
||||||
|
|
||||||
|
- [[]]
|
||||||
Reference in New Issue
Block a user