updated TODO, fixed BUG-69 not handling move of dirs to existing dir

This commit is contained in:
2022-01-08 11:28:03 +11:00
parent b1917855e2
commit 0cb4c1879c
2 changed files with 0 additions and 4 deletions

1
BUGs
View File

@@ -1,5 +1,4 @@
### Next: 75 ### Next: 75
BUG-56: when making a viewing list of AI:mich, (any search?) and going past the page_size, it gets the wrong data from the DB for the 'next' entry BUG-56: when making a viewing list of AI:mich, (any search?) and going past the page_size, it gets the wrong data from the DB for the 'next' entry
BUG-60: entries per page (in folders view) ignores pagesize, and this also contributes to BUG-56 I think BUG-60: entries per page (in folders view) ignores pagesize, and this also contributes to BUG-56 I think
BUG-69: when moving a directory (maybe files???) it creates new destination directory even if one exists... not sure what the os.replace, etc. does at that point???
BUG-74: search/others? remembers start/offset, and if you reset view (e.g. another search) it doesnt show first page of results BUG-74: search/others? remembers start/offset, and if you reset view (e.g. another search) it doesnt show first page of results

3
TODO
View File

@@ -1,8 +1,5 @@
## GENERAL ## GENERAL
* move all unsorted photos/* -> import/ * move all unsorted photos/* -> import/
TEST: moving over the top of same dir name (what does this do to FS content)
-- I think the AddDir()'s should be finding existing ones, but maybe are adding?
FIX: BUG-69
TEST: what if we try to move a path in settings, should not allow this? TEST: what if we try to move a path in settings, should not allow this?
* remember last import dir, so you can just go straight back to it * remember last import dir, so you can just go straight back to it