Skip to content
Snippets Groups Projects
Commit 4248bf3c authored by cristiano's avatar cristiano
Browse files

userStory finished

parent 4ffc8d4a
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,4 @@ Title: placeBid
Priority: 2
Point: 6
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".
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment