toms3t / Propalyzer

Web app that helps investors evaluate residential investment property opportunities
MIT License
67 stars 28 forks source link

Clean up how often apis are being called when not necessary #94

Closed Nitsujed closed 5 years ago

Nitsujed commented 5 years ago

The way property.py is setup, every new page initiates this class and ultimately calls the various APIs. This needs to get separated out so the only time a API is called is during the initial address entry. After that, we should just use the data gathered and allow it to be manipulated on the side.

toms3t commented 5 years ago

Done!