bloom-housing / bloom

component-based web framework for affordable housing management
Apache License 2.0
34 stars 24 forks source link

Refactor data calls in lottery-results #4333

Open emilyjablonski opened 1 week ago

emilyjablonski commented 1 week ago

At the moment we have a chain of multiple calls to the backend in the lottery-results file on the public site. We should refactor this to reduce the chaining, and consider creating a new call for just the data on this page.