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 Team Object #3

Closed zo0o0ot closed 3 years ago

zo0o0ot commented 3 years ago

A Team is the place where drafted players go. In this case, an Owner (person) wins a bid for a School (Player) and puts that School (player) into one of their roster slots.

Technically, there are limitations on a Team:

The initial implementation of this Auction draft will assume that the person running the draft will enforce these restrictions instead of putting them in code at this point.

A Team object contains:

zo0o0ot commented 3 years ago

Created Team object in 1e8164ed6f806b89532b3ca257e973a2b92fa265