thomasxwright / Feather-Trace

1 stars 0 forks source link

Show image previews of your photos of birds #47

Closed thomasxwright closed 1 year ago

thomasxwright commented 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.

thomasxwright commented 1 year ago

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.