From d6f461343b56d90a0c2c415d083bb9b79127b9b8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 12 May 2021 22:47:53 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index fe804ab2..dd495925 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -311,6 +311,11 @@ CURRENTLY DOING: labors (but involves contract change below) 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. + NOTE: the backend contract stuff is very inadequate, it needs to also handle tagged specific values as well + currently it's only coded to handle the "All items" bits, not the tagged items bits so that needs to be there as well + Also it has none of the code for handling response time etc which needs to be added so take a good look and at least note the + future stuff if not appropriate right now, but it all needs to be done eventually. + NOTE: make a separate route for this, don't use the regular save route to avoid a lot of overhead perhaps? Or maybe not, pros and cons to both