datamade / django-councilmatic

:heartpulse: Django app providing core functions for *.councilmatic.org
http://councilmatic.org
MIT License
26 stars 16 forks source link

Refactor the person detail. #128

Open reginafcompton opened 7 years ago

reginafcompton commented 7 years ago

Currently, when a user clicks on the "legislation" or "committee" tabs, it sends a request and reloads the page.

Let's try to get the same results, but with JavaScript. In doing so, also figure out how to use partial caching with the advanced cache library.