-
Notifications
You must be signed in to change notification settings - Fork 3
Database Layer
Landon Butterworth edited this page Feb 22, 2016
·
5 revisions
This layer will be responsible for data management. Everything outside of the package will have to interact with the database through the DatabaseManager class.
Right now the DatabaseManager class is using array lists of temporary classes to "stub" the database until an implementation using SQLite can be created.
Currently you can interact with the "database" by adding birds and experiments, as well as searching birds and experiments.
Any additional unit tests for the DatabaseManager class should be added to the DatabaseManagerTest class.