SatoshiPortal / bullbitcoin-mobile

The Bull Bitcoin Mobile Wallet and Exchange App
MIT License
54 stars 18 forks source link

[Refactor] Optimize storage models #244

Open i5hi opened 3 months ago

i5hi commented 3 months ago

Regarding the long overdue refactor of the models and storage classes.

Thanks @saiy2k for putting this slideshow together!

https://docs.google.com/presentation/d/1VMN7MrgU9wXPgOSJjCKiFkKN7eMdfCe2PMhClawcJlI/edit#slide=id.p

This covers the core idea behind this refactor. It is absolutely necessary at this stage because we don't want to keep adding more technical debt by adapting all these new features into the old architecture.

This should be a comprehensive refactor and should not require such a major refactor again.

i5hi commented 3 months ago

This issue is exclusively for model and pkg. Bloc updates can happen later as a separate issue.