CDRH / sparc

Salmon Pueblo Archaeological Research Collection (SPARC) Rails Site
https://salmonpueblo.org/
0 stars 0 forks source link

Image Gallery pagination #264

Open ccheitman opened 6 years ago

ccheitman commented 6 years ago

Received an important piece of beta user feedback: We need to have a way for users to page through images instead of having to tack back and forth between an individual image view and the results page.

Also if possible, need a way do a catch-all subject text search.

karindalziel commented 6 years ago

@ccheitman I'm going to mark this issue as v1.5, which we'll get to IF there is time at the end. I don't think it's very likely we'll get to it in this version. It's actually a pretty complicated issue, because which picture is "next" depends on the search choices the user made on the previous page, and none of that information is currently being passed though to the individual gallery images.

If you see any other websites that handle this gracefully, please let me know so we can use as an example! How I usually handle this as a user is to use control click to open images in new tabs.

karindalziel commented 6 years ago

Commenting to note that flickr handles this well. I couldn't find any academic-y sites that did it on a quick glance (except ones that are using javascript to generate the gallery).

ccheitman commented 6 years ago

I understand. We did this via Lightbox on the CRA, I believe (@tripodrob ?). But that would be a different technical solution and I agree we don't have time to "change horses midstream." Perhaps it might improve things slightly to open a new window when you click on a thumbnail image? That might make it slightly easier for users to get back to the gallery.

tripodrob commented 6 years ago

Yeah, we did use a Lightbox variant on CRA.

jduss4 commented 6 years ago

Opening in a new tab / window is an easy solution for us! We could also do lightbox for a single page of search results without too much difficulty, more likely, although for the sake of making sure we finish everything vital I might put that as a 1.5 solution?

ccheitman commented 6 years ago

I'm not sure the new tab/window solution would feel right. Might be frustrating to the user? Lightbox for single page of search results is what we did for the CRA.

karindalziel commented 6 years ago

I think we can look into that for the future. What I am not sure about re: lightbox is showing all the info alongside the image like we are currently doing. Seems like a lot to fit into an overlay vs a whole other web page. Some testing may be needed.

karindalziel commented 6 years ago

This is on hold until we can discuss more thoroughly