From dc51761dbc14ab33d391d96ce2ecd58e64a63d55 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 10 May 2020 23:54:16 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e4d53b20..4ace4514 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -71,12 +71,15 @@ CURRENT TODOs 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: 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) -test: Do tests for every operation on workorder and structure + test: transaction test - ensure principle object delete failure properly rolls back transaction