bloom-housing / bloom

Bloom is Exygy’s affordable housing platform. Bloom's goal is to be a single entry point for affordable housing seekers and a hub for application and listing management for developers.
https://bloomhousing.com
Apache License 2.0
33 stars 25 forks source link

Create a listing fetch view for public user applications #4240

Open emilyjablonski opened 3 months ago

emilyjablonski commented 3 months ago

When a public user visits their applications page, each application loads with the listing name and due date. We are currently fetching the entire listing to build this view and the performance is poor. We should consider adding another listing view similar to how we have base and full that we call to just retrieve those listing fields. This will be exacerbated when we release the application tabs on this page.