Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a bidder, I want to bid for an item in an auction. #4

Closed
tannerdanger opened this issue Apr 17, 2018 · 0 comments
Closed

As a bidder, I want to bid for an item in an auction. #4

tannerdanger opened this issue Apr 17, 2018 · 0 comments

Comments

@tannerdanger
Copy link
Owner

  1. The bid must be equal or greater than the minimum accepted bid for the item
  • Bidder places a bid equal to the minimum acceptable
  • Bidder places a bid greater than the minimum acceptable
  • Bidder places a bid less than the minimum acceptable
  1. No bids can be placed on or after 12:00am on the starting date of the auction (date and time is in the local time zone for the auction).
  • Bidder wants to change bid the day before an auction
  • Bidder wants to place bid on the auction date
  • Bidder wants to place bid the day after an auction ends
  1. No bidder can bid on more than a maximum number of items per auction, default of 4
  • Bidder already has bids on one less than the maximum number of items per auction
  • Bidder already has bids on the maximum number of items per auction
  1. No bidder can bid on more than a maximum number of items for all future auctions, default of 10
    Bidder already has bids on one less than the maximum number of items for all future auctions, and there is more than one bid in past auctions.
    Bidder already has bids on the maximum number of items for all future auctions, and there is more than one bid in past auctions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant