update for next steps

This commit is contained in:
2021-06-09 21:42:40 +10:00
parent 3bf97df7fe
commit b63d349c9f

7
TODO
View File

@@ -7,8 +7,11 @@
* 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)
- also need to hook up front-end GUI to invoke the func that has been tested
- 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