Final Project for ENSF 380 Course
Project Grade: 100%
- Design and document an object-oriented Java application
- Connect to and import data from a given database
- Process and output data according to user input
- Incorporate GUI interaction with users
- Findlay Brown
- Parsa Kargari
- Aly Mohamed
- Lujaina Edelebshany
- Schedule and Tests are two files in src folder, along with main.java
- tests folder contains JUNIT tests that asserts different methods
- Schedule contains 3 folders: animals, builder and tasks
- Animals contains the different animals passed into the program by SQL
- Builder contains the GUI implementation and Schedule Builder algorithm
- Tasks contains the task.java file and treatments