From 1dd39d71c943c2484f90b8e8ea7872cf05a944cd Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Mon, 12 Jun 2023 18:11:04 -0400 Subject: [PATCH] todo edit, merge worked --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 048839d5..8c12685f 100644 --- a/TODO.md +++ b/TODO.md @@ -12,6 +12,7 @@ A few notes up front: ## TODO Notes: * Cleaned up a little bit for this Phase 1 POC! +* Has not even remotely been tested well yet! Works on my mac, and by that I mean I've hit it with postman! Phase 2 will include actually using the real clients / existing tests! * PredictOptions is not finished! My proposal is to add a new constructor fn to each of the go-* classes that takes the collapsed structure instead of the function slice - that way, I can mapstructure from the densest to the least. There's some commented out remnants of that, since I tested it with hacked up branches and it works. Proper implementation is phase 2!