refactor most javascript code, moved what can be moved into files_support.js, made keydown() items only apply when I go to the viewer code
This commit is contained in:
15
TODO
15
TODO
@@ -1,20 +1,15 @@
|
||||
###
|
||||
# get override data into view
|
||||
# should start with an empty DB and test - definitely no dirs in storage_sp gives:
|
||||
# dir_id=dir_arr[0]
|
||||
# IndexError: list index out of range
|
||||
# TEST this, code in files will work, but now passes root_eid=0 for
|
||||
# this - so need GUI to work - may even be good to put an alert up - its so odd to hvae not root dir ONLY happens when no data
|
||||
# empty directories are sometimes showing "No matches for: 'undefined'" <- should only comes up for search in URL???
|
||||
# should start with an empty DB and test
|
||||
# definitely no dirs in storage_sp I now pass root_eid=0 for this
|
||||
# BUT - need GUI to work - may even be good to put an alert up - its so odd to have not root dir ONLY happens when no data
|
||||
# empty directories (2017/20171015-test/...) showing "No matches for: 'undefined'" <- should only comes up for search in URL???
|
||||
# think I killed pa_job_manager without passing an eid to a transform job, shouldn't crash
|
||||
# SHOULD JUST get AI to help clean-up and write defensive code here...
|
||||
# also all the add ref img/add override, etc are non-functional - FIX the override* stuff first to get table/naming consistency as that is half the problem
|
||||
# delete button also uses current? (eid is empty anyway)
|
||||
# move as much jscript into *_support, as possible (if there are no more {{ - # then move it)
|
||||
# convert move_paths to a json setup
|
||||
# ALSO revisit this move_paths to be as safe as possible ultimately, triple-check there are no leading / or .. 's
|
||||
# TEST everything (don't forget keybindings)
|
||||
# transforms -> should consider removing the pull logic to see if a job is finished (have job-mgr push data back? while more rest, not sure b/e EVER sends data to F/E at moment)
|
||||
# TEST everything (don't forget keybindings,e.g. delete)
|
||||
###
|
||||
|
||||
### major fix - go to everywhere I call GetEntries(), and redo the logic totally...
|
||||
|
||||
Reference in New Issue
Block a user