diff --git a/readme.md b/readme.md index 44a0c27..755a595 100644 --- a/readme.md +++ b/readme.md @@ -26,8 +26,12 @@ setup | | | | | | | | | iter | | | | | | | | | | | logid | | -* func: table name of associated data -* fkey: primary key of assoicated dat +* func: + * a foreign key and table is setup (except date types) + * baseline function does a group-by to compact data for any func/appcol and value types are aggregated +* fkey: + * primary key of assoicated data and join basis + * for date types no foreign key is setup, but dynamic table joins use the fkey field to join on * fcol: associated field from the master data table if it is different (oseas would refer to ssyr in fc.perd) * pretty: display column name (user friendly) * appcol: parameters that will have to be supplied but the application @@ -44,6 +48,7 @@ setup * logid (added if missing) issues + - [ ] baseline needs to populate all columns in sequential order like the scale route - [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 - [ ] how to handle a target value adjustment, which currency is it in?