This commit is contained in:
2020-05-09 20:30:42 +00:00
parent 4d6692b53d
commit b6eb78d710

View File

@@ -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
============================