codefordenver / partner-finder

Using an open dataset with registered colorado business to build a tool that manages outreach to potential CFD partners.
3 stars 14 forks source link

Get tags from /leads endpoint instead of /leads/{id}/tags #215

Closed galbwe closed 2 years ago

galbwe commented 3 years ago

Description

Makes a single http call to the /leads endpoint to get tags for the table on the homepage, rather than individual calls to the /leads/{id}/tags endpoints for each row in the table.

Fixes #214

Type of Change:

How Has This Been Tested?

Before

Screen Shot 2021-10-22 at 7 28 04 PM

After

Screen Shot 2021-10-22 at 7 27 21 PM

Checklist: