gzdwsu / RaiderSMA

Murphy's Wrestling Tournament Manager. Design of Info Tech Sys. Secondary Project.
1 stars 17 forks source link

"ADVANCE" command lacking functionality #11

Open MMercer8989 opened 4 years ago

MMercer8989 commented 4 years ago

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.

MMercer8989 commented 4 years ago

I would like to claim this issue for a future project