Problem: The user has no way of knowing if a friend has a pending transaction when looking to create a new transaction
Solution: Show a red button with the word "Pending" on the FriendRow. If the user clicks the button or the friend row, navigate to the pending transaction/settlement screen with a Toast message saying that the user must resolve the transaction first. Images are attached to the Jira ticket.
No major concerns here. It seems better to navigate the user to the pending tx itself rather than an intermediate screen like FriendDetail or Activity.
On friend-detail can we make the "large fat wide" button normal, just take out those 3 attributes? It's a really big button and I'm not sure it needs to be.
Jira: https://blockmason.atlassian.net/secure/RapidBoard.jspa?rapidView=9&projectKey=ENG&modal=detail&selectedIssue=ENG-92
Problem: The user has no way of knowing if a friend has a pending transaction when looking to create a new transaction
Solution: Show a red button with the word "Pending" on the FriendRow. If the user clicks the button or the friend row, navigate to the pending transaction/settlement screen with a Toast message saying that the user must resolve the transaction first. Images are attached to the Jira ticket.
No major concerns here. It seems better to navigate the user to the pending tx itself rather than an intermediate screen like FriendDetail or Activity.
No blockers