This commit is contained in:
2021-04-16 16:05:37 +00:00
parent 115ba5b650
commit 3b4486a272
2 changed files with 60 additions and 37 deletions

View File

@@ -225,11 +225,14 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING: implement actual delete of soft delete, if it works then port up to woitem and then strip out the old delete graph stuff
CURRENTLY DOING: save (and delete), then error handling (move to individual saves the formatting / compilation), then resume list
OVERALL
ORDERING AND ERRORS
- DELETE ISSUE:
- if woitem is flagged for delete all children should be as well
just flag them in the tree when the woitem is flagged toggle children
- SOFT DELETE ISSUE:
because it's removing the row on delete but not deleting until save, any errors can't be displayed correctly
TODO: move to a "soft delete" get rid of the deleted items separate array
@@ -248,6 +251,9 @@ OVERALL
- load and stress test on client
- ## Try to find every thing that will matter when more collections are added now, ensure a full flow from start to stop and everything in between to try to catch any gotchas now before get too deep into it ##
todo: deleted wo
todo: update on save??
can it fetch down changes or does that even make sense bandwidth wise
todo: WorkOrderItemTask??