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.
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.