codeforamerica / bestnest-app

http://dev.bestnestapp.com
6 stars 2 forks source link

Utility cost view should make an actual API request to the proper endpoint #116

Closed jeremiak closed 9 years ago

jeremiak commented 10 years ago

Right now there is dummy data in the utility cost view. What needs to happen is that the view makes a request to an API endpoint that supplies the data from HES (and the implementation details of how that happens are taken care of in codeforamerica/bestnest-api#69

Once the data is returned, show the proper data in the template view