Closed thomasxwright closed 1 year ago
In the sightings controller for the backend, create a function that grabs the image URLs
Pull this: Find the sightings by THIS USER that have PHOTOS attached
The api call is made after the initial api call for all the birds.
I've implemented this, but it doesn't wait until after the initial bird API call. It runs in part of the authentication process, if it determines that the user is logged in.
In the sightings controller for the backend, create a function that grabs the image URLs
Pull this: Find the sightings by THIS USER that have PHOTOS attached
The api call is made after the initial api call for all the birds.