From 253191438763123498d52a34d6689d03de6de062 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 13 Apr 2022 01:36:31 -0400 Subject: [PATCH] issues addressed --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index bc0f506..6924a57 100644 --- a/readme.md +++ b/readme.md @@ -51,8 +51,8 @@ issues - [ ] baseline request json is not depostiing correctly into the sql - [ ] what if you create a func table but some of the values are null? (orders without quotes) - [x] what if you want certain things like invoice numbers included in the baseline, is a func table necesary? no, just leave fkey null and no table will be setup - - [ ] baseline needs to populate all columns in sequential order like the scale route + - [x] baseline needs to populate all columns in sequential order like the scale route - [ ] what if there is more than one table in fc.target_meta - [x] validate the ability to join to associated date tables, for example order season that needs incremented - - [ ] there is not currently any initial grouping to limit excess data from all the document# scenarios + - [x] there is not currently any initial grouping to limit excess data from all the document# scenarios - [ ] how to handle a target value adjustment, which currency is it in?