new BUGs-114 (moving files is ignorant of paths), 115 (splitting of existing path cant handles dashes)

This commit is contained in:
2023-01-12 17:08:44 +11:00
parent af3adeee8b
commit 9aa0f8157d

7
BUGs
View File

@@ -1,4 +1,4 @@
### Next: 114 ### Next: 116
BUG-100: I managed to get 2 photos matching mich in the NOT_WORKING photo (probably dif refimgs but same p.tag?) BUG-100: I managed to get 2 photos matching mich in the NOT_WORKING photo (probably dif refimgs but same p.tag?)
= /photos/2012/20120414-damien/IMG_8467.JPG = /photos/2012/20120414-damien/IMG_8467.JPG
BUG-106: cant add trudy /pat? as refimgs via FaceDBox BUG-106: cant add trudy /pat? as refimgs via FaceDBox
@@ -6,3 +6,8 @@ BUG-106: cant add trudy /pat? as refimgs via FaceDBox
(it came from a face bbox, BUT, I have grown the face seln by 10%?) (it came from a face bbox, BUT, I have grown the face seln by 10%?)
BUG-109: add mich force override, removed it, then re-added it, then rebuild DB form scratch and metadata has a duplicate BUG-109: add mich force override, removed it, then re-added it, then rebuild DB form scratch and metadata has a duplicate
- redo disco metadata with md5 not UUID of face dataS - redo disco metadata with md5 not UUID of face dataS
BUG-114: when moving files, the offered similar dirs include those from other paths:
- when we change the sel_rp (and icon), should also change offered similar dirs
- AND its showing 'Import/Camera_Uploads/...' - is this a path issue in files.py / GetExisting* or?
BUG-115: GetExistingPaths chomps suffix when it contains '-'
- '2021/20211231-new-years-eve' -> prefix='2021/20211231-' & suffix='new'