Closed codebycliff closed 5 years ago
This pull request adds a LocationRepository for encapsulating all the database operations for locations. I added an unused latestLocation() method that will be used in future pull requests for determining the status of the gnome.
LocationRepository
locations
latestLocation()
Closing this for #51.
This pull request adds a
LocationRepository
for encapsulating all the database operations forlocations
. I added an unusedlatestLocation()
method that will be used in future pull requests for determining the status of the gnome.