wolovim / the_pivot

1 stars 3 forks source link

User can see an item's photos from image_items#edit #149

Closed wfro closed 10 years ago

wfro commented 10 years ago

As a user When I'm creating a new listing And I proceed to the form for uploading images Then I see a grid of images associated with my item.

This is the updating half of the puzzle (new being the other). Here the goal is just to add an item's existing images to the form at item_images/edit.html. Next step (issue will be referenced here) is to get that same image grid to dynamically update as user's continue to add images.

The way uploading images currently works is that the user 1) clicks choose file, 2) selects an image from a file explorer window, 3) clicks upload photo. Multiple file upload is possible with what we have now, but it requires users to shift-click within their file window.