blue-shoes / ottoneu-toolbox

A package of python-based UI tools for playing Ottoneu Fantasy Baseball
MIT License
6 stars 0 forks source link

Add Budget Section to draft tool #16

Open blue-shoes opened 1 year ago

blue-shoes commented 1 year ago

Would have position and/or player, + allocated budget. Would also want to update this in real time with draft results for the user's team

blue-shoes commented 1 year ago

May want this to allow multiple budgets per draft to allow for changing plans.

blue-shoes commented 1 year ago

The updating is tricky because of multi-positional players and possible discriminating between quality of player (for example, budgeting money for a top tier OF and separately depth options). We can probably make a guess as to which one it should go in to, but we need to allow the flexibility for the user to reassign it.

blue-shoes commented 1 year ago

I think ideally this view is done as an actual tree, with drag-and-drop functionality to assign players to each budget section