Kanban updates

This commit is contained in:
2023-07-05 14:01:44 -07:00
parent fcd3f9030d
commit 2cc854d7b2
8 changed files with 92 additions and 0 deletions

View File

@ -3,6 +3,8 @@ startedColumns:
- 'In Progress'
completedColumns:
- Done
dateFormat: mm/dd
taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g'' + relations.reduce((accumulator, currentValue) => accumulator.task + currentValue.task + '' '', '''')) : ''''}'
---
# View-by-Distance
@ -15,6 +17,7 @@ completedColumns:
- [google-timeline-for-geo](tasks/google-timeline-for-geo.md)
- [use-photo-prism-to-map](tasks/use-photo-prism-to-map.md)
- [import-face-region-metadata](tasks/import-face-region-metadata.md)
- [go-back-to-index-for-sort](tasks/go-back-to-index-for-sort.md)
## Todo
@ -22,6 +25,8 @@ completedColumns:
- [merge-kristy-files](tasks/merge-kristy-files.md)
- [import-know-faces-into-db](tasks/import-know-faces-into-db.md)
- [compression-only-difference](tasks/compression-only-difference.md)
- [set-date-taken-when-missing](tasks/set-date-taken-when-missing.md)
- [skip-metadata-load-after-first-each-day](tasks/skip-metadata-load-after-first-each-day.md)
## In Progress