jaredbswll / RateMyProfessor

0 stars 1 forks source link

Temporary Database class #39

Open dtdistefano opened 5 years ago

dtdistefano commented 5 years ago

This class will hold the data for the application until the firebase database becomes fully functional. This temporary database will allow us to continue development of the application despite the setback of not having server space to permanently store updated information.

Acceptance Test: -Open up android studio -Under app/java/ratemyprofessor/Database you will find the Database class

Extra information: -Since this is only a temporary Database, JUnit test cases were not written for this class and it's respective methods. Time that could've been spent testing obsolete code was spent in development of useful tasks.