googleinterns / play-movies-2020-intern

Apache License 2.0
1 stars 1 forks source link

Sync pending user sentiments when coming back online #50

Closed jackstenglein closed 4 years ago

jackstenglein commented 4 years ago

Adds two functions to the AssetSentimentDao: one to get all pending user sentiments and another to update a list of user sentiments. Adds a function to the AssetSentimentRepository to sync pending sentiments with the server and calls it from the NetworkCallback. Changes the way the server sends back its response and removes the unnecessary UpdateSentimentResponse class.