Files

1.5 KiB

Thursday, August 20th 2026

← 2026-08-19 | Week 34 | 2026-08-21 →


Meetings

  • Meeting with legal and marketing about Meta. Decision taken is to go forward with 3 admins, 2 in marketing and one in my team
  • Presented Toute une semaine workflow to Sonia and Philippe. It went well

Significant Events

  • Asked Julie Brisson if we can do Net 15 for wp-expert
  • Transcription missing from a product in Idello yet the file was correct in susbtitle colum but missing in the description one.
  • Got the data lineage for CPE / Mogador V2

Decisions Made

LIST
FROM "20 Work/Decisions"
WHERE startswith(file.name, this.file.name + " - ")
SORT file.name ASC

Ideas

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

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