This commit is contained in:
2021-05-12 22:47:53 +00:00
parent ea2e53b551
commit d6f461343b

View File

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