zo0o0ot / fantasy-auction-blazor-wasm

An attempt to make a Blazor Azure Static Web App using Azure Functions
0 stars 0 forks source link

Create Auction Block Object #2

Open zo0o0ot opened 3 years ago

zo0o0ot commented 3 years ago

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: