nashville-software-school/csharp-bangazon-site-boilerplate

Can upload multiple images

Opened this issue · 0 comments

Given a user wants to sell a product
When the user is filling out the product detail form
And uploads an image
Then a new affordance must be displayed to allow the user to upload another image
And this process must continue until 5 images have been uploaded

Given a user has uploaded multiple images for a product
When the product is displayed in search results
Then the first uploaded image will be used as a preview

Given a user has uploaded multiple images for a product
When the product detail view is rendered
Then the first uploaded image should appear with a size of 100px by 200px
And all images must appear beneath the main image, horizontally, with a size of 40px by 40px
And when the user performs a gesture on any of the smaller images, the main image must be updated to show the corresponding image