Mostly Markdown

This commit is contained in:
2023-07-08 14:23:27 -07:00
parent 2cc854d7b2
commit 4c5771b688
33 changed files with 252 additions and 104 deletions

View File

@ -1,6 +1,10 @@
<style>
created { color: gray }
relations { color: Green }
created {
color: gray;
}
relations {
color: Green;
}
</style>
| Maybe
| Maybe

Binary file not shown.

View File

@ -1,29 +1,28 @@
.kanbn-column-wip .kanbn-column-task-list {
border-color: #6929c4;
}
.kanbn-column-next .kanbn-column-task-list {
border-color: #1192e8;
}
.kanbn-column-wait .kanbn-column-task-list {
border-color: #005d5d;
}
.kanbn-column-later .kanbn-column-task-list {
border-color: #9f1853;
}
.kanbn-column-maybe .kanbn-column-task-list {
border-color: #fa4d56;
}
.kanbn-column-friday .kanbn-column-task-list {
border-color: #570408;
}
.kanbn-column-done .kanbn-column-task-list {
border-color: #198038;
}
.kanbn-task-data-workload {
display: none;
}
.kanbn-task-data-relation {
display: block;
color: #198038;
}
border-color: #6929c4;
}
.kanbn-column-next .kanbn-column-task-list {
border-color: #1192e8;
}
.kanbn-column-wait .kanbn-column-task-list {
border-color: #005d5d;
}
.kanbn-column-later .kanbn-column-task-list {
border-color: #9f1853;
}
.kanbn-column-maybe .kanbn-column-task-list {
border-color: #fa4d56;
}
.kanbn-column-friday .kanbn-column-task-list {
border-color: #570408;
}
.kanbn-column-done .kanbn-column-task-list {
border-color: #198038;
}
.kanbn-task-data-workload {
display: none;
}
.kanbn-task-data-relation {
display: block;
color: #198038;
}

View File

@ -1,10 +1,12 @@
---
startedColumns:
- 'In Progress'
- "In Progress"
completedColumns:
- Done
dateFormat: mm/dd
taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g'' + relations.reduce((accumulator, currentValue) => accumulator.task + currentValue.task + '' '', '''')) : ''''}'
created: 2023-07-05T22:17:38.271Z
updated: 2023-07-05T22:39:48.691Z
---
# View-by-Distance
@ -12,18 +14,18 @@ taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g
## Backlog
- [asdf](tasks/asdf.md)
- [use-photo-prism-to-map](tasks/use-photo-prism-to-map.md)
- [google-timeline-for-geo](tasks/google-timeline-for-geo.md)
- [import-face-region-metadata](tasks/import-face-region-metadata.md)
- [merge-scan-photos](tasks/merge-scan-photos.md)
- [setup-syncthing-server](tasks/setup-syncthing-server.md)
- [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
- [determine-if-location-container-collection-is-needed-in-get-faces](tasks/determine-if-location-container-collection-is-needed-in-get-faces.md)
- [merge-kristy-files](tasks/merge-kristy-files.md)
- [import-know-faces-into-db](tasks/import-know-faces-into-db.md)
- [merge-kristy-files](tasks/merge-kristy-files.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)
@ -37,6 +39,6 @@ taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g
## Done
- [eof-error](tasks/eof-error.md)
- [setup-photo-prism-again-in-wsl-docker](tasks/setup-photo-prism-again-in-wsl-docker.md)
- [run-scan-originals](tasks/run-scan-originals.md)
- [shrink-percent](tasks/shrink-percent.md)
- [setup-photo-prism-again-in-wsl-docker](tasks/setup-photo-prism-again-in-wsl-docker.md)

View File

@ -1,13 +1,14 @@
---
created: 2023-06-12T21:54:44.803Z
updated: 2023-06-12T21:54:44.803Z
updated: 2023-07-08T21:20:54.668Z
assigned: ""
progress: 0
tags: []
status: "1-Backlog"
type: note
---
# asdf
# Asdf
## Sub-tasks

View File

@ -1,13 +1,14 @@
---
created: 2023-06-12T21:54:44.803Z
updated: 2023-06-12T21:54:44.803Z
created: 2023-06-30T04:24:26.054Z
updated: 2023-07-08T21:21:03.057Z
assigned: ""
progress: 0
tags: []
status: "1-Backlog"
status: "2-Todo"
type: note
---
# compression-only-difference
# Compression Only Difference
## Sub-tasks

View File

@ -1,13 +1,14 @@
---
created: 2023-06-24T02:12:00.629Z
updated: 2023-06-24T02:12:47.758Z
updated: 2023-07-08T21:21:03.774Z
assigned: ""
progress: 0
tags: []
status: "2-Todo"
type: note
---
# determine-if-location-container-collection-is-needed-in-get-faces
# Determine if Location Container Collection Is Needed in Get Faces
```c#
locations = Shared.Models.Stateless.Methods.ILocation.GetLocations(collection, results, mappingFromPhotoPrismCollection, _RectangleIntersectMinimum);

View File

@ -1,13 +1,14 @@
---
created: 2023-06-12T21:55:20.591Z
updated: 2023-06-18T15:18:01.941Z
updated: 2023-07-08T21:21:04.351Z
assigned: ""
progress: 0
tags: []
status: "4-Done"
type: note
---
# eof-error
# Eof Error
```bash
C:/Docker/photoprism/originals/()/_ _ _/84/-50458384.jpg

View File

@ -1,15 +1,16 @@
---
created: 2023-06-18T20:29:10.288Z
updated: 2023-06-19T01:50:22.660Z
updated: 2023-07-08T21:21:04.820Z
assigned: ""
progress: 0
tags: []
status: "3-In Progress"
type: note
---
# find-incorrectly-mapped-faces
# Find Incorrectly Mapped Faces
- Added _RangeDistanceToleranceAverage to rename ~200 files to *.ukn
- Added \_RangeDistanceToleranceAverage to rename ~200 files to \*.ukn
## Sub-tasks

View File

@ -1,10 +1,14 @@
---
created: 2023-07-05T22:17:38.271Z
updated: 2023-07-08T21:21:06.218Z
status: "1-Backlog"
type: note
---
# go-back-to-index-for-sort
# Go Back to Index for Sort
## Sub-tasks
- [ ] New file for index to to id
- [ ] Count backwards
- [ ] Maybe skip some for scan images
- [ ] Maybe skip some for scan images

View File

@ -1,13 +1,14 @@
---
created: 2023-06-25T15:26:35.170Z
updated: 2023-06-25T15:29:50.594Z
updated: 2023-07-08T21:21:06.219Z
assigned: ""
progress: 0
tags: []
status: "2-Todo"
status: "1-Backlog"
type: note
---
# google-timeline-for-geo
# Google Timeline for Geo
## Sub-tasks

View File

@ -1,13 +1,14 @@
---
created: 2023-06-19T21:38:12.818Z
updated: 2023-06-19T21:38:12.818Z
updated: 2023-07-08T21:21:06.219Z
assigned: ""
progress: 0
tags: []
status: "2-Todo"
status: "1-Backlog"
type: note
---
# import-face-region-metadata
# Import Face Region Metadata
- [ ] review https://github.com/kvalev/photoprism/pull/59/files#

View File

@ -1,13 +1,14 @@
---
created: 2023-06-12T21:54:44.803Z
updated: 2023-06-25T01:24:50.138Z
updated: 2023-07-08T21:21:06.220Z
assigned: ""
progress: 0
tags: []
status: "3-In Progress"
status: "2-Todo"
type: note
---
# import-know-faces-into-db
# Import Know Faces Into Db
```bash
# locating data volumes in docker desktop windows
@ -21,11 +22,11 @@ docker compose exec photoprism photoprism restore -i -f
```
- After changes to code:
- 50 ~230 and still has wrong
- 66 198 and still has wrong
- 75 145 and still has wrong
- 85 81 and still has wrong (Bodhi and Hudson)
- 90 50 and still has wrong (Chelsea and Hudson)
- 50 ~230 and still has wrong
- 66 198 and still has wrong
- 75 145 and still has wrong
- 85 81 and still has wrong (Bodhi and Hudson)
- 90 50 and still has wrong (Chelsea and Hudson)
## Sub-tasks

View File

@ -1,13 +1,14 @@
---
created: 2023-06-25T16:35:28.627Z
updated: 2023-06-25T16:35:35.404Z
updated: 2023-07-08T21:21:06.221Z
assigned: ""
progress: 0
tags: []
status: "2-Todo"
type: note
---
# merge-kristy-files
# Merge Kristy Files
## Sub-tasks

View File

@ -1,13 +1,14 @@
---
created: 2023-06-12T21:54:44.803Z
updated: 2023-06-12T21:54:44.803Z
created: 2023-06-25T16:38:23.750Z
updated: 2023-07-08T21:21:06.221Z
assigned: ""
progress: 0
tags: []
status: "1-Backlog"
type: note
---
# merge-scan-photos
# Merge Scan Photos
- Inform about the few file name duplicates

View File

@ -1,13 +1,14 @@
---
created: 2023-06-24T02:13:16.426Z
updated: 2023-06-24T02:13:20.545Z
updated: 2023-07-08T21:21:06.222Z
assigned: ""
progress: 0
tags: []
status: "3-In Progress"
type: note
---
# nef-support
# Nef Support
## Sub-tasks

View File

@ -1,13 +1,14 @@
---
created: 2023-06-12T21:54:44.810Z
updated: 2023-06-25T16:30:22.805Z
updated: 2023-07-08T21:21:06.222Z
assigned: ""
progress: 0
tags: []
status: "4-Done"
type: note
---
# run-scan-originals
# Run Scan Originals
## Sub-tasks

View File

@ -1,8 +1,12 @@
---
created: 2023-07-05T22:17:38.271Z
updated: 2023-07-08T21:21:06.223Z
status: "2-Todo"
type: note
---
# set-date-taken-when-missing
# Set Date Taken When Missing
## Sub-tasks
- [ ]
- [ ]

View File

@ -1,13 +1,14 @@
---
created: 2023-06-12T17:28:20.080Z
updated: 2023-06-25T16:29:52.487Z
created: 2023-07-05T22:34:47.537Z
updated: 2023-07-08T21:21:06.223Z
assigned: ""
progress: 0
tags: []
status: "4-Done"
type: note
---
# Setup PhotoPrism again in WSL / Docker
# Setup Photo Prism Again in Wsl Docker
## Sub-tasks

View File

@ -1,13 +1,14 @@
---
created: 2023-06-12T21:54:44.803Z
updated: 2023-06-12T21:54:44.803Z
created: 2023-06-25T16:42:24.220Z
updated: 2023-07-08T21:21:06.224Z
assigned: ""
progress: 0
tags: []
status: "1-Backlog"
type: note
---
# setup-syncthing-server
# Setup Syncthing Server
- Share one folder at a time
- Use push only feature

View File

@ -1,13 +1,14 @@
---
created: 2023-06-19T21:39:09.103Z
updated: 2023-06-25T16:24:52.333Z
updated: 2023-07-08T21:21:06.224Z
assigned: ""
progress: 0
tags: []
status: "4-Done"
type: note
---
# shrink-percent
# Shrink Percent
## Sub-tasks

View File

@ -1,8 +1,12 @@
---
created: 2023-07-05T22:17:38.271Z
updated: 2023-07-08T21:21:06.224Z
status: "2-Todo"
type: note
---
# skip-metadata-load-after-first-each-day
# Skip Metadata Load After First Each Day
## Sub-tasks
- [ ] When E_... is newer then today don't search json files for metadata and resize
- [ ] When E\_... is newer then today don't search json files for metadata and resize

View File

@ -1,13 +1,14 @@
---
created: 2023-06-23T13:56:11.956Z
updated: 2023-06-24T15:11:14.038Z
updated: 2023-07-08T21:21:06.224Z
assigned: ""
progress: 0
tags: []
status: "3-In Progress"
type: note
---
# use-eyes-to-find-orientation
# Use Eyes to Find Orientation
## Sub-tasks

View File

@ -1,13 +1,14 @@
---
created: 2023-06-19T21:38:12.818Z
updated: 2023-06-19T21:38:12.818Z
updated: 2023-07-08T21:21:06.224Z
assigned: ""
progress: 0
tags: []
status: "2-Todo"
status: "1-Backlog"
type: note
---
# use-photo-prism-to-map
# Use Photo Prism to Map
## Sub-tasks