good spot to stop, some TODOs left, but really delete/restore now works

This commit is contained in:
2021-06-11 20:26:56 +10:00
parent 137b3f347d
commit 8b5633ea23

22
TODO
View File

@@ -1,18 +1,20 @@
## 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...
* AddJobForLog can absorb DEBUGs, etc. in fact fix up logging in general
* comment your code
* more OO goodness :)
## MAYBE?
* 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]
- it needs to enqueue a CheckDups job (as it will likely cause dups to reappear) [TEST THIS]
- also need to hook up front-end GUI to invoke the func that has been tested [DONE for Del button]
-> still need Del from contextMenu, Undel from contextMenu (and change the del button when I'm in the Bin path)
-> still no code for Move either (button or contextMenu)
-> still no code for Details... in contextMenu
## DB
Need to think about...