partial fix for various BUGs with going past the end of a viewing list... we now keep num_entries (of files) in pa_user_state, and use it to stop going before first or past last entry, even from viewlist, so this fixes many isseus... Final bug(s) are relating to multiple Dirs in a Path and its feeling too complex for no real gain, going to remove the feature, but for now, this version works / can be made to PROD
This commit is contained in:
9
TODO
9
TODO
@@ -1,7 +1,6 @@
|
||||
## GENERAL
|
||||
*** could get better AI optim, by keeping track of just new files since scan (even if we did this from the DB),
|
||||
then we could jsut feed those eid's explicitly into a 'run_ai_on_new_files' :) -- maybe particularly
|
||||
if count('new files') < say 1000 do eids, otherwise do path AND no new refimgs
|
||||
* DECIDED TO DITCH multiple Dirs per Path, just adds complexity and not needed
|
||||
- will address BUG-60, and last bit of BUG-83
|
||||
|
||||
* browser back/forward buttons dont work -- use POST -> redirect to GET
|
||||
* viewlist
|
||||
@@ -27,6 +26,10 @@
|
||||
|
||||
* refimg locns can lose an array idx of 0 always.
|
||||
|
||||
* could get better AI optim, by keeping track of just new files since scan (even if we did this from the DB),
|
||||
then we could just feed those eid's explicitly into a 'run_ai_on_new_files' :) -- maybe particularly
|
||||
if count('new files') < say 1000 do eids, otherwise do path AND no new refimgs
|
||||
|
||||
* search allow noo
|
||||
|
||||
* delete folder
|
||||
|
||||
Reference in New Issue
Block a user