removed del/restore TODOs its working, moved order of some TODOs too
This commit is contained in:
20
TODO
20
TODO
@@ -1,19 +1,13 @@
|
||||
## GENERAL
|
||||
* [DONE] Bin images need their own context-menu
|
||||
[DONE] - but undelete, needs to know orig dir/path... to be able to undel
|
||||
[DONE] - need to create Undel func (just reverse / similar to Move*)
|
||||
[DONE] - also need to hook up front-end GUI to invoke the func that has been tested
|
||||
[DONE] - need Del from contextMenu, Undel from contextMenu (and change the del button when I'm in the Bin path)
|
||||
[DONE] - it needs to enqueue a CheckDups job (as it will likely cause dups to reappear)
|
||||
[DONE] --> need to remove previous F/E dup messages when I either rerun CheckDups, or maybe when I del/undel? basically, have to remove old messages and throw a CheckDups job out there on Del/Undel
|
||||
[TODO] - have to not process content in Bin on startup of pa_job_manager as there are no DelFile entries to use
|
||||
[TODO] --> BUT, no msg in front-end ... (for del or undel) -- I think ajax and no reloads (but next reload doesnt see status either, that feels wrong)
|
||||
[TODO] - still no GUI or routes for View Details... in contextMenu
|
||||
[TODO] - still no routes for Move Files...
|
||||
|
||||
* GUI and routes for View Details... in contextMenu
|
||||
* AddJobForLog can absorb DEBUGs, etc. in fact fix up logging in general
|
||||
* comment your code
|
||||
* more OO goodness :)
|
||||
* sorter...
|
||||
need some way to multiselect images [DONE]
|
||||
and then get them into a new "folder"
|
||||
- this needs to 'move' the files / database info from import path to new storage path -- so if we do face rec. we don't need to redo it :)
|
||||
|
||||
|
||||
## DB
|
||||
@@ -57,10 +51,6 @@
|
||||
need to copy into here the jquery/fa files so we don't need internet to function
|
||||
- for that matter run lightspeed against all this
|
||||
|
||||
sorter...
|
||||
need some way to multiselect images [DONE]
|
||||
and then get them into a new "folder"
|
||||
- this needs to 'move' the files / database info from import path to new storage path -- so if we do face rec. we don't need to redo it :)
|
||||
|
||||
timelineview? (I think maybe sunburst for large amounts of files, then maybe something more timeline-series for drilling in?)
|
||||
(vertical timeline, date has thumbnails (small) horizontally along
|
||||
|
||||
Reference in New Issue
Block a user