robotmay / photographer-io

An open source photography community. No longer in production but still open source.
MIT License
664 stars 165 forks source link

User should have next/previous arrows when viewing a photograph #191

Open robotmay opened 11 years ago

chrise86 commented 10 years ago

I faced a similar issue recently - but the problem was there were multiple paths to the image, so the next / previous could relate to multiple "collections" i.e. featured, top, user, collection etc... How do you envisage this working?

robotmay commented 10 years ago

Aye that's one of the considerations in it; I'll likely be storing the last viewed collection of photographs in the session, or redis, and using that to figure out which photo is up next!