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,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!"