This commit is contained in:
2022-01-30 23:02:52 +11:00
parent c6efd29a48
commit 305995df37

12
TODO
View File

@@ -1,11 +1,7 @@
## GENERAL ## GENERAL
* search * search
-- allow changes to noo (done, but not in prefs yet) seems like defaults (say size), uses pa_user for first one, then defaults to something else
- PREFS: -- need to test/isolate and decide, I *think* we create the search size with a default of the current value, not the pa_user???
- allow default and choosing search noo
- can't force fullscreen on page load, so remove it from prefs
-- also, does search of matching dirname give all entries of subdirs of subdirs, etc. (think not) -- maybe a TODO?
* [DONE] order/ find face with largest size and at least show that as unmatched * [DONE] order/ find face with largest size and at least show that as unmatched
- could also try to check it vs. other faces, if it matches more than say 10? we offer it up as a required ref img, then cut that face (with margin) out and use it is a new ref image / person - could also try to check it vs. other faces, if it matches more than say 10? we offer it up as a required ref img, then cut that face (with margin) out and use it is a new ref image / person
@@ -16,6 +12,8 @@
https://stackoverflow.com/questions/31601393/create-context-menu-using-jquery-with-html-5-canvas https://stackoverflow.com/questions/31601393/create-context-menu-using-jquery-with-html-5-canvas
- also allow joblog search from the viewer for that file... - also allow joblog search from the viewer for that file...
* should allow right-click from View menu (particularly useful on search) to show other files around this one by date (maybe that folder or something?)
* re-think unmatched faces... * re-think unmatched faces...
(the view needs a orig_url and pa_user_state to support viewer for this) (the view needs a orig_url and pa_user_state to support viewer for this)
@@ -27,6 +25,8 @@
* DECIDED TO DITCH multiple Dirs per Path, just adds complexity and not needed - will address BUG-60 * DECIDED TO DITCH multiple Dirs per Path, just adds complexity and not needed - will address BUG-60
* does search of matching dirname give all entries of subdirs of subdirs, etc. (think not) -- maybe a TODO?
* delete folder * delete folder
* allow joblog search * allow joblog search