From 8b5633ea23b99ee0f7e32d61247395267e2cac77 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 11 Jun 2021 20:26:56 +1000 Subject: [PATCH] good spot to stop, some TODOs left, but really delete/restore now works --- TODO | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index d031968..b5ee547 100644 --- a/TODO +++ b/TODO @@ -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...