The objective of this project is to create a software system that will show and calculate the statistics of various softball teams. The program will accept manually input values as well as be able to read data from an external source, such as an API, locally stored file, or database. From there, the statistics manager will utilize the provided information for various people on the team’s roster (i.e. coach, hitter, and pitcher) to calculate the statistics of an overall team, individual player. The statistics manager will then pass off the data to the front end of the project, which would contain the user interface. The user interface will allow the user to easily modify the data entry and calculate the data efficiently.
git clone https://github.com/runner18/SoftwareEngineeringProject.git
Paste this link to clone the code: https://github.com/runner18/SoftwareEngineeringProject.git
This program has multiple features to assist with given softball data.
The data is fetched and displayed in a table as shown below. The table can then be operated by a few mouse actions. First, a user can select a row of data by left-clicking on any element within the table.
Once the interface has been expanded, the user can then select the team that they would like to insert a new player into. From there, the user can then input the player name and the various statistics. After this occurs, the user will then put in all of the pitcher statistics and the data will be entered successfully into the database.
This ability can be accessed by the respective button, in the center of the toolbar. Once this button is clicked, it acts similar to the insert button and expands the interface window to include a new toolbar. The new toolbar has two buttons and various labels.
- Fork the repo on GitHub, ensuring you are on the latest version
- Clone the project to your machine
- Commit and push changes to your branch a. When a release on your branch is ready, submit a pull request so that our team can review and discuss your proposed modifications.
- Thane Class, t-class.1@onu.edu. Project Developer.
- Alex Diehl, a-diehl@onu.edu. Project Developer.
- Alex Duke, a-duke@onu.edu. Project Developer.
- Stacey Walters, s-walters.3@onu.edu. Former Project Developer.
This software is available under the MIT license.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
To view the extended and more detailed version of the README, please visit http://alexduke.net/readme.pdf!


