Files
thpeetz-notes/Journal/cimt AG/2025/2025-Q2.md
T
2025-12-15 15:31:07 +01:00

1.3 KiB

journal, journal-date, journal-start-date, journal-end-date
journal journal-date journal-start-date journal-end-date
cimt quarterly 2025-04-01 2025-04-01 2025-06-30

Quartal 2 Ziele

  • AWS Certified CloudOps Engineer Associate [completion:: 2025-12-15] ^q2i

Aufgaben

[!examples]- Backlog

not done
no scheduled date
no start date
no due date
path regex does not match /^Resources\/Templates\/.*/
path regex does not match /^Übersicht\/.*/

[!todo]- Aktive Aufgaben

not done
starts on or before 2025-07-01
has start date
no scheduled date
path regex does not match /^Resources\/Templates\/.*/
path regex does not match /^Übersicht\/.*/

[!hint]- Geplante Aufgaben

not done
scheduled 2025-04-01 2025-07-01
path regex does not match /^Resources\/Templates\/.*/
path regex does not match /^Übersicht\/.*/

[!done]- Erledigte Aufgaben

TASK
FROM !"Resources/Templates"
WHERE completed AND completion >= date(2025-04-01) AND completion < date(2025-07-01)
SORT completion, start

Geburtstage

TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month >= 04 AND birthday.month <= 06
SORT birthday.month, birthday.day