-
Notifications
You must be signed in to change notification settings - Fork 4
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
Apps Networking Architecture #18
Comments
this might be a good candidate to add KMP Koin lib for DI and grow from there (optional for now) |
this will be tackled partially by and after finishing #6 so that we have a clear understanding on both worlds ( |
after doing the above, came to the conclusion that this is not that important at the moment. So I'm downgrading the priority in favor of settings the grounds for the the androidNode networking foundation has been laid with the closed issue #6 , further development will continue in a per use-case base |
Next steps and update on this issue now that we have a clearer picture of the overall architecture, this becomes basically developing the networking for the
on the android node side there is some stuff to do but can be done independently whilst working each of the features. |
we are starting to work this out here after merge there will be a refactor to finish it up (move the shared networking stuff in a way that doesn't affect the androidNode) |
to keep things moving we to put ktor into the domain submodule for now. Enhancement refactor will be done to make it separate so that the androidNode does not carry that unnecessary networking in the build |
Henrik is working on adding WS(S) for the |
we are close to getting this done when we merge current related PR. Having networking in a separate module is very desirable but TBH is not part of the MVP, so I'll create a separate milestone for it and add an issue there |
created #103 for enhancements so we can close this one |
Follow up to #10
This issue has the following goals:
xClients
apps (android and iOS) will have the same time of https networking, so first goal for this task is to create that and make sure its only used in these 2 apps.androidNode
app will have its own complex networking provided by bisq2 jars (this issue is the opportunity to start understanding how that works to be able to isolate it from the app design architecture)The text was updated successfully, but these errors were encountered: