thomasxwright / Feather-Trace

1 stars 0 forks source link

Some images are mini-icons #21

Open thomasxwright opened 1 year ago

thomasxwright commented 1 year ago

Horned grebe for example has some images that are unrelated. Their alt tags are 'icon' so use that to filter them out.

Short term: don't display items whose alt tag is 'icon'

long term: prune them from the database.

thomasxwright commented 1 year ago

Ula-ai-hawane

has a picture of a finch, alt tag is 'Stub icon'

thomasxwright commented 1 year ago

In the backend I've implemented a temporary fix. Inside BirdObj.js which the backend uses to organize bird info from the json pulled from the database.

inside .images, I added a simple filter which pulls out any images whose alt text is 'icon'

This doesn't fix some icons like for the ula-ai-hawane, which has an image whose alt text is 'Stub icon'. But I'm leaving that there for now.

thomasxwright commented 1 year ago

"Waterfowl hunters"

another icon, as seen in mourning dove page.