jywarren / mapmill

A Hot-or-Not styled crowdsourcing engine for sorting raw map imagery
http://mapmill.org
21 stars 0 forks source link

Grid of nine smaller thumbnails would speed up the process #1

Closed stevewilhelm closed 13 years ago

stevewilhelm commented 13 years ago

Hey Jeff, saw this working up on the site.

For me it would be faster if there were a grid of nine smaller thumbnails in instead of one large one. Each thumbnail could have a really good, ok, not useful option to click under each one. If I selected the thumbnail, it should show me the larger thumbnail, and click that again, to get the whole image.

jywarren commented 13 years ago

we could definitely add a "grid view" with this option -- using Ajax for the 3 buttons... but i'd be worried that you couldn't see how blurry things are. But it'd definitely be good for angled shots, or over/underexposure, or too low altitude.

we'd want to have one of them as the "highlighted" one so you could use the arrow keys along with the 1,2,3 hotkeys.

jywarren commented 13 years ago

oh, if we just paginated the list view, that could serve as a grid view. Currently it tries to load every image, which can hang your browser.