This commit is contained in:
@@ -234,8 +234,11 @@ OVERALL
|
||||
TODO: move to a "soft delete" get rid of the deleted items separate array
|
||||
- on delete flag an item as "deleted=true"
|
||||
- modify the Items method that provides the array to the table so hide "deleted=true" items
|
||||
or....maybe show them as read only grayed out??
|
||||
if this, then delete would be wrong term, should be "mark for delete"
|
||||
- on save iterate the graph looking for deleted=true and attempt delete
|
||||
- on fail of delete set deleted=true to false so it will show but make sure to do it *IN* the delete method so it's ready for later to show the error
|
||||
|
||||
|
||||
- test partial save (### and delete ###) with fail at each level (make up a fail if have to at server)
|
||||
- Error messages should display correctly both in alert box and in each item's controls
|
||||
|
||||
Reference in New Issue
Block a user