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 History object #1

Open zo0o0ot opened 3 years ago

zo0o0ot commented 3 years ago

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)

zo0o0ot commented 3 years ago

In this case, consider "selected school" to be a Player Object. Any data relating to a player up for bid would be visible here.