This product is not meant for end-users and therefore there is no user-friendly installer. Please refer to the Setting up section to learn how to set up the project.
By : CS2113-AY1819S2-M11-1
Since: Licence:
The LeagueTracker provides soccer league opreator with an efficient method of managing the current teams that are playing in the season. It features many ways to keep track of the teams and players playing in the league. The LeagueTracker will help manager have an easier time in keeping track of the curretn situation in the soccer league.
-
Ensure you have Java version
9
or later installed in your Computer. -
Download the latest
LeagueTracker.jar
\\coming soon -
Copy the file to the folder you want to use as the home folder for your League Tracker System.
-
Double-click the file to start the application. The GUI should appear in a few seconds.
-
The GUI should appear in a few seconds
-
Type the command in the command box and press Enter to execute it.
Format: help
💡
|
Help is also shown if you enter an incorrect command e.g. |
List current Teams in League.
Format :`ListTeam`
==== Add Team
Add a new Team to League Tracker.
Format : `AddTeam NAME c/COUNTRY g/GOAL SCORED p/POINTS `
Example:
`AddTeam Liverpool c/United Kingdom g/64 p/70
Adds a new Team with the specified details.
Edit a Team in League Tracker.
Format : `EditTeam INDEX [c/COUNTRY] [g/GOAL SCORED] [p/POINTS] `
Example:
-
ListTeam
-
EditTeam 1 c/Singapore
Edits the country of the 1st team in the Team list to Singapore.
League tracker data are saved in the hard disk automatically after any command that changes the data.
There is no need to save manually. league tracker data are saved in a file called addressbook.txt
in the project root folder.
Q: How do I transfer my data to another Computer? A: Install the app in the other computer and overwrite the empty data file it creates with the file that contains the data of your previous LeagueTracker folder.