You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial TDD for DatabaseService
* Add GRDB dependency using project.yml instead
* Write test for inserting favorite location
* Remove constants of sqlColumn/sqlTable
* Fix: uuid shouldn't be saved, but is string representation
* Clean up
* Refactor sql statements to find location by name, lat, long instead
* Use LocationProvider, and make view models as StateObject
* Add created_at to fetch favorites as sorted
* Change some 'summary' namings to 'favorites'
* Implement Feature 5 & 6
* DatabaseError, memory leak, cleanup
* Apple fixes
* Rename database to databaseService
* refactor LocationAdapterTest
* Mentioned ticket #23
* rewrite/add-more tests for SQLiteDatabaseServiceTests
* Write unit test for toggleLocation of SearchLocationViewModel
* Divide unit test for toggleFavorite in SearchLocationViewModel to search add/remove from favorites
* Add tests for FavoritesViewModel
* Add test for weather summary for FavoritesViewModel
* Use tagged version for GRDB than master branch
* Resolve conversation
* Fix project.yml syntax, 'from' instead of 'branch'
* Sync unfavorites with search result
* clean up
Originally posted by @0xLeif in #22 (comment)
The text was updated successfully, but these errors were encountered: