38 lines
1.0 KiB
Markdown
38 lines
1.0 KiB
Markdown
|
|
---
|
|
|
|
#复盘/3
|
|
|
|
## 一句话描述
|
|
|
|
[___项目需求索引_____]
|
|
|
|
---
|
|
|
|
```dataview
|
|
TABLE without ID
|
|
link(file.path, file.name) as "文件名", filter(file.tags, (t)=>startswith(t,"#需求/")) as "状态", file.mtime AS "最后修改时间"
|
|
FROM "01-项目/2512-MaixCam竞赛版"
|
|
WHERE startswith(file.name, "需求") and any(file.tags, (t)=>t="#需求/评估")
|
|
SORT file.mtime DESC
|
|
```
|
|
|
|
```dataview
|
|
TABLE without ID
|
|
link(file.path, file.name) as "文件名", filter(file.tags, (t)=>startswith(t,"#需求/")) as "状态", file.mtime AS "最后修改时间"
|
|
FROM "01-项目/2512-MaixCam竞赛版"
|
|
WHERE startswith(file.name, "需求") and any(file.tags, (t)=>t="#需求/禅道")
|
|
SORT file.mtime DESC
|
|
```
|
|
|
|
|
|
```dataview
|
|
TABLE without ID
|
|
link(file.path, file.name) as "文件名", filter(file.tags, (t)=>startswith(t,"#需求/")) as "状态", file.mtime AS "最后修改时间"
|
|
FROM "01-项目/2512-MaixCam竞赛版"
|
|
WHERE startswith(file.name, "需求") and any(file.tags, (t)=>t="#需求/原子化")
|
|
SORT file.mtime DESC
|
|
```
|
|
|
|
|