diff --git a/10 Knowledge/Templates/Decision Template.md b/10 Knowledge/Templates/Decision Template.md index 217fdb6..b8d406f 100644 --- a/10 Knowledge/Templates/Decision Template.md +++ b/10 Knowledge/Templates/Decision Template.md @@ -1,29 +1,51 @@ -<%* -const year = tp.date.now("YYYY"); -const date = tp.date.now("YYYY-MM-DD"); -const baseFolder = "20 Work/Decisions"; -const yearFolder = `${baseFolder}/${year}`; -if (!app.vault.getAbstractFileByPath(yearFolder)) { - await app.vault.createFolder(yearFolder); -} -await tp.file.move(`${yearFolder}/${date}`); +<%* +const date = tp.date.now("YYYY-MM-DD"); +const year = tp.date.now("YYYY"); +const title = await tp.system.prompt("Decision title"); + +if (!title) { + new Notice("Decision cancelled: no title entered."); + return; +} + +const safeTitle = title + .replace(/[\\/:*?"<>|]/g, "-") + .trim(); + +const baseFolder = "20 Work/Decisions"; +const yearFolder = `${baseFolder}/${year}`; + +if (!app.vault.getAbstractFileByPath(yearFolder)) { + await app.vault.createFolder(yearFolder); +} + +await tp.file.move( + `${yearFolder}/${date} - ${safeTitle}` +); -%> -# {{title}} + +**Date:** <% date %> +**Status:** 🟡 Proposed +**Decision Owner:** +**People Involved:** + +--- + +## Status Legend - 🟡 **Proposed** — Decision is being considered; not final yet. - 🟢 **Decided** — Decision has been made and is currently valid. - 🔴 **Rejected** — Option/proposal was explicitly considered and rejected. -- ⚫ **Superseded** — Was previously a valid decision, but a newer decision replaced it. +- ⚫ **Superseded** — Was previously valid, but a newer decision replaced it. -**Date:** {{date}} -**Status:** 🟡 Proposed -**Decision Owner:** -**People Involved:** +--- ## Context -What situation led to this decision? +Why is a decision needed? + +<% tp.file.cursor() %> ## Problem @@ -36,24 +58,24 @@ What problem are we trying to solve? **Description:** **Pros:** -- +- **Cons:** -- +- ### Option 2 **Description:** **Pros:** -- +- **Cons:** -- +- ## Decision -What did we decide? +What was decided? ## Why @@ -63,20 +85,21 @@ Why was this option chosen? What are we accepting by making this decision? +- + ## Next Steps -- [ ] -- [ ] +_Actions belong in Twos, Jira, or Monday._ + +- ## Outcome _To be completed later._ -What actually happened after the decision? - ## Lessons Learned -What would I do differently next time? +_To be completed if useful._ ## Related diff --git a/20 Work/Decisions/2026/2026-08-07 - Pay Trings for the french tabs.md b/20 Work/Decisions/2026/2026-08-07 - Pay Trings for the french tabs.md index 83553b7..8cd9fea 100644 --- a/20 Work/Decisions/2026/2026-08-07 - Pay Trings for the french tabs.md +++ b/20 Work/Decisions/2026/2026-08-07 - Pay Trings for the french tabs.md @@ -1,51 +1,50 @@ - -- 🟢 **Decided** — Decision has been made and is currently valid. - - **Date:** 2026-08-07 -**Status:** 🟡 Proposed -**Decision Owner:** -**People Involved:** +**Status:** 🟢 **Decided** — Decision has been made and is currently valid. +**Decision Owner:** Me +**People Involved:** JC, Carol ## Context -What situation led to this decision? +Need some tags such as live, coming soon, in french for the use of live on the OTT apps ## Problem -What problem are we trying to solve? +Need the tags in french ## Options Considered ### Option 1 -**Description:** +**Description:** Pay the $3500 -**Pros:** -- +**Pros:** +- We have it, less issues down the road +- Apps stays fully in french +- Less political backsplash +- Have the budget **Cons:** -- +- Extra $3500 ### Option 2 -**Description:** +**Description:** Do nothing **Pros:** -- +- Don't spend the extra $3500 **Cons:** -- +- OTT will be 90% french and 10% english ## Decision -What did we decide? +What did we decide? To pay for it ## Why -Why was this option chosen? +Why was this option chosen? Pros outweighs the cons ## Risks / Trade-offs @@ -53,8 +52,8 @@ What are we accepting by making this decision? ## Next Steps -- [ ] -- [ ] +- [ ] Inform Finance +- [ ] Accept payment ## Outcome diff --git a/20 Work/Weekly Review/2026/Week 32 - Weekly Review - 2026-08-07.md b/20 Work/Weekly Review/2026/Week 32 - Weekly Review - 2026-08-07.md index 3821db9..87c2d5a 100644 --- a/20 Work/Weekly Review/2026/Week 32 - Weekly Review - 2026-08-07.md +++ b/20 Work/Weekly Review/2026/Week 32 - Weekly Review - 2026-08-07.md @@ -124,10 +124,10 @@ Anything unusual? # Decisions Made -| Decision | Why | -| ---------------------------------------------------------- | ------------------------- | -| Prioritize Board of Directors work over Algolia validation | Executive priority | -| Will pay $3500 extra to trings for tags | Keeping the OTT in french | +| Decision | Why | +| ---------------------------------------------------------- | ----------------------------------------------------------------------------- | +| Prioritize Board of Directors work over Algolia validation | Executive priority | +| Will pay $3500 extra to trings for tags | Keeping the OTT in french see [[2026-08-07 - Pay Trings for the french tabs]] | ---