LordOfDarknessAlexander / Auto_ObsessionsX

0 stars 1 forks source link

AuctionCars selling same car multiple times and other issues #8

Closed vigilance91 closed 9 years ago

vigilance91 commented 9 years ago

When in carView, the user can click sell, then go back then sell the same car. The 'sell' button should check the AuctionSell state to see if an auctions currently exist with that car id before creating the sale.

Auctions which have expired should still be displayed but greyed out (setting css opacity to 0.45) and functionality disabled, so they user has visual record of what they've sold and are selling.

Sales should also persist, saving when: the user leaves the state, an auction expires, an auction is started, at regular intervals in the background(if there are active auctions)

and loading when the user enters the state