bisq-network/bisq-mobile

User can check his ongoing trades status

Opened this issue · 0 comments

This issue involves the implementation of the "My Trades" Tab, reacting to data updates clearly showing the user the ongoing trades status.

For security purposes once a trade is completed we delete all the data, so if there is no ongoing trade this tab should just show "No ongoing trades" + a "Start Trading" link that takes the user to the buy/sell tab

The following feature involves:

  • connecting the UI with the services/repositories to show/push data
  • fixing any nuances needed in the UI to have the trading experience as per designs
  • any notifications involved (minimal notifications to get user attention back to app to keep the flow going)

After this issue is done user should be able to perform what's described in the title in any of the 3 apps.