Source code the d2tp donation optimization website.
In setup/config
, you can set the fields you want to build filters for to generate a dropdown menu for each possible option. Specify numBuckets
to created a bucketed filter. SCATTERPLOT_X_FIELD
and SCATTERPLOT_Y_FIELD
are used to adjust the fields used in the scatterplot.
git clone https://github.com/Data-2-the-People/skyfall.git
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Please take a look at open issues.
- Any PRs that raise coverage are never a bad thing.