Code Monkey home page Code Monkey logo

olympic-games-management's People

Contributors

gisellen avatar idopameme avatar vinvill52 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

sarahbitton

olympic-games-management's Issues

Integrating Sports.java and Participants.java/Team.java

Players from Participants.java and Team.java needs to be connected with the sport that they are playing in.

For example:
If swimming is one of the sports, 8 players will be made, those 8 players are going to go head to head in Swimming. So, when the Swimming tournamentDetails() get displayed, those 8 players would be shown under Swimming.

Or when there are 8 teams for Volleyball, those 8 teams are going to be shown under Volleyball when tournamentDetails() for Volleyball gets invoked.

Tournament Array in OlympicGames.java

Creating tournaments in the array is pretty inefficient especially after deleting a tournament.
It can only create a tournament 10 times and no more than that even if there are empty elements in the array

Program requiring you to login in every time you connect to the database.

Program requires you provide your login credentials more than one even when you previously submitted it before in the same runtime.

Cause of this bug is most likely due to different instances of Connect.java being created in different .java files.
Due to there being different instances the username and password that was submitted in one file does not carry over to the instance created in another file, thus prompting the next login credential request.

A solution will most likely mean a major change in how Connect.java is called in this project.

Console Interface

Console Interface to begin working out how the management side of this project will work and look like.
Also so OlympicGames isn't getting changed constantly to have steady code.

Feedback welcome.

Adding Participants/Team via OlympicGames.java

  • Currently, you can only add Participants/Team inside Tournament.java
  • Realistically, the user would have to add the participants themselves which should be from OlympicGames.java since that is where most of the user inputs would be

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.