Asset Projection Analysis helps users assess the correctness of model projections by:
- graphing asset files produced by modeling software
- providing tools to identify potential outliers/issues in a projection, e.g. via filters or computing results against another file
See the docs folder for more details.
The example data files in src/assets include:
- simple datasets to facilitate development
- cash-flow-testing.csv - current year's dataset
- cash-flow-testing-year-0.csv - last year's dataset
- large datasets for checking the user experience at this scale of data
- cash-flow-testing-large.csv - current year's dataset
- cash-flow-testing-year-0-large.csv - last year's dataset
- contrived datasets to test the "compare to prior" feature
- cash-flow-testing-test-diff-to-prior-year.csv - current year's dataset
- cash-flow-testing-test-diff-to-prior-year-0.csv - last year's dataset
Tools:
- node v20
- (optional) nvm
In your terminal:
- (optional) Set the version of node:
nvm use - Run the project:
npm run dev - Visit the url printed in the terminal.
- Show help in the terminal: press
h + enter - Open browser to the dev url from the terminal: press
o + enter
- Show help in the terminal: press