bisq-network/bisq-mobile

User can create an offer

Opened this issue · 3 comments

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

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

I will start working on the domain layer. I might take a bit as the reputation based trade amount handling is currently at the controller layer and I will refactor that to the service layer so we can re-use it in mobile. That is quite some work and complexity and I don't want to replicate that work on mobile.
We will need many different warning/feedback cases to be handled in the UI then as well. We can postpone that for later as its more detail work, just wanted to mention it.
Its a bit complex and many diff. situations need to be handled (variables are: reputation, amount, range amount enabled, offer direction, create or take offer,...)

That makes sense @HenrikJannsen , let me know if I can help with anything to speed things up
I'll assign this one to you as we are blocked till we get that sorted. Feel free to create separate issues if you prefer and link to this one and I can jump in any of those potentially so we split up the work if you think is feasible.

initial UI for create offer --> #108