Skip to content

Latest commit

 

History

History
115 lines (81 loc) · 2.92 KB

UserGuide.adoc

File metadata and controls

115 lines (81 loc) · 2.92 KB

League Tracker - User Guide

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:

1. Introduction

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.

2. Quick Start

  1. Ensure you have Java version 9 or later installed in your Computer.

  2. Download the latest LeagueTracker.jar \\coming soon

  3. Copy the file to the folder you want to use as the home folder for your League Tracker System.

  4. Double-click the file to start the application. The GUI should appear in a few seconds.

  5. The GUI should appear in a few seconds

    Ui
  6. Type the command in the command box and press Enter to execute it.

3. Viewing help : help

Format: help

💡

Help is also shown if you enter an incorrect command e.g. abcd

4. Features

4.1. Players

4.2. Teams

4.2.1. List Team

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.

4.2.2. Edit Team

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.

4.2.3. Delete Team

Delete a Team from League Tracker.
Format : `DelTeam INDEX `

Example:

  • ListTeam

  • DelTeam 1
    Deletes the 1st Team in the Team list.

4.3. League

4.4. Match Schedule

5. Exiting the program : exit

Exits the program.
Format: exit

6. Saving the data

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.

7. FAQ

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.

8. Command Summary

8.1. Players

8.2. Teams

List Team in League : ListTeam Add Team to League : AddTeam Edit Team’s Profile : EditTeam Delete Team from League : DelTeam

8.3. League

8.4. Match Schedule