When user hovers over any link, change the style (thicker width?, change cursor pointer) so user is aware they can interact with it.
When user clicks on any link, somewhere on the page show a "dock" component with:
source and target taxons (maybe the cards?)
study name with link to study details where the interaction was observed.
if there's lat/lng data available, build link to map view
Additional http calls will be required to fetch this data. For example card data (image and common name comes from the image api). The study and lat/lng comes from interaction api where both source and target are specified.
To get all this data in, change layout to container-fluid and 3/6/3 columns.
When user hovers over any link, change the style (thicker width?, change cursor pointer) so user is aware they can interact with it.
When user clicks on any link, somewhere on the page show a "dock" component with:
Additional http calls will be required to fetch this data. For example card data (image and common name comes from the image api). The study and lat/lng comes from interaction api where both source and target are specified.
To get all this data in, change layout to container-fluid and 3/6/3 columns.