Skip to content
Snippets Groups Projects
Commit 4ffc8d4a authored by Righi Andrea (Student Com17)'s avatar Righi Andrea (Student Com17)
Browse files

lab 9th October

added methods of the given UML diagram
added acceptance test (to be finished) and user story (to be started) for placeBid method
parent d8094302
No related branches found
No related tags found
No related merge requests found
User
-String subscribeTo(auctionID)
-ArrayList<Item> itemBidded()
Bid
Category
Item
-void addItem(code, category, description, image, bidIncrement)
-void deleteItem(code)
-void modifyItem(code, category, description, image, bidIncrement)
-String toString()
-Item searchItem(code)
-ArrayList<Item> searchItem(category)
Auction
-void login(username, password)
-void placeBid(incrementTimes)
itemImage
Seller
\ No newline at end of file
Title: placeBid
Acceptance Test: 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
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