BattlePro / battlepro-issues

1 stars 0 forks source link

Change 'Team Tournament' Selection to 'Players Per Team' #177

Open NikAlexander opened 6 years ago

NikAlexander commented 6 years ago

When creating a new tournament and selecting between 'Team Tournament' and 'Solo Tournament' types, this process would be much more simplified and easier to understand for new users if this selection process was changed to 'Players Per Team'.

I know the website is structured in a way for a user to make a binary selection between the two but hopefully you can find a solution that will allow the users selection of 'number of players per team' to automatically fit back into the binary structure that exists (while also adding more information such as number of players per team).

Changes: Remove binary selection of:

Add new section:

require wager

JakeBooher commented 6 years ago

@NikAlexander had to revert this as you could have a team being represented by a single user, also we're standardizing some of the fields to be accurate to the selected game, so we'll limit the players per team that can be chosen

NikAlexander commented 6 years ago

Reopening issue. We need to eliminate this additional step since the information can be obtained when users select the number of players per team.

If a user creates a team and only has one player on it (self) then do not allow this team to participate in solo tournaments. Simply automatically use the user's username as the participant for a solo tournament instead.

JakeBooher commented 6 years ago

There ended up being a substantial amount of data that relies on this that has to be explicitly set at a certain point that was causing issues, so this will have to wait until we're able to do a more thorough refactor of the tournament creation process