vault backup: 2026-08-07 16:30:27
This commit is contained in:
@@ -1,29 +1,51 @@
|
||||
<%*
|
||||
const year = tp.date.now("YYYY");
|
||||
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 app.vault.createFolder(yearFolder);
|
||||
}
|
||||
await tp.file.move(`${yearFolder}/${date}`);
|
||||
|
||||
await tp.file.move(
|
||||
`${yearFolder}/${date} - ${safeTitle}`
|
||||
);
|
||||
-%>
|
||||
# {{title}}
|
||||
|
||||
- 🟡 **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.
|
||||
|
||||
**Date:** {{date}}
|
||||
**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 valid, but a newer decision replaced it.
|
||||
|
||||
---
|
||||
|
||||
## Context
|
||||
|
||||
What situation led to this decision?
|
||||
Why is a decision needed?
|
||||
|
||||
<% tp.file.cursor() %>
|
||||
|
||||
## Problem
|
||||
|
||||
@@ -53,7 +75,7 @@ What problem are we trying to solve?
|
||||
|
||||
## 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
|
||||
|
||||
|
||||
@@ -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:**
|
||||
-
|
||||
- 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
|
||||
|
||||
|
||||
@@ -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]] |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user