BuidlGuidl / onchain-impact-dashboard

Show projects ongoing impact based on past retroactive funding rounds voting metric weightings
https://onchain-impact-dashboard.vercel.app
MIT License
1 stars 8 forks source link

Normalize metric scores before applying weights in ETL #102

Closed escottalexander closed 3 months ago

escottalexander commented 3 months ago

Currently we are deriving the Impact Index without considering the maximum values for each project. I think what needs to be done is we need to find the max value out of all the projects (for each metric) and adjust the scores accordingly. Then we should multiply by the weights and that result for each metric to the impact_index for that particular day. This should be similar to how we did it in Impact Calculator.