final todo for today
This commit is contained in:
9
TODO
9
TODO
@@ -3,14 +3,17 @@
|
|||||||
- remove all "Options()" that are not set by a user-choice in the F/E and just make sure new "Options" sets all defaults as needed
|
- remove all "Options()" that are not set by a user-choice in the F/E and just make sure new "Options" sets all defaults as needed
|
||||||
- some done, just finish it
|
- some done, just finish it
|
||||||
|
|
||||||
* going forward into search page (and probably all POSTs) does not work -- use POST -> redirect to GET
|
* fix BUG-81
|
||||||
/viewlist ? -> think it works, BUT, need a rewrite anyway to use json data rather than new urls...
|
|
||||||
|
* browser back/forward buttons dont work -- use POST -> redirect to GET
|
||||||
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"])
|
||||||
-- these need to store 'job prefs' somewhere...
|
-- these need to store 'job prefs' somewhere... (extras?)
|
||||||
files.py:@app.route("/fix_dups", methods=["POST"])
|
files.py:@app.route("/fix_dups", methods=["POST"])
|
||||||
???
|
???
|
||||||
|
|
||||||
|
* refimg locns can lose an array idx of 0 always.
|
||||||
|
|
||||||
* delete / rescan in dev, needs to delete faces, frl, ffl, ...
|
* delete / rescan in dev, needs to delete faces, frl, ffl, ...
|
||||||
|
|
||||||
* search allow noo?
|
* search allow noo?
|
||||||
|
|||||||
Reference in New Issue
Block a user