Go to file
Paul Trowbridge 3a8dd84aec populate sample env 2020-02-11 11:06:13 -05:00
route_meta get rid of other sql files 2019-03-14 11:24:07 -04:00
route_sql Merge branch 'feature/newparts' into dev 2019-06-19 23:40:49 -04:00
.env.sample populate sample env 2020-02-11 11:06:13 -05:00
.gitignore update ignore 2019-06-20 03:54:01 +00:00
LICENSE Create LICENSE 2019-03-12 14:31:39 -04:00
README.md populate sample env 2020-02-11 11:06:13 -05:00
create_certs.sh add pieces to get the server running 2020-02-05 23:41:57 -05:00
forecast_api.service populate sample env 2020-02-11 11:06:13 -05:00
index.js Merge branch 'bugfix/div0' 2019-04-03 08:57:59 -05:00
msauth.html change header 2019-03-19 00:13:12 -04:00
package-lock.json add pieces to get the server running 2020-02-05 23:41:57 -05:00
package.json upgrade packages 2020-02-06 00:09:36 -05:00

README.md

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
  • pricing and units

Slowness Options

  • move json to a separate table and the change can be marked with a sequence
  • have the data actually be a query from the database
  • reduce number of columns in fc_pool