codeforboston / legalhousing

MIT License
10 stars 27 forks source link

Remove font end errors and added caching of stats #119

Closed AlexMerritt closed 7 years ago

AlexMerritt commented 7 years ago

The graphs on the front end were causing errors so they have been commented out. Since I will want graphs and stuff in the future, they weren't removed.

Added caching for the stats on the front end. The first time someone gets the stats each day will trigger a cache rebuild for that token. Should improve performance.