Closed foton closed 10 months ago
points
there should be ability to follow auction (notification before end) or item.author (new item in auction) item can have category and user can select auction by categories.
was delegated to Item (or main app)
We need
Reqiurements
[x] if bidder adds bid in
:prolonging_limit
minutes before auction ends, end time is extended forbid.time + prolonging_limit
(so auction end when there are no bids in last:prolonging_limit
minutes)[x] for each auction, there can be set of rules for minimal
bid
according to currentauctioned_price
(default can be(1..Infinity) => 1
), I call itbid_steps_ladder
. real example[x] first bid do not increase
auctioned_price
it stays onstarting_price
[x] bids cannot be deleted (only canceled by admin)
[x] admin can cancel bids (when? during sale or after it ?)
[x] auction stores all bids history even those cancelled by admin
[x] bidder cannot "overbid" themselves (no following direct bids from same bidder)
[x] but if bid is wit maximal price, You can overbid Yourself (increase max price)
[ ] auctioneer can define format of auction numbers (eg. "YY#####") and auction_pack numbers
[x]
AuctionPack
can be(un)published /public
[ ]
AuctionPack
can beopen (adding items , bidding)/ closed(bidding ended)
[x] auctioneer_commission is in % and adds to sold_price in checkout
[x] auction have
start_time
andend_time
[ ] auction can be
highlighted
for cover pages[x] if there is two bids with same max_price, winner is bid which is older
[x] auction fee, paid by buyer, is set by percentage and for each auction (sale)
[x] there should be two types of bid
[ ] immediatelly after auction/AuctionPack is closed, email to winner should be sent.
there should be ability to followauction
(notification before end) oritem.author
(new item in auction)item can have category and user can select auction by categories.