Platform(s), All:
URLs (aka web addresses) of any pages, if relevant:
https://www.inaturalist.org/observations/236245670
https://www.inaturalist.org/observations/236284462
https://www.inaturalist.org/observations/234494612
Description of need:
It is relatively common for the same photo to contain multiple species. A user may see an observation of one species, but be more interested in the other. However, the process of finding another observation is complicated. Users need to navigate to the photos page to see the related observations, rather than seeing it directly on the observation page.
Feature request details:
I aim to automatically display observations that share at least one photo with the current observation on its observation page. This is similar to what I manually did in the provided links.
Related observations already appear on the photos page. For instance, this photo is linked to two observations: one for a plant and one for fungi. My goal is to find all related observations for each image, remove duplicates, and display them on the observations page.
Consider the following observations:
- ob1: photo1, photo2, photo3
- ob2: photo2, photo4
- ob3: photo2, photo3, photo5
- ob4: photo3, photo6
For ob1ās page, the first step is identifying related observations for each image:
- photo1 is linked to ob1 only
- photo2 is linked to ob1, ob2, and ob3
- photo3 is linked to ob1, ob3, and ob4
The combined related observations are: ob1, ob1, ob2, ob3, ob1, ob3, ob4.
After removing the current observation (ob1) and duplicates, we get: ob2, ob3, ob4.
Thus, observations ob2, ob3, and ob4, which share at least one photo with the current observation, should be listed in the ārelated observationsā section.