From b6eb78d710d3b6fe9e44c541e3afb88915eb17de Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 9 May 2020 20:30:42 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 48f9117e..e4d53b20 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -73,19 +73,16 @@ CURRENT ITEM: STATUS - have just made the routes and biz code for wo, woitem, labor, parts. Make the tests for that then come back and add in the rest of the objects such as I know it MAKE THESE INTEGRATION TESTS FTW! -test: concurrency exception handling in workorder PUT route - validate can edit two parts of same workorder at same time independently +test: concurrency exception handling in workorder PUT route validate can edit two parts of same workorder at same time independently test: make sure deleted item keywords are gone from search dictionary test: does duplicate workorder return full workorder graph (i.e. does the CopyObject function actually copy the entire object and descendents? Or do I need to iterate it) -Do tests for every operation on workorder and structure - (implementing all bits in object as required) - +test: Do tests for every operation on workorder and structure test: transaction test - ensure principle object delete failure properly rolls back transaction + + update: v8Export to use new routes for workorder properly - TEST EXPORT BIG DATABASE WITH TONS OF ATTACHMENTS - Finish off the v8 test export then get the below shit done so can move to stage 3 ASAP ============================