From 4248bf3c2adbcd2cdc62613e312a487290f092a5 Mon Sep 17 00:00:00 2001 From: cristiano <clucian@unibz.it> Date: Tue, 15 Oct 2019 17:12:55 +0200 Subject: [PATCH] userStory finished --- userStory - placeBid.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userStory - placeBid.txt b/userStory - placeBid.txt index 174c960..1eecb8d 100644 --- a/userStory - placeBid.txt +++ b/userStory - placeBid.txt @@ -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 -- GitLab