From 6166e49a234483c8f930e27dad271b7401389303 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Tue, 8 Dec 2020 01:06:06 -0500 Subject: [PATCH] additional notes on status --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 35fda9e..5f41af5 100644 --- a/readme.md +++ b/readme.md @@ -33,12 +33,10 @@ route baseline - [x] setup something to fill in sql parameters to do testing on the function - [ ] update node to handle forecast name parameter - [ ] calc status is hard-coded right now in the json request -> probably needs to be manuall supplied up front -- [ ] **the sales data has to have a column for module** scale ---------------------------------------------------------------------------------------------------------------------------------------------------- -- [ ] how to handle a target value adjustment, which currency is it in? -- [ ] need to add version columns CTE's +- [ ] need to add version columns to all CTE's - [ ] need to build log insert - [x] Need to build where clause for scenario @@ -53,3 +51,5 @@ running problem list - [ ] there is not currently any initial grouping to limit excess data from all the document# scenarios * general - [ ] clean up SQL generation to prevent injection + - [ ] **the sales data has to have a column for module and change ID, live sales data isn't going to work well** + - [ ] how to handle a target value adjustment, which currency is it in?