diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index cf6935c4..772157a1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -31,27 +31,14 @@ todo: Administration - Attached files manager OBJECT DELETED BUT ATTACHMENTS NOT DELETED so has fileAttachment record but no matching object it should be checking if the parent corebiz object exists and if not set to type NOTYPE and no ID - - TESTING: - Delete a file that's been attached in windows - Should show in list as missing Non existent - Drop a file that was attached but then deleted object - Should show in list attached to NOTYPE - Drop a rando file in a rando folder (root and subfolder) - Should show in job log - - Delete parent object - attachments should delete (verify not doing it with user?) - add sync status to db table so can show in grid - make a datalist to return this DELETE bulk OP delete selected file Attachments db record and physical file if present or just the fileAttachment if missing the physical file @@ -70,7 +57,25 @@ todo: Administration - Attached files manager it then checks to see that that object exists before moving them to it - + + TESTING: + Delete a file that's been attached in windows + Should show in list as missing Non existent + Drop a file that was attached but then deleted object + Should show in list attached to NOTYPE + Drop a rando file in a rando folder (root and subfolder) + Should show in job log + + Delete parent object + attachments should delete (verify not doing it with user?) + + todo: need size in db record to display + todo: need a wayt to display a typeid field in grid + probably rare so just do it to support this exact case and then can expand later if necessary (YAGNI principle) + Need a TID ui data type + change data-table ui column generator to support it + look for email type 11 to find all the spots +