Projects Added

This commit is contained in:
2026-07-23 18:52:19 -04:00
parent 641bbb348f
commit ff127b43e5
29 changed files with 953 additions and 35 deletions
@@ -0,0 +1,9 @@
To insert the followups base into a project:
1. Open QuickAdd with `CTRL` + `A`
2. Type `Insert Deliverables`, the search result should be `Insert⸬Deliverables`
3. Run
4. Go into the filters of the newly created base and modify per project requirements
5. Modify other aspects (like the columns shown) per project requirements
Administrative note:
Quickadd `Insert⸬Followups` inserts `99 Toolkit/Templates/Project-Dashboards/Deliverables.base`.
@@ -0,0 +1,9 @@
To insert the followups base into a project:
1. Open QuickAdd with `CTRL` + `A`
2. Type `Insert Followup`, the search result should be `Insert⸬Followups`
3. Run
4. Go into the filters of the newly created base and modify per project requirements
5. Modify other aspects (like the columns shown) per project requirements
Administrative note:
Quickadd `Insert⸬Followups` inserts `99 Toolkit/Templates/Project-Dashboards/Followups.base`.
+15
View File
@@ -0,0 +1,15 @@
To insert the tasks base into a project:
1. Open QuickAdd with `CTRL` + `A`
2. Type `Insert Tasks, the search result should be `Insert⸬Tasks`
3. Run
4. Go into the filters of the newly created base and modify per project requirements
5. Modify other aspects (like the columns shown) per project requirements
To start creating tasks:
1. In the project directory, open QuickAdd (`CTRL` + `A`) and search for Create⸬Task.
2. You will be prompted for a name, give it a sensible one that identifies the basic task scope and also how it falls into a sequence of tasks.
3. Once the note is created, if it is going to contain subtasks, then `Rick Click`, go to Folder Note Commands, and `click` the create folder note option.
Subtasks are inserted in much the same way. **However**, subtasks are intended to be the end of the structure and thus should never be folder notes.
Administrative note:
Quickadd `Insert⸬Tasks` inserts `99 Toolkit/Templates/Project-Dashboards/Tasks.base`.
@@ -0,0 +1,8 @@
views:
- type: table
name: Table
filters:
and:
- Type == "Deliverable"
- '!file.path.startsWith("99 Toolkit")'
- Project == "REPLACE THIS MOLLY!"
@@ -0,0 +1,8 @@
views:
- type: table
name: Table
filters:
and:
- Type == "Followup"
- '!file.path.startsWith("99 Toolkit")'
- Project == "REPLACE THIS MOLLY!"
@@ -0,0 +1,8 @@
views:
- type: table
name: Table
filters:
and:
- Type == "Task"
- '!file.path.startsWith("99 Toolkit")'
- Project == "REPLACE THIS MOLLY!"
@@ -0,0 +1,21 @@
---
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
Date Due:
Deliverable:
Priority:
Project: <% tp.file.folder(true).split('/')[1] %>
Task: <% tp.file.folder(true).split('/')[2] %>
Charge Code:
Notes:
tags:
Type: Deliverable
---
## Details
`Write something here`
## Personal Notes
``Write even more here``
<%* await tp.file.rename("Deliverable-" + tp.date.now("DDMMYYYYHHMMSS")) %>` 
@@ -7,4 +7,21 @@ Project Lead:
tags:
Notes:
Charge Code:
Type: Project
---
# Scope & Description
# Deliverables
`Follow the instructions in` [[Deliverables Base]] `to get this working.`
# Tasks & Subtasks
`Follow the instructions in` [[Tasks Base]] `to get this working`
## Followups
`Follow the instructions in` [[Follow-Up Base]] `to get this working.`
# Personal Notes
`<%* await tp.file.rename(tp.file.folder(false)) %>` 
@@ -9,4 +9,9 @@ Task Lead:
tags:
Notes:
Charge Code:
Type: Subtask
---
# Description
# Deliverables
@@ -8,4 +8,10 @@ Task Lead:
tags:
Notes:
Charge Code:
Type: Task
---
# Description
# Deliverables
@@ -0,0 +1,12 @@
---
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
Follow-Up With:
About What:
Priority:
- Normal
Project: <% tp.file.folder(true).split('/')[1] %>
Type: Followup
---
`<%* await tp.file.rename("Followup⸬Customer-" + tp.date.now("DDMMYYYYHHMMSS")) %>` 
@@ -0,0 +1,12 @@
---
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
Follow-Up With:
About What:
Priority:
- Normal
Project: <% tp.file.folder(true).split('/')[1] %>
Type: Followup
---
`<%* await tp.file.rename("Followup⸬Generic-" + tp.date.now("DDMMYYYYHHMMSS")) %>` 
@@ -0,0 +1,14 @@
---
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
Follow-Up With: IT
Service Tech:
About What:
"Ticket #":
Priority:
- Normal
Project: <% tp.file.folder(true).split('/')[1] %>
Type: Followup
---
`<%* await tp.file.rename("Followup⸬IT-" + tp.date.now("DDMMYYYYHHMMSS")) %>` 
@@ -0,0 +1,15 @@
---
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
Follow-Up With: Procurement
Buyer:
About What:
"Requisition #":
"PO #":
Priority:
- Normal
Project: <% tp.file.folder(true).split('/')[1] %>
Type: Followup
---
`<%* await tp.file.rename("Followup⸬Proc-" + tp.date.now("DDMMYYYYHHMMSS")) %>` 
@@ -0,0 +1,12 @@
---
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
Follow-Up With: Richard
About What:
Priority:
- Normal
Project: <% tp.file.folder(true).split('/')[1] %>
Type: Followup
---
`<%* await tp.file.rename("Followup⸬Richard-" + tp.date.now("DDMMYYYYHHMMSS")) %>` 
@@ -0,0 +1,14 @@
---
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
Follow-Up With:
About What:
"Quote #":
"PO #":
Priority:
- Normal
Project: <% tp.file.folder(true).split('/')[1] %>
Type: Followup
---
`<%* await tp.file.rename("Followup⸬Supplier-" + tp.date.now("DDMMYYYYHHMMSS")) %>` 
@@ -0,0 +1,4 @@
| | Name | Code | Notes |
| --- | ---------------------------- | ------ | ----- |
| ⸬ | Squared Four Dot Punctuation | U+2E2C | |