bos-web-engine icon indicating copy to clipboard operation
bos-web-engine copied to clipboard

🔷 [Epic] Rework SocialDB plugin to operate in component-land

Open mpeterdev opened this issue 1 year ago • 1 comments

Description

We currently call out to an OWA level SocialDB library via the plugin, but we should instead use direct RPC calls for reads and the wallet-selector-plugin for writes

Functionality should only be hoisted to the OWA when strictly necessary

### Tasks
- [ ] https://github.com/near/bos-web-engine/issues/361

mpeterdev avatar Mar 01 '24 18:03 mpeterdev

possible counterpoint: cross-component caching of SocialDB reads could require OWA level code

mpeterdev avatar Mar 01 '24 18:03 mpeterdev