An "Auction Block" is a list of items that can be suggested to bid on. It loads from an existing list, either in memory or from the result of a function that loads the information. In my case, I will be providing the information at some point leading up to the draft.
Once an item is selected for bid, it is removed from the Auction Block, so that subsequent managers know the remaining available Schools (players).
It would be nice if this list could be filtered, as someone may wish to filter by position (conference) or some other method.
An Auction Block object contains the following information:
School Name (or "Player")
Conference (or position)
Number of prospects (based on existing scraped big board information)
Drafted (bool) - by default, only undrafted players will be visible on the board (this could be an option you could toggle)
An "Auction Block" is a list of items that can be suggested to bid on. It loads from an existing list, either in memory or from the result of a function that loads the information. In my case, I will be providing the information at some point leading up to the draft. Once an item is selected for bid, it is removed from the Auction Block, so that subsequent managers know the remaining available Schools (players).
It would be nice if this list could be filtered, as someone may wish to filter by position (conference) or some other method.
An Auction Block object contains the following information: