From b6e8d208380d3c231b3fbc5589eedaf9c26a6b90 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 13 May 2021 15:35:58 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index dd495925..b7e5a404 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -307,6 +307,15 @@ todo: many biz objects are not using new PUT methodology CURRENTLY DOING: labors (but involves contract change below) + + Header POST doesn't need special contract handling, only put and grandchild POST / PUTS + labor, parts, travel + + todo: on put needs to return object if prices updated, not just concurrency token!! + prices are *always* updated contract or not bc set by choice of part, not at client + any object modified at server must return object + only some won't need this + Contract control is working now, but haven't added code at server to update all objects when contract is changed So, that must be done next, then can test and confirm it's working ideally put that code in for all affected stuff now at back end rather than waiting.