The wrestling tournament program is a good idea but needs some work in order to be not only user friendly but functional as well. One such issue with this program is crippling in that it prevents the user from continuing tournaments.
Deficiency: After importing the necessary files and starting a tournament you are greeted with exception errors when attempting to advance the tournament through the "ADVANCE" command. This is a critical bug as it means that it is impossible to continue the simulated tournament beyond the first round.
Completion Criteria: To fix this issue I would need to first closely examine Model.java and Bracket.java, more importantly the operations being performed on the bracket array list in Bracket.java. Unfortunately the documentation for this project is sparse, so it may take a moment to fully realize exactly how some of these functions are interacting. The payoff for restoring functionality to this command would be immense though, as it means that the simulation can continue as intended.
The wrestling tournament program is a good idea but needs some work in order to be not only user friendly but functional as well. One such issue with this program is crippling in that it prevents the user from continuing tournaments.
Location: src/wrestlingtournamentcli/Model.java src/DataClasses/Bracket.java
Deficiency: After importing the necessary files and starting a tournament you are greeted with exception errors when attempting to advance the tournament through the "ADVANCE" command. This is a critical bug as it means that it is impossible to continue the simulated tournament beyond the first round.
Completion Criteria: To fix this issue I would need to first closely examine Model.java and Bracket.java, more importantly the operations being performed on the bracket array list in Bracket.java. Unfortunately the documentation for this project is sparse, so it may take a moment to fully realize exactly how some of these functions are interacting. The payoff for restoring functionality to this command would be immense though, as it means that the simulation can continue as intended.