BloomTech-Labs / PT15-cityspire-d-ds

Labs PT15 - CitySpire - Team D - Data Science Repository
MIT License
0 stars 4 forks source link

Feature/Add a weighted city score route #21

Closed danoand closed 3 years ago

danoand commented 3 years ago

Files Modified:

Details:

  1. Add a config.py file that reads environment variables if present in order to configure a default set of city score weights -> used to generate a weighted average of the underlying city quality of life scores
  2. Add a route that returns an overall city score given the user's selected city and personal weighting
  3. Add helper functions to support the city score route handler and abstract code
danoand commented 3 years ago

@PalmerTurley34 hey... there's a lot going in this PR. If you think I should break this up, let me know. Thanks for taking a look

danoand commented 3 years ago

Closing this pull request and will reopen a new one