HDDS Dashboard

Planning

Legacy

Dataview: HDDS Notes

TABLE file.link AS Note, tags
FROM "20 Projects/HDDS"
WHERE contains(tags, "hdds")
SORT file.name ASC

Dataview: Plans And Reviews

TABLE file.link AS Document, tags
FROM "20 Projects/HDDS/Plans" OR "20 Projects/HDDS/Reviews"
SORT file.name ASC

Dataview: Codebase Notes

TABLE file.link AS Module, tags
FROM "20 Projects/HDDS/Codebase"
SORT file.name ASC

Dataview: Open Tasks

TASK
FROM "20 Projects/HDDS"
WHERE !completed
Built with LogoFlowershow