This commit is contained in:
2022-01-28 21:01:09 +11:00
parent fee993711f
commit 5d0cdec3ba

11
TODO
View File

@@ -1,13 +1,12 @@
## GENERAL ## GENERAL
* DECIDED TO DITCH multiple Dirs per Path, just adds complexity and not needed * DECIDED TO DITCH multiple Dirs per Path, just adds complexity and not needed - will address BUG-60
- will address BUG-60, and last bit of BUG-83
* browser back/forward buttons dont work -- use POST -> redirect to GET * browser back/forward buttons dont work -- use POST -> redirect to GET
* viewlist * viewlist
- can consider a POST every time we next/prev in viewer --> set only, to just update the OPT.current, every time you go back into the viewer, then it would go the last image viewed, rather than the first image on the last page you viewed... - can consider a POST every time we next/prev in viewer --> set only, to just update the OPT.current, every time you go back into the viewer, then it would go the last image viewed, rather than the first image on the last page you viewed...
- can consider an optim-- new_view page makes calls to viewlist to ADD json data only, so only trigger a new "viewlist" if we dont have data for that part of the eids - can consider an optim-- new_view page makes calls to viewlist to ADD json data only, so only trigger a new "viewlist" if we dont have data for that part of the eids
- need some sort of clean-up of pa_user_state -- I spose its triggered by browser session, so maybe just after a week is lazy/good enough - need some sort of clean-up of pa_user_state -- I spose its triggered by browser session, so maybe just after a week is lazy/good enough
-- SO TIMESTAMP pa_user_state entries!!! -- pa_user_state has last_used as a timestamp so can be used to delete old entries
job.py:@app.route("/jobs", methods=["GET", "POST"]) job.py:@app.route("/jobs", methods=["GET", "POST"])
job.py:@app.route("/job/<id>", methods=["GET","POST"]) job.py:@app.route("/job/<id>", methods=["GET","POST"])
@@ -24,6 +23,9 @@
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...
* re-think unmatched faces...
(the view needs a orig_url and pa_user_state to support viewer for this)
* refimg locns can lose an array idx of 0 always. * 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), * could get better AI optim, by keeping track of just new files since scan (even if we did this from the DB),
@@ -36,9 +38,6 @@
* allow joblog search * allow joblog search
* consider less hacky way to find start/end of GetEntries* -> so we KNOW which eid is first and last
and don't use jscript to work out when to set next/prev disabled
GUI overhaul? GUI overhaul?
* on a phone, the files.html page header is a mess "Oldest.." line is too large to fit on 1 line (make it a hamburger?) * on a phone, the files.html page header is a mess "Oldest.." line is too large to fit on 1 line (make it a hamburger?)
- searched for text overlaps buttons above and below - searched for text overlaps buttons above and below