Replace static services list with API lookup.
adunkman opened this issue · 0 comments
adunkman commented
As introduced in #43, service request estimates are currently calculated from db/static/services.js, which is an export of dc311api.herokuapp.com/v2/services.json, which is where 311.dc.gov loads its data.
We should probably load the data from somewhere, rather than having a static JSON file. Should it be loaded from there? Should we cache the data?