This will most likely be either an element or its own page. It's a record of how the auction went. It will likely be displayed in a table.
An AuctionHistory object contains the following information:
Pick (int) (starts at one, increments from there)
Suggester (one of the team managers)
School (this is from the list of possible draft eligible "players") - From Selected School
State (known information, obtained from list of schools and conferences) - From Selected School
Conference (known information, obtained from list of schools and conferences) - From Selected School
Projected points (int) (information is calculated before the draft and loaded) - From Selected School
Winning bidder (one of the team managers)
Winning bid (int)
Projected points per dollar (float) (calculated, projectedPoints divided by winningBid)
Drafted to (from list of positions in league) - allows for Flex and Bench picks.
An auction history entry would be created every time a winning bid occurs. They will continue to happen until either the players are out of money or all positions are filled (though we currently have a bench of unlimited size)
This will most likely be either an element or its own page. It's a record of how the auction went. It will likely be displayed in a table.
An AuctionHistory object contains the following information:
An auction history entry would be created every time a winning bid occurs. They will continue to happen until either the players are out of money or all positions are filled (though we currently have a bench of unlimited size)