Compare commits

...

2 Commits

Author SHA1 Message Date
pt
6e21464e65 note some special concepts 2020-02-06 02:15:12 -05:00
pt
cd67f316fc upgrade packages 2020-02-06 00:09:36 -05:00
2 changed files with 6 additions and 2 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
Special concepts
* relationships betwen dates (order, request, ship) and apply that mix to a new month
* apply a base mix of promo codes and terms codes to a new month of forecast where there is no existing baseline to pull from
* effects of building baselines off of original, or all changes so far

View File

@ -10,7 +10,7 @@
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"dotenv": "^6.2.0", "dotenv": "^6.2.0",
"express": "^4.16.4", "express": "^4.17.1",
"pg": "^7.8.0" "pg": "^7.18.1"
} }
} }