dev ApplicationService logic to create profile is not existing (done)
dev ApplicationService logic to convert the protobuf UserProfile into a domain/model object that shared UI can use
use the repository (or create one) that allows to save/load that model (see current examples of Repositories)
Since the bisq2 services already persist the profile we do not need persistance for this one, just make sure its loaded into the repository for the rest of the app to have access to it
After this is done the UI can fetch the profile from the repository and show its data on the implementation of the user profile screen + user avatar (the cathash can be left aside for the purpose of this issue)
this issues goal are:
After this is done the UI can fetch the profile from the repository and show its data on the implementation of the user profile screen + user avatar (the cathash can be left aside for the purpose of this issue)