Software Engineering Project from SENG202 in University of Canterbury
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
YaFedImYaEatIm ddac466879
Merge branch 'master' of https://eng-git.canterbury.ac.nz/fwy13/SENG202
9 years ago
res Updated ReadMe and removed help from menu bar 9 years ago
src Merge branch 'master' of https://eng-git.canterbury.ac.nz/fwy13/SENG202 9 years ago
.gitignore Made it so that the session file is ignored 9 years ago
.gitlab-ci.yml Added Git ignore and new yamal file 10 years ago
README.txt Updated ReadMe and removed help from menu bar 9 years ago
dependency-reduced-pom.xml Added Git ignore and new yamal file 10 years ago
pom.xml Parsers, Core Files and Dataset Controllers 9 years ago

README.txt

This is a Flight Application Data Analyser. It runs on Java and has dependencys JavaFX, SQLITE3 and Maven.

If you are using Eclipse as an IDE please follow the instructions on http://www.eclipse.org/efxclipse/install.html to add JavaFX Library.

To Import this project:
git clone https://eng-git.canterbury.ac.nz/fwy13/SENG202.git
Open your preferred IDE and then Import Maven Project.

Getting started:
If there is no data in the database, you can select a file to import using File -> Import <data> for which type of data you are choosing to import.
This will automatically take you to the summary page for the type of data imported.
Also, all buttons will work without any data loaded except the tables will be empty.

Each page will also have buttons leading to other summary pages of different data types.
The raw data can add data by filling in the fields and pressing Add.
The raw data can also filter/search through the data by typing in the fields needed and pressing Go.
The Analyse button in the raw data will take you to a graph if it has been implemented.
There is only one option currently in the Analysis tab, which calculates the distance between two airports in the database.