From fad86e675bc25bea10150232d3af4f7a8d8ec9de Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 9 May 2020 14:25:05 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index bb75a4c6..e68e7f46 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -72,7 +72,9 @@ CURRENT TODOs CURRENT ITEM: 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: biz rules + ? wtf? 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)