Description:
Updates the /api/v2/disaster/award/amount/ and /api/v2/disaster/award/count/ endpoints to use the covid_faba_spending table for their results.
Technical details:
A new view was added that groups Covid-19 FABA spending by award and then stores those totals and counts in the covid_faba_spending table. The disaster award endpoints then use these rows for their calculations.
[x] Performance evaluation of affected (API | Script | Download)
[x] Before / After data comparison
Area for explaining above N/A when needed:
2. API documentation updated
No API documentation was affected by this change.
4. Matview impact assessment completed
No matviews are affected by this change.
5. Frontend impact assessment completed
The frontend is not impacted by this change.
Description: Updates the
/api/v2/disaster/award/amount/
and/api/v2/disaster/award/count/
endpoints to use thecovid_faba_spending
table for their results.Technical details: A new view was added that groups Covid-19 FABA spending by award and then stores those totals and counts in the
covid_faba_spending
table. The disaster award endpoints then use these rows for their calculations.Requirements for PR merge:
Area for explaining above N/A when needed: