98 lines
1.2 KiB
Markdown
98 lines
1.2 KiB
Markdown
|
|
# Monday, September 14th 2026
|
|
|
|
← [[2026-09-13]] | **Week 38** | [[2026-09-15]] →
|
|
|
|
---
|
|
|
|
## Meetings
|
|
|
|
- None important, was a slow day, see personal vault as that what happened
|
|
|
|
---
|
|
|
|
## Significant Events
|
|
|
|
- Submission to stores for OTT.
|
|
- iOS was approved, Roku due tomorrow
|
|
-
|
|
|
|
---
|
|
|
|
## 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
|
|
|
|
- [[]] |