zachgoldstein / vickrey_auctions

An django application for doing Vickrey auctions
0 stars 2 forks source link

Add image upload & display mechanisms #6

Open zachgoldstein opened 1 year ago

zachgoldstein commented 1 year ago

Auctions have images, how do we upload them? How do we display them?

To upload them, we can pull in a variety of open source file upload components. A few options:

For multiple images, we'll need to create an image model of some sort that links back to the main auction model

To display them, looks like there isn't a nice carousel or something with shoelace. Could do a basic thing with just a set of images as buttons? Maybe https://shoelace.style/components/button-group for next/prev buttons?