StaplePuck / StaplePuck.Frontend.Main.React

Main components of the frontend; home page, login page, admin page, etc.
0 stars 0 forks source link

Team Definition #6

Open nickhetland opened 5 years ago

nickhetland commented 5 years ago

Permissions: GM of team (and admin, just to peak in on the state of things) After a user has created the team they now need to select players to define what the team is made up of. The user will see a list of teams based off of the season data for the league. Within this list of teams a drop down will be displayed to show the list of players the user can select. This list of players also come from the season data. The player data should show first and last name along with player position. If the league rules for number of players per team is more than 1, then the UI will display that number of players per team.

Validation:

Mutation yet to be defined