I am about to embarq on site and would like some comments on whether Drupal is appropriate.
The site is essentially a database of categorized images, each of which are grouped. For example, a group might be Labrador with 6 (a smallish) number of associated images. Attributes would be "dog", "black", "4 feet", "110lb" etc.
Navigation through the site is fairly simple.
- first page select category or enter search criteria (e.g. all with 4 feet weighing from 100 to 230lbs)
- next page show all results. Each category has a main image which is shown.
- if there are more than X then show Pager but as "1 2 3 ... ' for however many pages
- javascript so that hovering over each image shows the attributes of that group
- clicking on image brings up that image much larger and also all related images in that group as thumbnails. Clicking on those will make that one the larger image on this page.
- option to return to list or change search.
That's about it. Previously I've done this with just php/mysql but having used Drupal, it takes a ton of work around surrounding admin and tuning. Images will be probably pre-sized, formatted and uploaded so I'm OK with that side of it as well.