DiscordTime / sticky-sessions-android

StickySessions is an app that helps teams to share and store their thoughts through digital-like retrospective sessions
9 stars 6 forks source link

Remove user from list notes endpoint request #185

Closed rodrigoperazzo closed 5 years ago

rodrigoperazzo commented 5 years ago

List notes endpoint doesn't accept user as parameter anymore, so clients shouldn't included it on requests. However, notes response includes user on model, so we had to change how GSON serialize and deserialize objects.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 435


Changes Missing Coverage Covered Lines Changed/Added Lines %
app/src/main/java/br/org/cesar/discordtime/stickysessions/data/remote/repository/NoteRemoteRepository.java 0 1 0.0%
<!-- Total: 10 11 90.91% -->
Totals Coverage Status
Change from base Build 430: 0.0%
Covered Lines: 485
Relevant Lines: 734

💛 - Coveralls