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 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 baseFolder = "20 Work/Decisions";
|
||||||
const yearFolder = `${baseFolder}/${year}`;
|
const yearFolder = `${baseFolder}/${year}`;
|
||||||
|
|
||||||
if (!app.vault.getAbstractFileByPath(yearFolder)) {
|
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.
|
**Date:** <% date %>
|
||||||
- 🟢 **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}}
|
|
||||||
**Status:** 🟡 Proposed
|
**Status:** 🟡 Proposed
|
||||||
**Decision Owner:**
|
**Decision Owner:**
|
||||||
**People Involved:**
|
**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
|
## Context
|
||||||
|
|
||||||
What situation led to this decision?
|
Why is a decision needed?
|
||||||
|
|
||||||
|
<% tp.file.cursor() %>
|
||||||
|
|
||||||
## Problem
|
## Problem
|
||||||
|
|
||||||
@@ -53,7 +75,7 @@ What problem are we trying to solve?
|
|||||||
|
|
||||||
## Decision
|
## Decision
|
||||||
|
|
||||||
What did we decide?
|
What was decided?
|
||||||
|
|
||||||
## Why
|
## Why
|
||||||
|
|
||||||
@@ -63,20 +85,21 @@ Why was this option chosen?
|
|||||||
|
|
||||||
What are we accepting by making this decision?
|
What are we accepting by making this decision?
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
## Next Steps
|
## Next Steps
|
||||||
|
|
||||||
- [ ]
|
_Actions belong in Twos, Jira, or Monday._
|
||||||
- [ ]
|
|
||||||
|
-
|
||||||
|
|
||||||
## Outcome
|
## Outcome
|
||||||
|
|
||||||
_To be completed later._
|
_To be completed later._
|
||||||
|
|
||||||
What actually happened after the decision?
|
|
||||||
|
|
||||||
## Lessons Learned
|
## Lessons Learned
|
||||||
|
|
||||||
What would I do differently next time?
|
_To be completed if useful._
|
||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
|
|||||||
@@ -1,51 +1,50 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
- 🟢 **Decided** — Decision has been made and is currently valid.
|
|
||||||
|
|
||||||
|
|
||||||
**Date:** 2026-08-07
|
**Date:** 2026-08-07
|
||||||
**Status:** 🟡 Proposed
|
**Status:** 🟢 **Decided** — Decision has been made and is currently valid.
|
||||||
**Decision Owner:**
|
**Decision Owner:** Me
|
||||||
**People Involved:**
|
**People Involved:** JC, Carol
|
||||||
|
|
||||||
## Context
|
## 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
|
## Problem
|
||||||
|
|
||||||
What problem are we trying to solve?
|
Need the tags in french
|
||||||
|
|
||||||
## Options Considered
|
## Options Considered
|
||||||
|
|
||||||
### Option 1
|
### 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:**
|
**Cons:**
|
||||||
-
|
- Extra $3500
|
||||||
|
|
||||||
### Option 2
|
### Option 2
|
||||||
|
|
||||||
**Description:**
|
**Description:** Do nothing
|
||||||
|
|
||||||
**Pros:**
|
**Pros:**
|
||||||
-
|
- Don't spend the extra $3500
|
||||||
|
|
||||||
**Cons:**
|
**Cons:**
|
||||||
-
|
- OTT will be 90% french and 10% english
|
||||||
|
|
||||||
## Decision
|
## Decision
|
||||||
|
|
||||||
What did we decide?
|
What did we decide? To pay for it
|
||||||
|
|
||||||
## Why
|
## Why
|
||||||
|
|
||||||
Why was this option chosen?
|
Why was this option chosen? Pros outweighs the cons
|
||||||
|
|
||||||
## Risks / Trade-offs
|
## Risks / Trade-offs
|
||||||
|
|
||||||
@@ -53,8 +52,8 @@ What are we accepting by making this decision?
|
|||||||
|
|
||||||
## Next Steps
|
## Next Steps
|
||||||
|
|
||||||
- [ ]
|
- [ ] Inform Finance
|
||||||
- [ ]
|
- [ ] Accept payment
|
||||||
|
|
||||||
## Outcome
|
## Outcome
|
||||||
|
|
||||||
|
|||||||
@@ -125,9 +125,9 @@ Anything unusual?
|
|||||||
# Decisions Made
|
# Decisions Made
|
||||||
|
|
||||||
| Decision | Why |
|
| Decision | Why |
|
||||||
| ---------------------------------------------------------- | ------------------------- |
|
| ---------------------------------------------------------- | ----------------------------------------------------------------------------- |
|
||||||
| Prioritize Board of Directors work over Algolia validation | Executive priority |
|
| Prioritize Board of Directors work over Algolia validation | Executive priority |
|
||||||
| Will pay $3500 extra to trings for tags | Keeping the OTT in french |
|
| 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