Wolfpack150 / BaseballProject

1 stars 0 forks source link

Front End Management #4

Closed bvlundberg closed 9 years ago

bvlundberg commented 9 years ago

At the moment, Tim has been working on some of the front end of the application, creating the basic layout of the application. I think you should continue with this. You could essentially set up the whole application by just creating the necessary buttons and menus to navigate through the whole application. So, clicking any button should call a function that opens a new screen and does whatever tasks are within that page. For example, clicking the "Add Player" button would open a new screen and function that waits for user input and calls the Player constructor when finished. For now, I will assign you to this task. Obviously this will take a while and you will not be alone on this, but see if you could get the screens and buttons set up for Start Game, Game Type, Create Teams and Create Player screens.

bvlundberg commented 9 years ago

Now that we have the ability to create some activities and navigate nicely throughout the application, finishing this portion of the project should not be too difficult.