Text: If the auction is valid, it should be possible for registered user to place a bid for an item. It must be possible to know the current price of the item we are bidding for and the minimum bidding increment for the item. The user who want to place the bid, should be able to choose how many increments to make. When the time interval for the auction is expired, no more bids can be placed and the
\ No newline at end of file
Text: If the auction is valid, it should be possible for registered user to place a bid for an item. It must be possible to know the current price of the item we are bidding for and the minimum bidding increment for the item. The user who want to place the bid, should be able to choose how many increments to make. When the time interval for the auction is expired, no more bids can be placed and the latest (highest) bid assignes the item to the user that placed it. This means that the auction will close and the user that placed the latest bid is considered the "winner".