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 Position Object #11

Open zo0o0ot opened 3 years ago

zo0o0ot commented 3 years ago

I don't think that this object is complicated, it just needs to be separate from the Team object so that a variable number of positions can be included instead of them being hard coded.

A position contains:

zo0o0ot commented 3 years ago

I think I changed the name of this object from position to a dictionary object inside of the Team object, and created it in 1e8164ed6f806b89532b3ca257e973a2b92fa265

zo0o0ot commented 3 years ago

I'll leave this open for now, but I may end up not making this in the MVP.