clean up of notes, comments, BUGs, etc.
This commit is contained in:
5
TODO
5
TODO
@@ -6,12 +6,15 @@
|
||||
|
||||
* going forward into search page (and probably all POSTs) does not work
|
||||
don't render_template instead do a redirect to a GET of the new, or list? for del...
|
||||
* need to catch "option changes" as POSTs to make them GETs somehow...
|
||||
(search, files_ip POST change trigger issue)
|
||||
|
||||
[DONE] files.py:@app.route("/view/<id>", methods=["POST"])
|
||||
files.py:@app.route("/viewlist", methods=["POST"])
|
||||
-- this will need a total rewrite for viewer to handle fullscreen across offset/size boundaries so fix that instead
|
||||
job.py:@app.route("/jobs", methods=["GET", "POST"])
|
||||
job.py:@app.route("/job/<id>", methods=["GET","POST"])
|
||||
-- these ned to store 'job prefs' somewhere...
|
||||
-- these need to store 'job prefs' somewhere...
|
||||
files.py:@app.route("/fix_dups", methods=["POST"])
|
||||
|
||||
* optim to not run_ai_on_* for scan, needs to make sure last run_ai_on actually ran/worked - might have failed (or in my case was marked stale and I cancelled it)
|
||||
|
||||
Reference in New Issue
Block a user