Database Systems Final Project for Team 10. A DBMS designed around the intent to be used at an animal shelter.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
25
commits
AddAdoptionRecordView and AddAdoptionRecordController implemented.
9fe535eView on GitHubAdded animal row insertion, AddAnimalView and AddAnimalController implemented.
a0694c4View on GitHubCreated Controllers for Add Views, Fixed bug in Adopter DAO and Adoption Record DAO. Added logic to AddAdopterView.
c2c8eb5View on GitHubImplemented Logic into Adoption_RecordDAO and Health_RecordDAO
28b4ce1View on GitHubConnected FXML TextFields for all Tabs in EmployeeView.fxml, Entry clearing added.
efbf5aaView on GitHubLogic added to Animal Object and AnimalDAO. EmployeeController Updated to search animals, and clear animal text field entries.
acb4134View on GitHubCreated FXML files for more stages, updated Employee DAO and Adopter DAO for data searching, Added table item selection and deletion
a26b858View on GitHubCreated Login View. Updated Adopter, and Adopter Address. Created Add Employee View. Employee insert functions corrected.
ec3dbe3View on GitHub