-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unpinning Pinned Messages #10
Comments
1- moved the implementation up in the hierarchy into "MessageDatabase" 2- added it messages to the res.values.strings.xml 3- completed unpinMessage method with initial successful test
1- added a new method called "isPinned" to Messaging database as @erinb90 requested
1- used mockito to test pinning and unpinning behaviour
…code, extracted showToast into separate method
1- Refactored pin interfaces into separate method to facilitate unit testing 2- clean the code
1- Testing PinnedMessagesHandler class and its behaviour
1- Prevent the user from pinning MMS messages 2- Display the data and the username attached to every pinned message in the pinned messages UI 3- general clean ups
1- Testing PinMessagesHandler class and its behaviour
1- Downgraded both of Junit and Powermokito
|
Implementation time: |
Demo unpinning pinned messages. All acceptance tests pass. |
As a user, I want to unpin a pinned message.
[SP: 8]
[Priority: Medium]
[Risk: Low]
1- Expose an interface to the Activities to unpin a message (4h) -> (g-harel, Dan-Yoo, veken1199)
2- Implement a solution to delete relative info from the persistence entity (4h) -> (g-harel, Dan-Yoo, veken1199)
3- Add unpin button to top menu bar (2h) -> (erinb90, Radu-Raicea, shelbaz)
4- Link unpin to interface created (2h) -> (erinb90, Radu-Raicea, shelbaz)
Total: ?
5- Reflect the changes after unpin message is completed (3h) -> (erinb90, Radu-Raicea, shelbaz)
Total: 15h
The text was updated successfully, but these errors were encountered: