h1. Item Master View
Introduce a alternative way to item list as tile view with images. This is specially for the business dealing with or selling designer stuffs. So, all the items are visible as part of list. Function of the item list will follow.
h2. Item Tiles
This should show following details per item tile
- Item Image
- date when the Item with current design was submitted for the first time
User can click on the item to go to item detail page.
While by clicking on the Image, user is getting into pop up Image Zoom view. The zoomed view can be similar to the one used by Highslide JS (http://highslide.com/) with necessary features being:
- view of the main Image (the one, that is shown in Standard view);
- ability to magnify main Image up to 100%;
- small thumbnails of another images, associated to this Item;
- button to get to Item details page;
- magnification of the main Image with mouse, keyboard and touchscreen gestures;
- navigation across images with mouse, keyboard and touchscreen gestures.
h2. Misc…
- Image navigation to retain the filtered items by item group and should help navigate through the items filtered.
- Possibility to check to navigation through next image of same item in horizontal, while navigation through next item image through vertical.
Approach 1
- Add separate page design for item tiles.
- It will be linked with the item master.
- So, user can easily navigate between item list and item tile as convenient.
Approach 2
- Modifying the item master core and adding the item tile view like currently list and report.
- User can shift between item list and item tile view.
- By default Legacy option of Item list will be intact but user can change it to Tile View and it will follow a tile view post that session.
Please, suggest if anything.