new BUG/TODO

This commit is contained in:
2021-11-03 19:36:31 +11:00
parent 95c5413985
commit ef15fcff99
2 changed files with 3 additions and 1 deletions

3
BUGs
View File

@@ -1,4 +1,5 @@
### Next: 74 ### 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-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

1
TODO
View File

@@ -17,6 +17,7 @@
- store in DB? or store in hidden file (or both)... IF it is outside the DB, then I can 'rebuild' the DB at anytime from scratch - store in DB? or store in hidden file (or both)... IF it is outside the DB, then I can 'rebuild' the DB at anytime from scratch
* why .xcf is seen as a video??? * why .xcf is seen as a video???
- actually only 1 is... I think if type == 'Unknown' then do file display and use ? as the image again
* maybe strip unnecessary / at end of directory name. i think i have left behind empty folders, e.g. check switzerland and austria * maybe strip unnecessary / at end of directory name. i think i have left behind empty folders, e.g. check switzerland and austria
- also should allow move to existing folder soon... - also should allow move to existing folder soon...